The Matrix Online Server Emulator

Full Version: boost libraries..
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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..
(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..
(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.
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.