Does any one know if the Palm OS declares InetAddress anywhere? I have
tried to use the struct
typedef struct
{
Byte a;
Byte b;
Byte c;
Byte d;
} InetAddress;
in a header file, but yet i always get illegal name overloading. I tried to
look through the reference and companion docs, but nothing came up when i
searched for InetAddress. I only declare the struct once in a header that
is included in all my c files and other headers. For example, I use the
struct in the following ways
InetAddress IpAddrStringToInetAddress( char str )
InetAddress getSrcAddress( InetAddress dstAddr )
InetAddress temp;
Basically as a variable, and a return type. Any ideas? Thanks
Andrew
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/