http://text.staticfree.info/palmdev/Palm%20OS%20Companion.pdf and there's a section here on Network Communication. it
may help also
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of David Birdsall
Sent: 09 November 2005 17:22
To: Palm Developer Forum
Subject: RE: Hi All Palm Network Programmers-----Original Message-----O'Reilly has a book whose 5th chapter is free. It helped me out.
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Benjamin Bloomfield
Sent: 09 November 2005 16:03
To: Palm Developer Forum
Subject: Re: Hi All Palm Network Programmers
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/
--
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/
