c# - Stuck with Delphi.NET and Delphi 2007 -



c# - Stuck with Delphi.NET and Delphi 2007 -

my company has major problem. developed application consisting of more 1.000.000 lines of code in delphi.net. because of stuck delphi 2007 , .net 2.0.

as technology , usecases moving on need migrate development platform. far tried several tools promised convert delphi.net c# code - each of tools had several problems wrong indexing of strings (delphi 1 c# 0) or when types used declare array boundaries.

after approach tried decompile delphi.net assembly - code comes hardly readable , has hundreds of helper functions phone call borland specific assemblies. looked @ possibility write transpiler myself, ambiguous syntax of delphi hard implement in straight forwards grammar.

so great question, there possibilty left not include translating of code hand? or maybe migration path allows migrate partially , stepwise?

check out tools like: http://www.9rays.net/tourstep.aspx?tourstepid=21

while may not simple running entire delphi app through , getting c# source in return, these kind of il translators / decompilers pretty accurate. advice run few assemblies through , regression test spot check accuracy. chances high you'll have remediation in generated code, it's improve rewriting entire application.

also: check out http://blogs.msdn.com/b/danielfe/archive/2004/06/15/156087.aspx

c# .net delphi delphi-2007 delphi.net

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -