http://www.oreilly.com/catalog/palmosnetpro/chapter/ch05.html
Here's some code to open the library:
UInt16 AppNetRefnum;
Err err = SysLibFind("Net.lib", &AppNetRefnum);
if (err)
// library not found or some other error
Err ifErrs;
err = NetLibOpen(AppNetRefnum, &ifErrs);
See the web page for info on how to do socket connections.
-Benjamin Bloomfield
On 11/9/05,
chinmaya <[EMAIL PROTECTED]> wrote:
Hi All,
This is chinmaya.
I am begineer to Palm Networking application.I need some help from you all. I want to know how to connect internet using Internet Library API's then please send me some example , so that I can proceed in devoloping my application using accessing to Internet.
.................
--
For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
-- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
