Search found 2 matches

by sstark
Thu Jul 21, 2016 7:20 pm
Forum: Windows related topics
Topic: Compile Problem Visual Studio 2015
Replies: 4
Views: 28053

Re: Compile Problem Visual Studio 2015

INTMAX_MAX is defined in stdint.h but as Daniel said, in a deactivated section...

#if !defined(__cplusplus) || defined(__STDC_LIMIT_MACROS) //

So I added this define: __STDC_LIMIT_MACROS to the CloudCompare project properties (C++ Preprocessor Definitions)

And it compiled. Not sure why that was ...
by sstark
Thu Jul 21, 2016 12:36 am
Forum: Windows related topics
Topic: Compile Problem Visual Studio 2015
Replies: 4
Views: 28053

Compile Problem Visual Studio 2015

Can't seem to get rid of INTMAX_MAX undeclared which shows up in ratio.h and chrono.h
Everything else looks good (so far)...

Any hints?

partial:
1>------ Build started: Project: QCC_DB_LIB, Configuration: Debug x64 ------
1> ccCameraSensor.cpp
1> ccGBLSensor.cpp
1> ccGenericPointCloud.cpp
1 ...