View Single Post
  #3  
Old 03-11-2012, 11:48 AM
Warking
Hill Giant
 
Join Date: Mar 2012
Location: Norrath
Posts: 132
Default

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
Reply With Quote