473,670 Members | 2,397 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Robust XML-RPC C++ implementation

Hi all,

I need a robust XML-RPC implementation for C++ (if possible, otherwise
C). I looked around and found several. Tried one (XmlRpc++) but it's
not robust enough for my project.

Key requirement is portability across linux (g++) and windows (vc++).
Should be free if at all possible.

Anyone can recommend one so I don't have to test each of them
personally?

Thanks in advance
Andy

Nov 22 '05 #1
1 1979
ab*****@yahoo.c o.uk wrote:
Hi all,

I need a robust XML-RPC implementation for C++ (if possible, otherwise
C). I looked around and found several. Tried one (XmlRpc++) but it's
not robust enough for my project.

Key requirement is portability across linux (g++) and windows (vc++).
Should be free if at all possible.

Anyone can recommend one so I don't have to test each of them
personally?

Thanks in advance
Andy


Your question is off-topic in this newgroup, which is soley concerned
with the standard C++ language and libraries (not specific applications
or third-party libraries or platform questions). See the FAQ for what
is on-topic and for some suggestions on better places to ask your
question:

http://www.parashift.com/c++-faq-lit...t.html#faq-5.9

Cheers! --M

Nov 22 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
1496
by: Enri | last post by:
Hello to everyone, the web app I'm starting to make must run under windows too. Before it'll be too late, I'd like to know whether the php support to Oracle and SQLServer is robust. Also, does anyone have tried Logicreate? Any opinion about this cms under windows? (and about this cms in general...) Many thanks,
4
3901
by: tkpmep | last post by:
I use Python to generate a huge amount of data in a .csv file which I then process using Excel. In particular, I use Excel's solver to solve a number of non-linear equation, and then regress the results of hundreds of calls to Solver against a set of known values, enabling me to calibrate my model. This is a pain: i'd much rather perform all the computations in Python and improve on Excels' regression as well. Questions: 1. Is there a...
0
1078
by: Trey | last post by:
Is the DataSet using XML robust enough? I had a table with an autoincrement column in it for an row index. After doing some completly non related work the XML file would not reload. I looked at the XML file and I had a missing row that was replaced by a copy of another row. So I had two rows with the same data, and same IDs in it. From the time the XML file was good to the time it was corrupt the application never deleted a row or...
1
1424
by: Philip Wagenaar | last post by:
Hello, I am writing an application that processes xml files that are stored in a folder. The application picks up the files in a folder, processes them and then deletes them. What is the best approach on loading the xml files from the folder into my application? At the moment I am using the System.IO.FileSystemWatcher to monitor files
33
10531
by: Matt Kruse | last post by:
I'm seeking the most robust and backwards-compatible (ie, no instanceof) isArray function. Here's what I have: function defined(o) { return typeof(o)!="undefined"; } function isArray(o) { // If these conditions aren't met, it certainly isn't an Array
4
4429
by: Marcio Vidal | last post by:
No se puede crear una fila de tabla de trabajo más larga que el máximo admitido. Vuelva a enviar la consulta con la sugerencia ROBUST PLAN. TRANSLATION -- Translation by iam_clint Cant create line in table work longer, try use robust plan CODE -------- DECLARE
9
5196
by: Jen | last post by:
What is the most robust way to implement single-instancing for a Windows app? I'm aware of the GetProcessByName method and the Mutex method. I've GetProcessByName isn't very robust. What happens if the app crashes and it's using the Mutex method? I don't want it to get in a situation where the Mutex prevents the app. from starting when it really is ok to start. Is the Mutex method the most robust? Any others? Using .NET 2.0 and C#.
1
2425
by: Max | last post by:
I am using XmlSerializer to deserialize XML, and sometimes have to deal with legacy files with slight differences, for example "yes" where "Yes" is expected, i.e. Expected: <Enabled>yes</Enabled> Actual: <Enabled>Yes</Enabled> This causes an "InvalidOperationException" and terminates the deserialization. I would prefer my code to be able to examine the cause of the exception, and recover and continue if possible. What is the best way...
1
1669
by: sh.mojtahedzadeh | last post by:
Dear all, I have a LP model here as follow: Min = .42*x1 + .56*x2 + .70*x3; S.t. x1 + x2 + x3 = 900;
3
1835
by: tkpmep | last post by:
I have coded a robust (Theil-Sen) regression routine which takes as inputs two lists of numbers, x and y, and returns a robust estimate of the slope and intercept of the best robust straight line fit. In a pre-processing phase, I create two new lists, x1 and y1; x1 has only the unique values in x, and for each unique value in x1, y1 has the median of all such values in x. My code follows, and it seems a bit clumsy - is there a cleaner...
0
8469
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8903
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8661
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7419
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5684
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4391
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2800
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2042
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1794
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.