Quote:
Originally Posted by park0114
Gurus-
I'm getting this very frustrating error when trying to compile my World.exe ...
Here is the error message:
Linking...
mysqlclient.lib(password.obj) : error LNK2001: unresolved external symbol __ftol2
C:\EQEmuCVS\Source\Build\World.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
World.exe - 2 error(s), 0 warning(s)
|
The CVS version of 4.4.DR1 that I'm currently using has a copy of mysqlclient.lib and zlib.lib in both the world and zone folders.
Under TOOLS->OPTIONS->Directories [tab]
chose the "library" from the pull down options of choices and add this:
[drive:]EQEmuSrc\World
[drive:]EQEmuSrc\Zone
And move to top of the list for both
Guarantees that mysqlclient.lib and zlib.lib will be sourced from your "world" and "zone" source directories where they should be residing already. Hope it helps out.
Soulfood