Get answers to all your basic programming questions. No Ogre questions, please!
Omri
Gnoblar
Posts: 1 Joined: Sun Sep 09, 2012 3:02 am
Post
by Omri » Sun Sep 09, 2012 3:17 am
I'm trying to create a project using this tutorial:
http://www.ogre3d.org/tikiwiki/tiki-ind ... ual+Studio
it just doesn't work and i don't know how to solve this problem. (i've tried to change the properties, i guess i'm doing something wrong)
Code: Select all
Error 1 error LNK1104: cannot open file 'libboost_thread-vc100-mt-gd-1_49.lib' C:\Users\USER\documents\visual studio 2010\Projects\3dTest\3dTest\LINK
thanx.
Waruck
Goblin
Posts: 210 Joined: Mon Dec 12, 2011 12:52 pm
Location: Germany
x 34
Post
by Waruck » Sun Sep 09, 2012 8:50 am
If you've gone through the tutorial you'll have added this additional library directory:
This is where the tutorial assumes you'll have the boost .lib files but apparently the linker can't find the file.
search your computer for 'libboost_thread-vc100-mt-gd-1_49.lib' and replace the library directory above with the correct directory.