Read/Write information to file . cds

Asked

Viewed 90 times

1

I took a project to develop in C#, the project is based on reading information from a file .txt and save the information to a file .cds which is used in a system developed in Delphi.

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

  • I would create an out-of-process COM application in Delphi and call in c# to make the changes. Until the Delphi application is discontinued and the data is fully migrated to a new application

  • Take a look at [tour]. You can accept an answer if it solved your problem. You can vote on every post on the site as well. Did any help you more? You need something to be improved?

1 answer

1

Write an application in Delphi that reads this .cds and have it saved in XML. Then you can read with .NET. There is no better way, or even another way to do this.

Source.

  • this is not a solution, I need to read and record in it.

  • So you’re going to have to create a library that does this. Good luck!

Browser other questions tagged

You are not signed in. Login or sign up in order to post.