import_raw_items.cpp compiling errors
Hi there,
I'm trying to get this file compiled but it keeps sending me error that I can't understand. Here is the file: Code:
#include <mysql.h> Code:
--------------------Configuration: Zone - Win32 GuildWars Debug-------------------- |
I googled for your error messages and found a reference to including <my_global.h> before <mysql.h>
http://www.mysql.com/doc/en/Windows_...compiling.html might be worth a try. |
Hello and thx for the reply,
I tried to include the <my_global.h> before <mysql.h>. But I still have the same error. |
Instead of doing this:
Code:
#include <mysql.h> Code:
#include <windows.h> Markus |
Either including <my_global.h> or Deawin's suggestion get rid of the mysql errors for me.
Quote:
|
Hi there and thx for the replys,
yes, I got rid of the mysql errors while compiling and I thank you. But, I still have the Item_Struct errors. Derision> I have not exactly understood what you said. You mean I can compile if I #define TEST_SERVER_AA in the eq_packet_structs.h? |
Forget what i said about TEST_SERVER_AA, i wasn't paying enough attention to the code. My guess is that the devs have updated the Item_Struct and removed the member unknown144 but not got around to updating the program you are trying to compile.
|
All times are GMT -4. The time now is 06:36 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.