<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Activity for XmlRpc++</title><link>https://sourceforge.net/p/xmlrpcpp/activity/</link><description>Recent activity for XmlRpc++</description><language>en</language><lastBuildDate>Wed, 30 Aug 2023 13:53:18 -0000</lastBuildDate><item><title>mattyb9693 posted a comment on discussion Help</title><link>https://sourceforge.net/p/xmlrpcpp/discussion/240495/thread/c1504215fc/?limit=25#4fd9</link><description>Is there an STM32 compatible C++ fork of this project available, that uses LWIP transport layer natively, rather than the Win/BSD sockets? (Porting from the XMLRPC++ using native BSD socket comms, to using LwIP, on a different embedded family, is a ** major** pain) **Or ... ** Is there a version, with the transport layer / parser + dispatcher layers as separate entities, so I can pass an XML (or even full HTTP) request back and forth, and use my own transport layer, without the transport layer being...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mattyb9693</dc:creator><pubDate>Wed, 30 Aug 2023 13:53:18 -0000</pubDate><guid>https://sourceforge.net/p/xmlrpcpp/discussion/240495/thread/c1504215fc/?limit=25#4fd9</guid></item><item><title>DongYoung Choi posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/xmlrpcpp/discussion/240494/thread/dbce9f818d/?limit=25#7232</link><description>I believe that XmlRpc++ is still a great library even though it has not been updated so long. It is light weighted and does not have any dependencies with other libraries. I found it has been very useful in interoperating with Python xmlrpc. The other day, I had added the Apache extension to support additional data types. It is highly compatible with the Python version. I would like to apply this extension to XmlRpc++. However, I am not sure if this SourceForge project is still under maintenance....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DongYoung Choi</dc:creator><pubDate>Wed, 07 Apr 2021 02:39:13 -0000</pubDate><guid>https://sourceforge.net/p/xmlrpcpp/discussion/240494/thread/dbce9f818d/?limit=25#7232</guid></item><item><title>Yan Meunier posted a comment on ticket #36</title><link>https://sourceforge.net/p/xmlrpcpp/bugs/36/?limit=25#1ca6</link><description>I know this is an old project, and low activity, but this library is pretty easy to use, in case others run into this. The above fix didn't seem to work for me while running in Windows (VC++ 2017) while in Release. Works fine in Debug. Looks like Mycont always return nullptr in release. Rather then trying to check the iterator a copy of the sources should be used to iterator through. When the source no longer needs to be monitored it can be removed from the copied list. In the case that the handleEvent...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yan Meunier</dc:creator><pubDate>Wed, 02 Sep 2020 19:48:19 -0000</pubDate><guid>https://sourceforge.net/p/xmlrpcpp/bugs/36/?limit=25#1ca6</guid></item><item><title>Augusto Cadini posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/xmlrpcpp/discussion/240494/thread/25390888c5/?limit=25#ce4f</link><description>I've a src folder with .cpp and .h files downloaded, so I did copied this folder to same folder of my files and tried: g++ main.cpp odoo_service.cpp -o main -l /src/. But the libraries aparentelly not found: MacBook-Air-de-Augusto-2:web_services augustosansoncadini$ g++ main.cpp odoo_service.cpp -o main -l /src/ ld: library not found for -l/src/ clang: error: linker command failed with exit code 1 (use -v to see invocation)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Augusto Cadini</dc:creator><pubDate>Fri, 28 Dec 2018 10:54:31 -0000</pubDate><guid>https://sourceforge.net/p/xmlrpcpp/discussion/240494/thread/25390888c5/?limit=25#ce4f</guid></item><item><title>Piotrek posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/xmlrpcpp/discussion/240494/thread/25390888c5/?limit=250#ce91</link><description>You need to provide the -l option to link in the library. Something like: g++ main.cpp odoo_service.cpp -o main -l xmlrpc</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Piotrek</dc:creator><pubDate>Thu, 27 Dec 2018 20:28:56 -0000</pubDate><guid>https://sourceforge.net/p/xmlrpcpp/discussion/240494/thread/25390888c5/?limit=250#ce91</guid></item><item><title>Augusto Cadini modified a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/xmlrpcpp/discussion/240494/thread/25390888c5/?limit=25#bdd0</link><description>I'm new to C ++ and am trying to use the XmlRpc library. I created three files for my first HelloWorld: odoo_service.h, odoo_service.cpp and main.cpp. I'm compiling my source files with: g++ main.cpp odoo_service.cpp -o main But when I try do this the follow error occurs: MacBook-Air-de-Augusto-2:web_services augustosansoncadini$ g++ main.cpp odoo_service.cpp -o main Undefined symbols for architecture x86_64: "XmlRpc::XmlRpcClient::XmlRpcClient(char const*, int, char const*)", referenced from: WEB_checkConn()...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Augusto Cadini</dc:creator><pubDate>Thu, 27 Dec 2018 20:23:04 -0000</pubDate><guid>https://sourceforge.net/p/xmlrpcpp/discussion/240494/thread/25390888c5/?limit=25#bdd0</guid></item><item><title>Augusto Cadini posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/xmlrpcpp/discussion/240494/thread/25390888c5/?limit=25#bdd0</link><description>Eu sou novo no C++ e estou tentando utilizar a biblioteca XmlRpc. Criei três arquivos para o meu primeiro HelloWorld: odoo_service.h, odoo_service.cpp and main.cpp. I'm compiling my source files with: g++ main.cpp odoo_service.cpp -o main But when I try do this the follow error occurs: MacBook-Air-de-Augusto-2:web_services augustosansoncadini$ g++ main.cpp odoo_service.cpp -o main Undefined symbols for architecture x86_64: "XmlRpc::XmlRpcClient::XmlRpcClient(char const*, int, char const*)", referenced...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Augusto Cadini</dc:creator><pubDate>Thu, 27 Dec 2018 20:22:25 -0000</pubDate><guid>https://sourceforge.net/p/xmlrpcpp/discussion/240494/thread/25390888c5/?limit=25#bdd0</guid></item><item><title>Maarten de Vries posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/xmlrpcpp/discussion/240494/thread/cec40381/?limit=25#28b4</link><description>I think I found the original publication on codeguru.com: http://www.codeguru.com/cpp/cpp/cpp_mfc/article.php/c4095/STL-Compatible-Base64-Encoder.htm However, there is no license information included there. That still leaves me wondering if it is allowed to redistribute the file.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Maarten de Vries</dc:creator><pubDate>Thu, 20 Apr 2017 16:19:34 -0000</pubDate><guid>https://sourceforge.net/p/xmlrpcpp/discussion/240494/thread/cec40381/?limit=25#28b4</guid></item><item><title>Maarten de Vries posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/xmlrpcpp/discussion/240494/thread/cec40381/?limit=25#637f</link><description>Hello, Someone raised questions about using xmlrpc++ in a proprietary project. Considering the project is LGPL it shouldn't be much of a problem. However, I noticed the file base64.h which does not appear to be part of xmlrpc++ itself, but rather seems to be copied from elsewhere. The file does not include license information. That is rather problematic when it comes to redistributing the file (either in source or object form). I would love to know where this file comes from and what license applies...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Maarten de Vries</dc:creator><pubDate>Thu, 20 Apr 2017 16:07:27 -0000</pubDate><guid>https://sourceforge.net/p/xmlrpcpp/discussion/240494/thread/cec40381/?limit=25#637f</guid></item><item><title>Christian created ticket #36</title><link>https://sourceforge.net/p/xmlrpcpp/bugs/36/</link><description>Possible invalid iterator in XmlRpcDispatch::work()</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian</dc:creator><pubDate>Mon, 30 Jun 2014 20:01:19 -0000</pubDate><guid>https://sourceforge.net/p/xmlrpcpp/bugs/36/</guid></item></channel></rss>