You just need to use the lower-level NetLib API to send a properly formatted HTTP request via socket, and process the response properly.
Mark Peters "blaman" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > hi everybody, im programming an application for a tungsten W, running palmOS > 4.x and need to send a http request. i looked up the inet.lib functions, but > then i recognized that inet.lib appears not to be installed. > > err = FtrGet(inetLibFtrCreator, inetFtrNumVersion, &value); > > returns an error. > > err = SysLibFind("Net.lib", &libRefNum); > > although returns an error... i checked the docu and following was mentioned: > "The Internet library is available only on version 3.2 or later of the Palm > OS on Palm VII devices" > Don�t i meet the requirements? Can i install the inet.lib somehow? Or how > can i avoid using it? > > i got no idea how, all help is appreciated, thanx in advance. > > > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
