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...