Delphi.net to C# convertor?

J

José Joye

Hello,

I'm looking for a Delphi.net to C# convertor.

Can anyone recommend a good product?


thanks,
José
 
J

Joanna Carter [TeamB]

"José Joye" <[email protected]> a écrit dans le message de [email protected]...

| I'm looking for a Delphi.net to C# convertor.
|
| Can anyone recommend a good product?

One way of achieving this is to use ModelMaker www.modelmakertools.com .

You should be able to import the classes into a ModelMaker model in Delphi
and then generate the C# code from that model inside Visual Studio.

ModelMaker integrates into both IDEs.

Joanna
 
S

Stoitcho Goutsev \(100\)

I don't know any to be honest, but if the code to convert is fairly small
you can use the Lutz Roeder's reflector, open the compiled assembly and copy
the source for the methods on whatever language you want. Ofcourse the names
of the local variables and comments are all gone.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top