can any one give me the compiled boost files??? i have not the hdd space for it to compile it self ....
thx
edit:
or the files who i need to compile the server
can any one give me the compiled boost files??? i have not the hdd space for it to compile it self ....
thx
edit:
or the files who i need to compile the server
You probably won't be able to find someone that will just hand over a build of boost simply because it takes up a LOT of hdd space. Like... a gigabyte... really. I don't have the time to upload something that massive, or a means to do it. Sorry, but you'll probably have to figure it out on your own... or read what's been posted here a few more times.
a gigabyte okay , i show and make place on my hdd xD
hm but he would compile the boost with Microsoft Visual Studio .NET 2003 but I have Visual Studio 2005 who can i change this ?
Follow this guide, it's how I did it. Starts at: "How to install Boost for Visual C++ Users"
BOOST_USER: InstallingBoost
if you don't know how to select folders through a prompt, type "cd\" and it will bring you to c:\ . After that, type the name of the folder where your boost stuff is that you will build from (it will make a new boost folder that you can compile from when it's done, so I just named this folder boost-build and was located in c:\boost-build).
so to get there, you'd then type "cd boost-build"
Also, since you're using VC++ 2005 Express like me, make sure you have the Platform SDK
Using Visual C++ 2005 Express with the Microsoft Platform SDK
(There's a link to it on the page).
I just copied the lib and include files from the SDK folder into the VC folder's lib and include folders (located at C:\Program Files\Microsoft Visual Studio 8\VC). This allowed me to get all the .lib files I needed from boost to compile. Follow the Installing Boost guide after you do this.
Last edited by sevedrihan; 02-08-06 at 08:44 PM.
Hm i have compile all the boost files , okay....
and i have VC++ and the mySQL stuff....
and vc++ says he missing the libboost_thread-vc80-mt-gd-1_33_1.lib ,
but all the other files are in the lib folder but this one isn´t here....
boost haven´t compile this one... what can i do?
i didn´t would compile all the boost files again.
is this file big or can anyone upload it??
The error who visual c++ says:
------ Build started: Project: Login Server, Configuration: Debug Win32 ------
Compiling...
login_client.cpp
login_server.cpp
crypt.cpp
logging.cpp
main.cpp
socket_base.cpp
socket_client.cpp
socket_server.cpp
Generating Code...
Compiling manifest to resources...
Linking...
LINK : fatal error LNK1104: cannot open file 'libboost_thread-vc80-mt-gd-1_33_1.lib'
Build log was saved at "file://c:\Dokumente und Einstellungen\Administrator\Eigene Dateien\Visual Studio 2005\Projects\eROSE Server\Login Server\Debug\BuildLog.htm"
Login Server - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
you need to compile "boost".Originally Posted by McRealStyler
if you compiled "boost", the lib will be appeared.
then, link to boost lib folder!
I have compile the boost!Originally Posted by eyeappeal
but only this one lib isn´t on my pc all the other lib from boost are compiled ,
i dont know why he haven´t compile this lib.
---------------------------------------------------------------------------------
how can i creat .exe files in VC++ when i say build he didnt build a .exe
and when i say compile he didnt build to a .exe file ...
who can i make a .exe file with the compiled world server files???
edit: okay now he make the exe files =)
Last edited by McRealStyler; 03-08-06 at 05:33 PM.
just download boost compiled library here
h t t p://ftp.heanet.ie/pub/sourceforge/b/bo/boost/
extract then place them at \vc\lib
Last edited by markbm; 03-08-06 at 05:29 PM.
thx =) now itOriginally Posted by markbm