Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - wookie145

Pages: [1]
1
General / Visual Studio 66 mismatches detected
« on: June 29, 2020, 05:25:43 pm »
UPDATE: I am still having trouble with using static libraries, but I got the dlls to work so I'm fine for now.

I followed the tutorial, linked all the static libraries and put SFML_STATIC in project properties. Now, I'm getting these errors:
Error   LNK1319   66 mismatches detected   project   C:\Users\name\source\repos\project\x64\Debug\project.exe   1   
Warning   LNK4098   defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library   project C:\Users\name\source\repos\project\LINK   1   
Error   LNK2038   mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MDd_DynamicDebug' in main.obj   project   C:\Users\name\source\repos\project\sfml-window-s.lib(VideoMode.cpp.obj)   1   
Error   LNK2038   mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MDd_DynamicDebug' in main.obj   project   C:\Users\name\source\repos\project\sfml-window-s.lib(Window.cpp.obj)   1   

Pages: [1]