Compiling on Windows...
The latest CVS changelog states that the source was hacked or tweaked to be compatible for windows compiling, but I haven't found that it is. I got an error compiling in the world.exe (shown below), not sure what it was related too either. Anyone want to confirm it can be compiled on windows? I'm thinking it may have to do with me using VB6 but I've compiled on it before.
Code:
Linking... |
Thats just missing files in the project, make sure everything but WesQuests.cpp and Oldcode.h/.cpp is in the project.
|
Specifically, it looks like you need to add /common/extprofile.cpp and extprofile.h, /common/Condition.cpp and Condition.h, and /common/timeoutmgr.cpp and timeoutmgr.h to the respective world common folders. You'll also probably have to add a few files to the zone config as well if I remember correctly.
|
winmysqlclient
i added those files to my project and now i'm left with only 4 errors. They are as follows:
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 |
Quote:
|
Quote:
|
All times are GMT -4. The time now is 10:14 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.