View Single Post
  #1  
Old 10-15-2006, 01:06 PM
Astaldoath
Sarnak
 
Join Date: Sep 2006
Posts: 92
Default Source will not compile, a friend and i got down to 5 errors

These are the errors. They have to do with mysql im guessing. Does anyone know how to successfully compile the source? We really need a good guide on how to do this.

If anyone has any info please post.

Code:
Compiling manifest to resources...
Linking...
worldserver.obj : error LNK2019: unresolved external symbol __imp__ShellExecuteA@24 referenced in function "public: virtual void __thiscall WorldServer::Process(void)" (?Process@WorldServer@@UAEXXZ)
mysqlclient.lib(my_init.obj) : error LNK2019: unresolved external symbol __imp__RegCloseKey@4 referenced in function _my_win_init
mysqlclient.lib(my_init.obj) : error LNK2019: unresolved external symbol __imp__RegEnumValueA@32 referenced in function _my_win_init
mysqlclient.lib(my_init.obj) : error LNK2019: unresolved external symbol __imp__RegOpenKeyExA@20 referenced in function _my_win_init
../build/ZoneDebug.exe : fatal error LNK1120: 4 unresolved externals
Creating browse information file...
Microsoft Browse Information Maintenance Utility Version 8.00.50727
Copyright (C) Microsoft Corporation. All rights reserved.
Build log was saved at "file://d:\EQEmu\EQEmu\Source\0.7.0\Build\Zone\Debug\BuildLog.htm"
Zone - 5 error(s), 34 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Reply With Quote