I apologize for the the rather noobish question but I am new to palm development and relatively new to the C language itself. Anyway I'm looking to create a net lib application and the palm os companion states that I must link my project with NetSocket.c module, to initialize a few crucial global variables. How should I go about doing this? A make file snippet would be ever so helpful.
AFAIK, NetSocket.c is only necessary if you want to code against the Berkely sockets API. This is useful for porting existing, non-PalmOS network code. For dedicated PalmOS network applications I'd recommend using the NetLib API directly(for which you don't need NetSocket.c).
Regards -Laurens
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
