I am C++ beginner and I currently do not have Visual C nor Linux. I am trying to compile XmlRpc with the Open Source IDE Dev-C++, by importing/converting the Windows project files to Dev-C++ project files, but it does not work.
has anybody managed to do that and is willing to share the experiences (or the steps necessary to succeed)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Well, figured it out by mysself, at least whne compiling directly with minGW, then I can use the GNU makefile, then just need to add the socketlibrary, then is works fine.
I still do not know where to add the Library at Dev-C++, but that is not a XML-RPC problem anymore !!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am C++ beginner and I currently do not have Visual C nor Linux. I am trying to compile XmlRpc with the Open Source IDE Dev-C++, by importing/converting the Windows project files to Dev-C++ project files, but it does not work.
has anybody managed to do that and is willing to share the experiences (or the steps necessary to succeed)
Well, figured it out by mysself, at least whne compiling directly with minGW, then I can use the GNU makefile, then just need to add the socketlibrary, then is works fine.
I still do not know where to add the Library at Dev-C++, but that is not a XML-RPC problem anymore !!