Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #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
  #2  
Old 10-15-2006, 03:19 PM
KLS
Administrator
 
Join Date: Sep 2006
Posts: 1,348
Default

Just built one of the downloaded sources from the site(EQEmu-0.7.0-857) with VS express 2005 using the wiki's instructions and then these extra steps:

Disabled Specific Warnings
4335
4996

Not required but frees up your compile log from a trillion and a half redundant warnings. Code should compile with or without it.

To World:
Set ignore specific libs(/NODEFAULTLIB: ) : LIBCMT;LIBCRT
Additional Include Directories added: ..\common\SocketLib

to EmuShareMem:
Set ignore specific libs(/NODEFAULTLIB: ) : LIBCMT;LIBCRT

to Zone:
Set ignore specific libs(/NODEFAULTLIB: ) : LIBCMT;LIBCRT

Your milage may vary, hope it helps though.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 11:25 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3