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.
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.
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.
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 c# .net delphi filing-cabinet
You are not signed in. Login or sign up in order to post.
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
– EProgrammerNotFound
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?
– Maniero