EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Development::Development (https://www.eqemulator.org/forums/forumdisplay.php?f=590)
-   -   Some thing is missing O.o (https://www.eqemulator.org/forums/showthread.php?t=25282)

opyrus 05-23-2008 01:31 PM

nope that wasent it i got the other SDK still wont compile.

opyrus 05-23-2008 03:21 PM

got it working C++ 2008 wont work with eqemu C++ 2005 works perfect.

opyrus 05-23-2008 03:53 PM

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"

opyrus 05-23-2008 04:26 PM

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.

opyrus 05-30-2008 09:14 PM

ok i finaly got some of it to compile but still getting some odd errors ill post another build log.

opyrus 05-30-2008 10:50 PM

i just need 2 missing files to get eqlaunch.exe to compile they seem to be missing EQTCPConnection.cpp and EQTCPServer.cpp .

Cripp 05-31-2008 12:44 AM

Code:

SF=eqlaunch.o ../common/logsys.o ../common/logsys_eqemu.o \
  .obj/debug.o ../common/misc.o .obj/Mutex.o ../common/unix.o \
  ../common/worldconn.o ../common/ProcLauncher.o \
  worldserver.o ../common/TCPConnection.o ../common/timer.o \
  ../common/MiscFunctions.o ../common/packet_functions.o \
  ../common/EQEmuConfig.o ../common/XMLParser.o ../common/tinyxml/tinystr.o \
  ../common/tinyxml/tinyxml.o ../common/tinyxml/tinyxmlerror.o \
  ../common/tinyxml/tinyxmlparser.o ../common/md5.o ../common/MiscFunctions.o \
  ../common/packet_dump.o ZoneLaunch.o ../common/TCPServer.o \
  ../common/EmuTCPServer.o ../common/EmuTCPConnection.o

accoring to makefile it should be looking for files TCPConnection.cpp, TCPServer.cpp, EmuTCPServer.cpp, and EmuTCPConnection.cpp... so u might have to rename files EQTCP****.cpp to EmuTCP****.cpp ?

opyrus 05-31-2008 04:02 PM

ya i had tryed that it errored out

Cripp 05-31-2008 04:18 PM

did you change the makefile or rename the EQTCP***.cpp to EmuTCP***.cpp ? or did u try both..

cavedude 05-31-2008 04:41 PM

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.)

opyrus 05-31-2008 11:28 PM

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

opyrus 05-31-2008 11:29 PM

just need to fix that some how and ill be good to go XD.

cavedude 05-31-2008 11:30 PM

Add logsys.cpp and logsys_eqemu.cpp to the eqlaunch project under Common Source. Both are in the common folder.

opyrus 05-31-2008 11:38 PM

that did the trick just had to ignore LIBCMT and it compiled there was a load of warnings thow.

opyrus 05-31-2008 11:40 PM

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.