curl-library
Re: symbian and curl
Date: Wed, 21 Jul 2010 07:32:57 -0700 (PDT)
hello frank
i followed your instruction ,i downloaded it then build it ,then i add it as static library to my code ,my question is :am i able to use next code right know directly as like php case?.
<<<< $curl = curl_init();
// CURL SETTINGS.
curl_setopt($curl, CURLOPT_URL,"$send");
curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($curl, CURLOPT_CONNECTTIMEOUT, 0);
// // GRAB THE XML FILE.
$xmlresult = curl_exec($curl);
curl_close($curl);>>>>>>>>
regards
hala
--- On Tue, 7/20/10, Frank Mcgeough <fmcgeough_at_mac.com> wrote:
From: Frank Mcgeough <fmcgeough_at_mac.com>
Subject: Re: symbian and curl
To: "libcurl development" <curl-library_at_cool.haxx.se>
Date: Tuesday, July 20, 2010, 5:11 PM
On Jul 20, 2010, at 9:37 AM, hala alramli wrote:
hello ,
i want to know if it possible to use curl with symbian os ?,and if there is an available tutorial to instal and use libcurl with symbian in carbide c++.
could you help me i a new to this projects
regards
hala
yes, the install includes what you need to build on symbian. I have built it - in the past - as a static library linked to my code. There isn't a tutorial on how to use this specifically as far as I know. I didn't find it too challenging. I would suggest that you download libcurl and browse to import the bld.inf in the Symbian directory. Good luck.
-----Inline Attachment Follows-----
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2010-07-21