cURL

Previous topic - Next topic

Julian

Has anyone tried to use cURL with GLBasic? I'dont mean wrapping the libcurl.dll but using the library itself to compile directly into the Project (preferably cross compiling for multiple systems). I know some C basics but I have no idea of libraries and crosscompiling.

Julian

MrTAToad

If it requires the use of multiple headers and/or functions that require structures then it would be tricky.  It would certainly be useful to have though - would make accessing Twitter and Facebook much, much, much easier...

Kitty Hello

does it rely on any other libs?

MrTAToad

For the SSL-compiled Curl packages (which would be the ones needed), you need the OpenSSL libraries/DLLs.

Kitty Hello

might be worth a try how fat those packages are compiled.