Hi, I resolved this issue with vs2015.
I added __STDC_LIMIT_MACROS definition to "CMakeSetCompilerOptions.cmake" file as follows.
add_definitions(-DNOMINMAX -D_CRT_SECURE_NO_WARNINGS [b]-D__STDC_LIMIT_MACROS[/b]).
Additionally, I added construction function to GenericIndexedCloudPersist.h file ...
Search found 1 match
- Sat Sep 03, 2016 3:08 pm
- Forum: Windows related topics
- Topic: Compile Problem Visual Studio 2015
- Replies: 4
- Views: 28053