GCC structure compilation error
Robert Wimmer
seppwimmer@hotmail.com
Fri Mar 26 17:10:00 GMT 2004
>typedef struct Database_Display
>{
>...
> MODULES Modules_Present;
>....
>}DATABASE_DISPLAY;
>
>file2.c
>#include "file1.h"
>DATABASE_DISPLAY Database_DISPLAY;
>// code start
>:
>
>file2.c:10: error: request for member 'Module_Present' in something not a
>structure or union
>
>pls help me solve this problem
'Module_Present' is no member of database_disp.... > it is defined as
MODULES Modules_Present;
(an 's' is missing)
bye sepp
_________________________________________________________________
Die MSN Suche - Kategorien helfen Ihnen dabei, präzise Ergebnisse zu
erhalten. http://search.msn.at/
More information about the Gcc-help
mailing list