Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
*NEW*
Current Version on
STEAM
:
16.026
Logfile:
EN
,
DE
Webchat:
Visit the chat
Home
Help
Search
Login
Register
GLBasic forum
»
Codesnippets
»
Inline / 3rd party
»
cURL
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: cURL (Read 2982 times)
Julian
Mc. Print
Posts: 23
cURL
«
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
Logged
MrTAToad
Guest
Re: cURL
«
Reply #1 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...
Logged
Kitty Hello
code monkey
Administrator
Prof. Inline
Posts: 10762
here on my island the sea says 'hello'
Re: cURL
«
Reply #2 on:
2011-Jun-20 »
does it rely on any other libs?
Logged
MrTAToad
Guest
Re: cURL
«
Reply #3 on:
2011-Jun-20 »
For the SSL-compiled Curl packages (which would be the ones needed), you need the OpenSSL libraries/DLLs.
Logged
Kitty Hello
code monkey
Administrator
Prof. Inline
Posts: 10762
here on my island the sea says 'hello'
Re: cURL
«
Reply #4 on:
2011-Jun-21 »
might be worth a try how fat those packages are compiled.
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
GLBasic forum
»
Codesnippets
»
Inline / 3rd party
»
cURL