I am seeking a little help! .. I have downloaded entire source and have installed Visual Studio 2010 but everytime i try to build the program (reality) it complains over various boost/xxxx files .. I have tried to download entire boost lib. and put it in a folder under source named boost.. still a no go..
I am seeking a little help! .. I have downloaded entire source and have installed Visual Studio 2010 but everytime i try to build the program (reality) it complains over various boost/xxxx files .. I have tried to download entire boost lib. and put it in a folder under source named boost.. still a no go..
please advice!
Lasse
bump up the volume..
Well i think i figured it out.. however I still get 152 warnings and a reality.exe that wont enter the game..
Posts: 223
Threads: 28
Joined: Jun 2009
Reputation:
2
RE: boost libraries..
(27-04-2010, 08:59 PM)lassek Wrote:
(27-04-2010, 05:47 PM)lassek Wrote: Hi all.
I am seeking a little help! .. I have downloaded entire source and have installed Visual Studio 2010 but everytime i try to build the program (reality) it complains over various boost/xxxx files .. I have tried to download entire boost lib. and put it in a folder under source named boost.. still a no go..
please advice!
Lasse
bump up the volume..
Well i think i figured it out.. however I still get 152 warnings and a reality.exe that wont enter the game..
does reality build successful or does it fail? Warnings are normal. Boost have to linked to your project, so that it knows where to get it.
Posts: 932
Threads: 10
Joined: Jan 2010
Reputation:
18
RE: boost libraries..
Boost is a separate library of files that are commonly used in C++ (and other) programming. You'll have to search something like "C++ Boost download" and follow the directions on the site.