-
Notifications
You must be signed in to change notification settings - Fork 164
Description
I am trying to compile the project with Visual Studio and MSVC. However with different versions I have different problems in compiling. Can you tell me the correct version of Visual Studio to compile the project with and all the dependencies?
An example of a warning in compiling is:
C:\Program Files (x86)\Eigen3\include\eigen3\Eigen\src/Core/functors/StlFunctors.h(91,28): warning C4996: 'std::binary_negate<_Fn>': warning STL4008: std::not1(), std::not2(), std::unary_negate, and std::binary_negate are deprecated in
C++17. They are superseded by std::not_fn(). You can define _SILENCE_CXX17_NEGATORS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [C:\Users\Administrator\Desktop\Devel
op\3DObjectTracking\M3T\build\examples\run_on_recorded_sequence.vcxproj]]
I get the error in compiling:
glfw3.lib(context.obj) : error LNK2019: riferimento al simbolo esterno __imp____stdio_common_vsscanf non risolto nella funzione _sscanf [C:\Users\Administrator\Desktop\Develop\3DObjectTracking\M3T\build\examples\run_generated_tracker.vc
xproj]
glfw3.lib(monitor.obj) : error LNK2019: riferimento al simbolo esterno __imp___strdup non risolto nella funzione __glfwAllocMonitor [C:\Users\Administrator\Desktop\Develop\3DObjectTracking\M3T\build\examples\run_generated_tracker.vcxpro
j]
MSVCRT.lib(chandler4gs.obj) : error LNK2019: riferimento al simbolo esterno __except_handler4_common non risolto nella funzione _except_handler4 [C:\Users\Administrator\Desktop\Develop\3DObjectTracking\M3T\build\examples\run_generated
tracker.vcxproj]
C:\Users\Administrator\Desktop\Develop\3DObjectTracking\M3T\build\examples\Release\run_generated_tracker.exe : fatal error LNK1120: 3 esterni non risolti [C:\Users\Administrator\Desktop\Develop\3DObjectTracking\M3T\build\examples\run_ge
nerated_tracker.vcxproj]
Thanks in advance for a reply