Vesselin,
I am trying the HTTP lib you gave a link to. I am having problems
getting it to run. I got the src code, put the .h and .c files in my src
folder, did #include "http.h". then I tried to call the
HTTPLibStart(appCreatorID) function. At this point i get an error: In
function `AppStart':: undefined reference to `HTTPLibStart' AppMain.c
VirusGuard/src line 227 April 20, 2005 10:25:51 AM
Am I missing something, or doing something wrong? From what I saw in the
given samples, im not doing anything different. Im calling the start
function in the same place and the same way. The only thing i can think of
is if i have to register the lib in a different way then placing it in the
src file and doing the include statement.
--
Scott Erickson
Software Development Team, FB-4, Inc.
[EMAIL PROTECTED]
"Dr. Vesselin Bontchev" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Depends on your definition of "any". :-)
>
> The net-enabled Palm devices come with a system library Net.lib. It
> implements Berkeley sockets-level 'net access. You can, of course,
> implement a HTTP request based on those - it's just a bit of low-level
> work. Quite a bit, at that.
>
> There is something else, called INet.lib, which provides a higher-level
> access - but the way I understand it, it won't be supported in the future
> versions of PalmOS.
>
> Or you could look into one of the third-party libraries; see, for instance
> this one:
>
> http://www.bitsplitter.net/PalmHTTP/
>
> It's free, comes in source, and implements HTTP access based on Net.lib.
>
> Regards,
> Vesselin
>
--
For information on using the Palm Developer Forums, or to unsubscribe, please
see http://www.palmos.com/dev/support/forums/