My favorites | Sign in
Project Home Downloads Wiki Issues
Search
for
Compilers  
Updated Feb 4, 2010 by jpbarre...@gmail.com

cURLpp is meant to be portable, but I can't maintain, all by myself, a project file for every platform that exists. Here's the environnements that I maintain, or will maintain personally:

  • Max OS X/GCC 2.95/GCC 3.x/GCC 4.x
  • Linux/GCC 2.95/GCC 3.x/GCC 4.x
  • Cygwin/GCC 2.95/GCC 3.x/GCC 4.x

I know there's some people who wants a VC++ project file. I don't want to maintain those VC++ files. I don't want to because I don't have any licence of VC++ and I don't want to buy one. The only way I will make available some Win32 binaries(DLL), is with MinGW. However, if someone is willing to maintain thoses files, it will be my pleasure to make them available.

Comment by djz...@gmail.com, Aug 7, 2009

However, Microsoft Visual C++ 2008 Express Edition is totally free and no licenses are necessary.

Comment by clm971...@gmail.com, Jan 8, 2011

In file included from Easy.cpp:25: ../../include/curlpp/Options.hpp:281: error: `CURLOPT_FTP_FILEMETHOD' was not declared in this scope ../../include/curlpp/Options.hpp:281: error: template argument 2 is invalid ../../include/curlpp/Options.hpp:281: error: ISO C++ forbids declaration of `FtpFileMethod?' with no type ../../include/curlpp/Options.hpp:285: error: `curl_ftpauth' was not declared in this scope ../../include/curlpp/Options.hpp:285: error: `CURLOPT_FTPSSLAUTH' was not declared in this scope ../../include/curlpp/Options.hpp:285: error: template argument 1 is invalid ../../include/curlpp/Options.hpp:285: error: template argument 2 is invalid ../../include/curlpp/Options.hpp:285: error: ISO C++ forbids declaration of `FtpSslAuth?' with no type

Comment by dumbdumb...@gmail.com, Jun 9, 2011

Hi, I compiled libcurl with mingw nicely, and I put the libcurldll.a in my lib directory and the "curl" include directory in my include directory. How to compile the curlpp with mingw, in such a way to get some kind of single curlpp.a library file? Meaning, in my project I would only need to link a curlpp.a (and reference the curlpp header files). It's not clear how would I do that? Thanks.

Comment by mjmen...@gmail.com, Jan 27, 2012

how to use with dev c++. I am new to curlpp as well as dev c++. Please instruct me. Thank you...


Sign in to add a comment
Powered by Google Project Hosting