Author |
Message |
MineToo!!! Guest
Offline
|
Posted: Fri Jan 31, 2003 4:34 pm Post subject: How to compile MervBot with VC++ 6.0 |
 |
|
|
|
Hi!
I`ve tried to compile Mervbot using VC++ 6.0 since it doesen`t support VC++ 7.0`s vcproj files...
This is what I`ve done :
1.File->New->Win32 Console Application
2.Empty Project
3.Project->Add to Project->Files
4.Added all of Mervbots source files which came in the src.zip file with Mervbot except the files which came in Backup.zip.
5.Compiled...
Then I get the following errors :
src\basewin.cpp(22) : error C2065: 'MEMCPY' : undeclared identifier
src\bigint.cpp(34) : error C2065: 'MEMCPY' : undeclared identifier
src\fileio.cpp(32) : warning C4018: '==' : signed/unsigned mismatch
src\md5.cpp(255) : error C2065: 'MEMCPY' : undeclared identifier
Error executing cl.exe.
db2.exe - 3 error(s), 1 warning(s)
I`ve tried including those files in backup.zip as well, but then I get lots of unresolved externals which I bet are winsock APIs..
What have I done wrong now ?
-MineToo!!! |
|
Back to top |
|
 |
SOS Server Help Squatter
Joined: Dec 02 2002 Posts: 329 Offline
|
Posted: Sat Feb 01, 2003 4:11 am Post subject: |
 |
|
|
|
Those ARE the backup.zip files..... get rid of them _________________ 3y3 4m l33t h4x0r
j0! 3y3 4m t4lking to j00!
fux0red 5cr1pt k1dd13.
-"l33t h41ku" |
|
Back to top |
|
 |
MineToo!! Guest
Offline
|
|
Back to top |
|
 |
SOS Server Help Squatter
Joined: Dec 02 2002 Posts: 329 Offline
|
Posted: Sat Feb 01, 2003 11:10 am Post subject: |
 |
|
|
|
Link to ws2_32.lib |
|
Back to top |
|
 |
MineToo!! Guest
Offline
|
Posted: Sat Feb 01, 2003 11:14 am Post subject: |
 |
|
|
|
Agh, of course
Works now! Thanks!
-MineToo!! |
|
Back to top |
|
 |
Ras Kass Guest
Offline
|
Posted: Thu Apr 10, 2003 2:06 pm Post subject: Mervbot compile |
 |
|
|
|
Sorry for bringing up an old post, but I'm having the same problem compiling the MERVbot. I typed
#pragma comment (lib, "Ws2_32.lib")
in one of the headers, and I'm still getting
Compiling...
sockets.cpp
Linking...
system.obj : error LNK2001: unresolved external symbol _uncompress
Debug/Soccer Bot Core.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
Soccer Bot Core.exe - 2 error(s), 0 warning(s)
any suggestions? |
|
Back to top |
|
 |
catid Guest
Offline
|
Posted: Fri Apr 25, 2003 10:53 am Post subject: solution |
 |
|
|
|
#pragma comment (lib, "zlibdll.lib") |
|
Back to top |
|
 |
|