On Sun, Mar 21, 2010 at 17:02, Ville M. Vainio <[email protected]> wrote: > On Sun, Mar 21, 2010 at 5:26 PM, anky <[email protected]> wrote: > >> i had a doubt in developing my gapps wrapper, i have two options.. 1 being >> to use the libcurl library and the other is to use qt. >> i have my experience in qt and currently i am new to libcurl but i sure can >> learn it. >> i wanted to know which one would be better and reasons for it. >> thanks ! > > I'd suggest trying to retain plain QtCore as the only dependency, as > much as possible. You might get more free functionality out from > libcurl, but it would probably be more fat a dependency than strictly > necessary. [..]
Sorry for jumping in here, but the above advice confuses me. I'm not very familiar with Qt, but from what I see at http://doc.trolltech.com/4.6/qtcore.html QtCore is a user interface API. LIbcurl is a multiprotocol file/data transfer library. QtCore doesn't seem to implement any API for that. If networking is needed for the application then Libcurl is a very good (and widely used) library for that. -Tor _______________________________________________ maemo-developers mailing list [email protected] https://lists.maemo.org/mailman/listinfo/maemo-developers
