Hello,
Why do I get these link errors, somebody knows?
I do not even use a variable called errno.
I have included netsocket.lib.

Link Error  : my_udp_file.c: 'errno' referenced from 'CreateSocket' is
undefined.
Link Error  : my_udp_file.c: 'errno' referenced from 'SendUDP' is
undefined.

My CreateSocket function:

int ConnectSocket()
{
 sockDest = socket(AF_INET, SOCK_DGRAM, 0);
 return 0;
}

Regards, Anders



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to