Page 1 of 1
libboost_system-vc100-mt-1_55.lib Problem
Posted:
25 Feb 2014, 07:16
by mingxinbit
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
Re: libboost_system-vc100-mt-1_55.lib Problem
Posted:
25 Feb 2014, 08:04
by mingxinbit
I have solved this problem.
Re: libboost_system-vc100-mt-1_55.lib Problem
Posted:
05 Mar 2014, 06:46
by wxz
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
Re: libboost_system-vc100-mt-1_55.lib Problem
Posted:
05 Mar 2014, 17:41
by Martin
Thanks for posting the solution.
Re: libboost_system-vc100-mt-1_55.lib Problem
Posted:
05 Mar 2014, 18:23
by mingxinbit
Thank you.
In face, I have solved by myself, did not see the poster in the floor two, guy?
Re: libboost_system-vc100-mt-1_55.lib Problem
Posted:
05 Mar 2014, 20:41
by Rafael
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.
Re: libboost_system-vc100-mt-1_55.lib Problem
Posted:
24 Apr 2014, 05:21
by ryklin
I am looking for GazeApiLib.dll
Where can I find this?
Re: libboost_system-vc100-mt-1_55.lib Problem
Posted:
24 Apr 2014, 20:32
by Martin
At the moment it has to be built from source. We will provide a pre-compiled version soon.
Re: libboost_system-vc100-mt-1_55.lib Problem
Posted:
16 Jul 2014, 23:56
by ryklin
After installing boost, the rest is straight forward...