Hi group,
Just joined the group and I'm after some help as the title might suggest. Using Open Watcom for writing a program but need hellp with the following:-
struct packet
{
Ecbtype Ecb;
Ipxheader Ipx;
Word Data[256];
far *send, far *receive[20];
};
Each time I try to "make" the file, it shows an error E336 declaration specifiers are required to declare "send" and "receive".
I just can't seem to figure out what I'm doing wrong here.
Any help would be appreciated.
TIA Dave
Just joined the group and I'm after some help as the title might suggest. Using Open Watcom for writing a program but need hellp with the following:-
struct packet
{
Ecbtype Ecb;
Ipxheader Ipx;
Word Data[256];
far *send, far *receive[20];
};
Each time I try to "make" the file, it shows an error E336 declaration specifiers are required to declare "send" and "receive".
I just can't seem to figure out what I'm doing wrong here.
Any help would be appreciated.
TIA Dave
Comment