• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Compiling Trying to compile with Visual Studio 2010

Summ

(\/)(;,,;)(\/) Y not?
Staff member
Global Moderator
Joined
Oct 15, 2008
Messages
4,136
Solutions
12
Reaction score
1,115
Location
Germany :O
Hey guys,

since my DevC++ version is outdated as hell I tried to compile with Visual Studio. I added boost lib, but at the end this error appears:
1>LINK : fatal error LNK1104: Datei "libboost_system-vc100-mt-s-1_47.lib" kann nicht geöffnet werden.
==> It means: 1>LINK : fatal error LNK1104: file "libboost_system-vc100-mt-s-1_47.lib" can not be opened


Hope someone can help me.
 
@Fire Element
That didn't work for me, prolly because there are no linkers with -mt ending

But I found a solution:
I created a folder and downloaded those files:
libboost_thread-vc100-mt-s-1_47.lib
libboost_system-vc100-mt-s-1_47.lib
libboost_date-time-vc100-mt-s-1_47.lib
libboost_filesystem-vc100-mt-s-1_47.lib

and added this folder in Properties->Linker->General->Additional Libraries
 
Back
Top