nope that wasent it i got the other SDK still wont compile.
|
got it working C++ 2008 wont work with eqemu C++ 2005 works perfect.
|
axualy i put the older dir's in to 2008 and it sorta allmost works but im getting a small strange error now.
Command line warning D4002 : ignoring unknown option '/errorReport:prompt' Command line warning D4024 : unrecognized source file type '*■/', object file assumed LINK : fatal error LNK1181: cannot open input file "*■/.obj" |
well now i can get the .dll to compile but everything else errors out im thinking i need to have a database setup on my dev system for it to read from when it compiles.
|
ok i finaly got some of it to compile but still getting some odd errors ill post another build log.
|
i just need 2 missing files to get eqlaunch.exe to compile they seem to be missing EQTCPConnection.cpp and EQTCPServer.cpp .
|
Code:
SF=eqlaunch.o ../common/logsys.o ../common/logsys_eqemu.o \ |
ya i had tryed that it errored out
|
did you change the makefile or rename the EQTCP***.cpp to EmuTCP***.cpp ? or did u try both..
|
EQTCPConnection.cpp and EQTCPServer.cpp are no longer used, remove them from the project. (Drop down eqlaunch, Common Source, right click each and Remove) In their place, make sure TCPConnection.cpp, TCPServer.cpp, EmuTCPServer.cpp, and EmuTCPConnection.cpp are in the project. (Right click Common Source Add->Existing Item, select the 4 files.)
|
Linking...
worldconn.obj : error LNK2019: unresolved external symbol "void __cdecl log_message(enum LogType,char const *,...)" (?log_message@@YAXW4LogType@@PBDZZ) referenced in function "public: __thiscall WorldConnection::WorldConnection(enum EmuTCPConnection::ePacketMode,char const *)" (??0WorldConnection@@QAE@W4ePacketMode@EmuTCPConne ction@@PBD@Z) eqlaunch.obj : error LNK2001: unresolved external symbol "void __cdecl log_message(enum LogType,char const *,...)" (?log_message@@YAXW4LogType@@PBDZZ) worldserver.obj : error LNK2001: unresolved external symbol "void __cdecl log_message(enum LogType,char const *,...)" (?log_message@@YAXW4LogType@@PBDZZ) ZoneLaunch.obj : error LNK2001: unresolved external symbol "void __cdecl log_message(enum LogType,char const *,...)" (?log_message@@YAXW4LogType@@PBDZZ) logsys.obj : error LNK2001: unresolved external symbol "void __cdecl log_message(enum LogType,char const *,...)" (?log_message@@YAXW4LogType@@PBDZZ) .\Release/eqlaunch.exe : fatal error LNK1120: 1 unresolved externals |
just need to fix that some how and ill be good to go XD.
|
Add logsys.cpp and logsys_eqemu.cpp to the eqlaunch project under Common Source. Both are in the common folder.
|
that did the trick just had to ignore LIBCMT and it compiled there was a load of warnings thow.
|
all an all i guess it was worth it i just fully compiled eqemu with the latest dependancys in windows vista =D now i can start making test builds.
|
All times are GMT -4. The time now is 11:53 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.