Read a Delphi TClientDataset Files with .NET -
i need read files written tclientdataset class delphi .net code. solution mentioned here not work me.
"a dotnet program not run on windows platform" means me you're deploying mono application. possibly on linux, if that's case try wine , see if delph app suggested above works expected. if yes, problem of leaving dotnet app machine solved both run on same hardware without communication through network.
edit: since op specified he's using monodroid , monotouch, , therefore can't use wine- remaining options are:
- reverse engineer format (consult lawyer first protect harm)
- ask embarcadero definition of file ( don't put hope on it)
- modify delphi/c++ application export files in xml
- create delphi application preprocess *.cds , export them xml before sending them ios / android machine.
of 4 alternatives, fourth 1 possibly fastest - best 1 third.
the first 1 can in trouble because of laws against rev engineer around world ( in usa there dmca heard draconian - ianal , not us-citizen).
the second 1 bet.
Comments
Post a Comment