Any of you guys worked with Delphi ?
I have been given the job of redeveloping some Delphi apps over to .net (either VB.net or C#) and was wondering if any of you have had any similar experience.
Printable View
Any of you guys worked with Delphi ?
I have been given the job of redeveloping some Delphi apps over to .net (either VB.net or C#) and was wondering if any of you have had any similar experience.
I believe Delphi 2005 has the ability to convert older Delphi projects to C#.
Now that sounds cool.
But I haven't been able to get the trial version running, so haven't tested it :)
You'd be better off converting to C# than vb.net because vb.net doesn't support pointers whereas delphi and C# do. This will make it MUCH easier to port it.
Delphi can build .NET assemblies, so why bother ? You would still have to convert them to use the framework, but the language would be the same.