LINK ERROR

Get answers to all your basic programming questions. No Ogre questions, please!
Omri
Gnoblar
Posts: 1
Joined: Sun Sep 09, 2012 3:02 am

LINK ERROR

Post by Omri »

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)

Image

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.
User avatar
Waruck
Goblin
Posts: 210
Joined: Mon Dec 12, 2011 12:52 pm
Location: Germany
x 34

Re: LINK ERROR

Post by Waruck »

If you've gone through the tutorial you'll have added this additional library directory:

Code: Select all

$(OGRE_HOME)\boost\lib
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.