Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors for possible incorrect version of Visual Studio #70

Open
Erra-Ernesto opened this issue Sep 6, 2024 · 0 comments
Open

Errors for possible incorrect version of Visual Studio #70

Erra-Ernesto opened this issue Sep 6, 2024 · 0 comments

Comments

@Erra-Ernesto
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant