View Single Post
  #1  
Old 10-19-2002, 01:54 AM
ashlar_s
Fire Beetle
 
Join Date: Oct 2002
Posts: 1
Default 3.10 compilation errors.

I had problems like this before with 3.9 so thought i just had to edit the header files like before so they pointed directly to the stuff on my system... well i assume this is something differnt cause it is not working. I am no c++ expert so here is my problem:

In file included from ../common/database.h:28,
from ../common/database.cpp:32:
../common/eq_packet_structs.h:562: anonymous class type not used to declare any objects
../common/database.cpp: In method `sint32 Database::GetItemsCount(int32 * = 0)':
../common/database.cpp:2027: warning: unused variable `int32 tmpItemCount'
../common/database.cpp:2026: warning: unused variable `int32 tmpMaxItem'


seems like it is pointling to eq_packet_structs.h.

Could yall point me in the right direction please?

by the by sence winex got eq working and sence i got your stuff it is the first time i played eq in like three mounths. So thanks peoples for your work..
Reply With Quote