Looks like my errors are here.
I found the source files in visual c++ and in C:\source\trunk\EQEmuServer\ucs but I cannot figure out why it cannot open them...
2>c1xx : fatal error C1083: Cannot open source file: '.\ucsconfig.cpp': No such file or directory
2>ucs.cpp
2>c1xx : fatal error C1083: Cannot open source file: '.\ucs.cpp': No such file or directory
2>database.cpp
3>Mime.cpp
3>MemFile.cpp
2>clientlist.cpp
2>c1xx : fatal error C1083: Cannot open source file: '.\clientlist.cpp': No such file or directory
2>chatchannel.cpp
2>c1xx : fatal error C1083: Cannot open source file: '.\chatchannel.cpp': No such file or directory
I double checked and I have:
Include files: C:\mysql\include
Include files: C:\perl\lib\CORE
Include files: C:\zlib\include
Library files: C:\mysql\lib\opt
Library files: C:\perl\lib\CORE
Library files: C:\zlib\lib
|