Hello niXman! On Wed, Aug 7, 2013 at 2:30 PM, niXman <[email protected]> wrote: > 2013/8/7 K. Frank > >> Do I anticipate any issues using libcurl with mingw-w64? If so, what >> should I look out for and how might I deal with it? > > No, libcurl is easy to build with mingw-w64.
Thanks for the confirmation. >> Second, right now I use curl to fetch data files, and then I read them >> into a program as an ifstream and use getline. In an ideal world, I would >> want to be able to get an istream from a libcurl call. As libcurl is >> c-based, I assume that I don't get this out of the box. Would anyone >> have suggestions for hooking up a libcurl call to an istream? Or >> would it not be worth the bother, and I should just use the buffer-based >> callback scheme that seems to be the libcurl way of doing it? > > Please read: http://curl.haxx.se/libcurl/c/post-callback.html Looks straightforward. (I was just wondering if there were any shortcuts.) > > Regards, > niXman I appreciate your feedback. K. Frank ------------------------------------------------------------------------------ Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free troubleshooting tool designed for production. Get down to code-level detail for bottlenecks, with <2% overhead. Download for free and get started troubleshooting in minutes. http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
