Please check out Dragon Swords !

Member Discussions

terms



[Previous] [Next] [Post] [Reply] [Topics] [Summary] [Search]


1. Need help urgently!! Wed Apr 11, 2007 [2:44 AM]
Artemis813
x0xstrickenx0x@hotmail.com
member since: Oct 21, 2004
Reply
tables.h:29: error: array type has incomplete element type
tables.h:30: error: array type has incomplete element type

Ok I am getting that error about 25 times on compile, yet the code looks fine to me... On line 28 and 31 is this:

/* game tables */
extern const struct position_type position_table[];
extern const struct sex_type sex_table[];
extern const struct size_type size_table[];

I dont see anything wrong with it... Anyone got any idea on what I can do to fix this? All help would be greatly appreciated.




[Previous] [Next] [Post] [Reply] [Topics] [Summary] [Search]