GLBasic forum

Codesnippets => Inline / 3rd party => Topic started by: Julian on 2011-Jun-11

Title: cURL
Post by: Julian on 2011-Jun-11
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
Title: Re: cURL
Post by: MrTAToad on 2011-Jun-11
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...
Title: Re: cURL
Post by: Kitty Hello on 2011-Jun-20
does it rely on any other libs?
Title: Re: cURL
Post by: MrTAToad on 2011-Jun-20
For the SSL-compiled Curl packages (which would be the ones needed), you need the OpenSSL libraries/DLLs.
Title: Re: cURL
Post by: Kitty Hello on 2011-Jun-21
might be worth a try how fat those packages are compiled.