Help with Declaration Specifiers

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Freelander
    New Member
    • Feb 2008
    • 1

    Help with Declaration Specifiers

    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
  • weaknessforcats
    Recognized Expert Expert
    • Mar 2007
    • 9214

    #2
    What is a far* ???

    The compiler wants to know.

    Comment

    Working...