|
Compilers
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:
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. |
► Sign in to add a comment
However, Microsoft Visual C++ 2008 Express Edition is totally free and no licenses are necessary.
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
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.
how to use with dev c++. I am new to curlpp as well as dev c++. Please instruct me. Thank you...