04-02-2023, 11:52 AM
1 hour ago, charly said:
Hello, I have a problem when compiling the server asks me for a lib that I know is placed in the place where it asks for it, but it keeps throwing me an error when compiling libboost_system-vc100-mt-sgd-1_59.lib is in the place where it belongs but I keep getting the error when compiling, thanks.
If u configured properly paths, maybe wrong configured projects, check yo 'Code Generation' setting in C/C++ Tab.
Boost's -mt-s corresponds to VS' Runtime Library setting /MT
Boost's -mt-sgd corresponds to VS' Runtime Library setting /MTd
Boost's -mt corresponds to VS' Runtime Library setting /MD
Boost's -mt-gd corresponds to VS' Runtime Library setting /MDd

