Read / Write information in .cds file

1

I have taken a project to develop in C #, the project is based on reading information from a .txt file and writing the information to an existing .cds file that is used on a system developed in Delphi.

I searched for an API that does this for C # but found none.

    
asked by anonymous 10.10.2015 / 23:30

1 answer

1

Write an application in Delphi that reads this .cds and has it written to XML. Then you can read with .Net.

Font .

    
10.10.2015 / 23:38