Menu

New module dxmlrpc 2.0.0 released

This release is the starting point of a non backward
compatible line of Delphi XML-RPC. This is not backward
compatible to DelphiXml-Rpc 1.x.x because here is done a lot of renaming classes
and methods to make it more instructive to Delphi users.

The classes (e.g. from TArray to TRpcArray) are renamed
because of a TArray is a very common name and may be already
exists in a Delphi project with a completely other meaning.

Also there is now an inheritance between TRpcArrayItem and
TRpcStructItem which removes lot of doubled code from the
original unit XmlRpcTypes.pas and so on.

TArray, TStruct and TResult are now interfaces IRpcArray,
IRpcStruct and IRpcResult. This helps a lot to avoid memory
leaks with these objects.

I hope you enjoy this new line of XML-RPC for Delphi.

Greetings,
Immo Wache (Team

PS. The code currently works fine with D7 but don't works
with Delphi 6 out of the box or with Update 6.02. So some
help here is highly welcome.

Posted by Immo Wache 2003-12-04

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.