World.exe Compiling Problems in VSC++ 6.0
Gurus-
I'm getting this very frustrating error when trying to compile my World.exe and I scoured these forums and didn't find anything directly related to this problem. 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) Any thoughts? - I apologize for posting in the EQEmu development section... Parky |
Well, did you link in the mysql libraries?
|
Hi and thanks for the response.
Unfortunately, yes the mysqlclient.lib file is linked... |
You have to be sure that you're pointing to the right library files - there are different versions. Try searching for the library files and trying each of those you find.
|
Re: World.exe Compiling Problems in VSC++ 6.0
Quote:
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 |
All times are GMT -4. The time now is 03:54 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.