------ Build started: Project: Login Server, Configuration: Debug Win32 ------
Compiling...
isc_server.cpp
login_client.cpp
login_server.cpp
main.cpp
base_client.cpp
base_server.cpp
base_socket.cpp
crypt.cpp
crypt_server.cpp
globals.cpp
logging.cpp
thread_manager.cpp
Generating Code...
Linking...
LINK : fatal error LNK1104: cannot open file 'libboost_thread-vc80-mt-gd-1_34.lib'
Build log was saved at "file://c:\Documents and Settings\Matt\Desktop\eROSE2\Login Server\Debug\BuildLog.htm"
Login Server - 1 error(s), 0 warning(s)
I've search on google for this file. Nothing, I've gotten boost and added it to my project and I also searched the boost folder, its not there. I need to fix this error, or I can't compile. Anyone have helpful ideas?