--- In [EMAIL PROTECTED], Ben Combee <[EMAIL PROTECTED]> wrote: > > >I thought, INet Library was the only one that I could > >use for making Internet calls. Is there any other > >work around or an equivalent for INet.lib that can be > >used for doing wireless transactions? > > You can directly call NetLib and use TCP/IP sockets. You'll have to > implement your own HTTP code, but the Treo and all other Palm OS wireless > devices (except the VII/VIIx/i705) support this for network communication. >
PDADevelopers.com sells a HTTP protocol toolkit for CodeWarrior C++. It is implemented on top of PalmOS' sockets (available in all versions after 3.0). You can find it at: http://www.pdadevelopers.com Cheers, Sebastian -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
