View Single Post
  #1  
Old 06-30-2008, 11:35 PM
opyrus
Hill Giant
 
Join Date: Apr 2008
Location: in doors
Posts: 138
Default Compiles Warning Fix's

Code:
[compile warning fixs]
-settings-
eqlaunch projects build dir needs to be set like the others to be built 
in the Build folder.
all projects need option error reporting queue for 
next login /errorreport:queue.
eqlaunch projects options needs /NODEFAULTLIB:libcmt.lib 
added to command line.
all projects besides eqlaunch need to have option generate manifest no.
-code changes-
In mmf.ccp remove all (return false) from code block #ifdef WIN32. 
In HTTPSocket.cpp add (else return false;) below line 82 in code 
block bool HTTPSocket::ProcessReceivedData(char *errbuf).
-notes- 
eqlaunch still has 226 warnings ive been playing with it i had 
it down to 86 but it made the keep alive malfunction. 
im pritty sure i can work out all the warnings and get EQEmu 
to compile perfectly.
Reply With Quote