got everything in
ok i've installed vs 2005 express with PSDK-x86.exe package.
Editied my vsprops to what was instructed and setup my library paths.
I get teh following when i try to compile
Compiling...
client.cpp
f:\zlib\include\zconf.h(289) : fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory
EQChatPacket.cpp
c1xx : fatal error C1083: Cannot open source file: '..\common\EQChatPacket.cpp': No such file or directory
misc.cpp
f:\zlib\include\zconf.h(289) : fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory
packet_functions.cpp
f:\zlib\include\zconf.h(289) : fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory
Generating Code...
which tells me i'm missing those files
|