What is not translated |
Top Previous Next |
There are some principle problems - listed below - at the conversion of Delphi code to C# which cannot be resolved by an automatic translator. But even things which Delphi2C#, normally can handle may fail in complex nested cases. Sometimes Delphi2C# generates explicit "todo"-comments where something has to be completed manually.
Some Delphi constructs, which aren't, automatically translated yet are:
Special problems:
lifetime extension of bound variables
Most of the basic input output types and functions are converted, but not all. E.g. the writing and reading "file of record" isn't possible yet. Also the width and precision arguments in write operations aren't converted correctly yet.
|
This page belongs to the Delphi2C# Documentation |
Delphi2C# home Content |