Compile the source files+Release vc2003/source

D: another tip: Versioncommon.h define. Just look good at all of them :S

I only found the angel exp define thingy wich made the errors disappear, but I'm still getting rollback :/

EDIT: Nvm I fixed it already. Everything is working fine now ;3
 
Last edited:
How can i fix this error here

LoginServer error LNK2019: unresolved external symbol "public: unsigned int __thiscall CCSAuth2::CheckAuthAnswer(void)" (?CheckAuthAnswer@CCSAuth2@@QAEIXZ) referenced in function "private: void __thiscall CDPLoginSrvr::OnAuthQuery(class CAr &,unsigned long)" (?OnAuthQuery@CDPLoginSrvr@@AAEXAAVCAr@@K@Z)
LoginServer error LNK2019: unresolved external symbol "public: unsigned int __thiscall CCSAuth2::GetAuthQuery(void)" (?GetAuthQuery@CCSAuth2@@QAEIXZ) referenced in function "public: virtual void __thiscall CDPLoginSrvr::SysMessageHandler(struct DPMSG_GENERIC *,unsigned long,unsigned long)" (?SysMessageHandler@CDPLoginSrvr@@UAEXPAUDPMSG_GENERIC@@KK@Z)
LoginServer error LNK2001: unresolved external symbol "public: unsigned int __thiscall CCSAuth2::GetAuthQuery(void)" (?GetAuthQuery@CCSAuth2@@QAEIXZ)
LoginServer fatal error LNK1120: 2 unresolved externals
 
Compiling...
StdAfx.cpp
c:\Documents and Settings\Hades\Desktop\OFFI V15 SOURCE\WORLDSERVER\StdAfx.h(48) : fatal error C1083: Cannot open include file: 'memtrace.h': No such file or directory
 
Last edited:
------ Build started: Project: LoginServer, Configuration: Release Win32 ------

Linking...
LINK : fatal error LNK1181: cannot open input file 'ggsrvlib26_MT.lib'

Build log was saved at "file://c:\FlyFFVERSION15\Output\LoginServer\Release\BuildLog.htm"
LoginServer - 1 error(s), 0 warning(s)


---------------------- Done ----------------------

Build: 0 succeeded, 1 failed, 0 skipped
 
Last edited:
------ Build started: Project: LoginServer, Configuration: Release Win32 ------

Linking...
LINK : fatal error LNK1181: cannot open input file 'ggsrvlib26_MT.lib'

Build log was saved at "file://c:\FlyFFVERSION15\Output\LoginServer\Release\BuildLog.htm"
LoginServer - 1 error(s), 0 warning(s)


---------------------- Done ----------------------

Build: 0 succeeded, 1 failed, 0 skipped

Maybe _Network\ggsrvlib26_MT.lib would be better.
Well my problem is everything compiles fine. I start my files.
I start the Neuz - till then no error. But when I try to log me in
it says Connection not available...
 
So to clarify it says cannot connect directly at the login screen?

IPs correct? Servers all running as Admin if on Win Vista or Win 7?

What do the Error logs say? client logs maybe too.
 
So to clarify it says cannot connect directly at the login screen?

IPs correct? Servers all running as Admin if on Win Vista or Win 7?

What do the Error logs say? client logs maybe too.

Yep it says directly at the screen cannot connect. And also everything is running as administrator and the ips are also correct. There are also no errors.
 
Back