>  I am trying the HTTP lib you gave a link to.

Please note that I haven't used it myself (I don't even have a net-enabled 
device), so I might not be of much help.

> 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

Did you add the .c file of the library to your *project*? It's not enough to 
just put it in your src directory - you must also tell your project to use it 
(i.e., compile it and link with it). How exactly you do that depends on the 
environment you use. It could be as easy as modifying a line in a makefile - or 
you might have to fiddle with the project properties.

If you're using PODS, put the .c and .h file of the library in a temporary 
directory (*not* in your src directory) and import them into your project - 
that will copy them to your src directory and will update the makefiles of the 
project.

Regards,
Vesselin
-- 
For information on using the Palm Developer Forums, or to unsubscribe, please 
see http://www.palmos.com/dev/support/forums/

Reply via email to