Mail Archives: djgpp/1995/09/11/06:01:27
Hi,
I just got V2 Beta3 and recompiled one of my programs only to be told that
there was an error in the "dos.h" header file. See if you can spot it:
struct _DOSERROR {
int exterror;
char class;
char action;
char locus;
};
#define DOSERROR _DOSERROR
As my program was in C++, it didn't like a struct member called "class".
Did I miss some #ifdef or something or is this an error?
Appart from that, things are going well. I can't wait for the full
Windoze96 version ;-)
Damien.
- Raw text -