libboost Error

Get answers to all your basic programming questions. No Ogre questions, please!
Bonkahe
Gnoblar
Posts: 18
Joined: Tue Sep 25, 2012 11:55 pm

libboost Error

Post by Bonkahe »

So I went through the entire tutorial setting up an application this morning and the result is that I get this error at the end.

Code: Select all

error LNK1104: cannot open file 'libboost_thread-vc110-mt-gd-1_49.lib'	c:\Users\Bonkahe\documents\visual studio 2012\Projects\Win32Project1\Win32Project1\LINK	Win32Project1
I did was Waruck said here http://www.ogre3d.org/forums/viewtopic.php?f=10&t=72389 but the problem is when I search for it on my computer, its exactly where its supposed to be at C:\OgreSDK_vc10_v1-8-1\boost\lib I'm at kind of a loss at this, so I figured I would throw it over here, I assume its something mind boggling easy.

Edit: So I did more snooping around and came up with this, "libboost_thread-vc110-mt-gd-1_49.lib" is not there, "libboost_thread-vc100-mt-gd-1_49.lib" is, but whats odd is that file (110) is no where on my computer, does anyone know where I can download it?
User avatar
Klaim
Old One
Posts: 2565
Joined: Sun Sep 11, 2005 1:04 am
Location: Paris, France
x 56

Re: libboost Error

Post by Klaim »

It's because it's the same library compiled with visual studio 2012, using the VC11 compiler.

Unfortunately, boostpro don't provide a VC11 version (http://www.boostpro.com/download/)

One option is to get it from there: http://www.ogre3d.org/forums/viewtopic.php?f=4&t=69274
boost-rev80529-vc110-x64-15.09.2012.7z
boost-rev80529-vc110-x86-15.09.2012.7z
Not sure it's a stable version of boost though.
Bonkahe
Gnoblar
Posts: 18
Joined: Tue Sep 25, 2012 11:55 pm

Re: libboost Error

Post by Bonkahe »

Well that is it, but at the moment I am on a satalite connection and my daily allotment of bandwidth seems to be out so I guess I will have to get it tomorrow, but thanks allot man, until then I'll just run through basic c++ tutorials.
Transporter
Minaton
Posts: 933
Joined: Mon Mar 05, 2012 11:37 am
Location: Germany
x 110

Re: libboost Error

Post by Transporter »

Klaim wrote:Not sure it's a stable version of boost though.
My boost version are out of the SVN repository (dev version) but I only post versions which are working with ogre.