libboost_system-vc100-mt-1_55.lib Problem

Forum for development in the C++ programming language.

libboost_system-vc100-mt-1_55.lib Problem

Postby mingxinbit » 25 Feb 2014, 07:16

Hi,

I am using C++ to make my code using the API.

However, after I configure C++ environment including link GazeApiLibD.dll (Debug) and GazeApiLib.dll (Release), I run my code, the error information displayed below as : LINK : fatal error LNK1104: can not open “libboost_system-vc100-mt-gd-1_55.lib” . I have no idea what that is?

Can you help me resolve this problem.

Thank you so much.

Best,
Mingxin
mingxinbit
 
Posts: 19
Joined: 22 Jan 2014, 05:59

Re: libboost_system-vc100-mt-1_55.lib Problem

Postby mingxinbit » 25 Feb 2014, 08:04

I have solved this problem.
mingxinbit
 
Posts: 19
Joined: 22 Jan 2014, 05:59

Re: libboost_system-vc100-mt-1_55.lib Problem

Postby wxz » 05 Mar 2014, 06:46

use CMake (by supplying the path to the boost library on your machine) to generate the visual studio project and compile from there.

If you start from an empty project and manually add source files, you will likely to get that message. Basically it's complaining about not finding the boost library files, which can be found in "boost_root/stage/lib". Add this path to the additional library path in visual studio.

If you don't see this folder or any lib files, you need to build boost first. Follow the steps here:http://www.boost.org/doc/libs/1_55_0/more/getting_started/windows.html#simplified-build-from-source
wxz
 
Posts: 14
Joined: 23 Feb 2014, 06:14

Re: libboost_system-vc100-mt-1_55.lib Problem

Postby Martin » 05 Mar 2014, 17:41

Thanks for posting the solution.
Martin
 
Posts: 567
Joined: 29 Oct 2013, 15:20

Re: libboost_system-vc100-mt-1_55.lib Problem

Postby mingxinbit » 05 Mar 2014, 18:23

Thank you.

In face, I have solved by myself, did not see the poster in the floor two, guy?
mingxinbit
 
Posts: 19
Joined: 22 Jan 2014, 05:59

Re: libboost_system-vc100-mt-1_55.lib Problem

Postby Rafael » 05 Mar 2014, 20:41

mingxinbit@gmail.com wrote:Thank you.

In face, I have solved by myself, did not see the poster in the floor two, guy?

If I may suggest you, if that happens again (you post a question but find the solution afterwards) take your time to describe how you solved it. Today it's you asking, tomorrow is another user with the same problem reading your topic. The forum is a knowledge repository and solutions are always welcome. ;)

Best regards.
Rafael
 
Posts: 13
Joined: 20 Feb 2014, 23:33

Re: libboost_system-vc100-mt-1_55.lib Problem

Postby ryklin » 24 Apr 2014, 05:21

I am looking for GazeApiLib.dll

Where can I find this?
ryklin
 
Posts: 65
Joined: 08 Apr 2014, 19:02

Re: libboost_system-vc100-mt-1_55.lib Problem

Postby Martin » 24 Apr 2014, 20:32

At the moment it has to be built from source. We will provide a pre-compiled version soon.
Martin
 
Posts: 567
Joined: 29 Oct 2013, 15:20

Re: libboost_system-vc100-mt-1_55.lib Problem

Postby ryklin » 16 Jul 2014, 23:56

After installing boost, the rest is straight forward...
ryklin
 
Posts: 65
Joined: 08 Apr 2014, 19:02


Return to C++



cron