Thread: What libraries
View Single Post
  #4  
Old 11-21-2006, 01:40 PM
bushman77
Hill Giant
 
Join Date: May 2003
Location: In the bush
Posts: 129
Default 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
Reply With Quote