Shared libraries can be debugged by specifying the host application(.prc) in the Project Settings ->Target ->Runtime Settings.
Luck, Waseem. -----Original Message----- From: Dinesh Kumar [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 07, 2002 1:23 PM To: Palm Developer Forum Cc: [EMAIL PROTECTED] Subject: RE : How do i debug shared libraries? Hai Nihar, i'm not sure if debugging the Shared Lib is possible or not But yes, you can load the netllib shared library in your shared library You can wrap the NetLib functions in ur SharedLib Functions for Loading ,Opening and Closing of the NetLib. For making a TCP Connection you can wrap socket() and connect() For Sending/Receiving Data, NetLibSend and NetLibReceive can be wrapped respectively in another functions and all this.. will make up ur own TCP/IP Shared Library This works fine for sending and recieving Strings/messages atleast! regards, Dinesh Kumar -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
