|
What is not translated |
Top Previous Next |
|
There are some fundamental problems in the conversion of Delphi code to C# that cannot be solved by an automatic translator. Even constructs that Delphi2C# normally handles correctly may fail in complex or deeply nested situations. In some cases Delphi2C# generates explicit todo comments where manual completion is required.
Some Delphi constructs, which aren't, automatically translated yet are:
There are more items, which can be translated partially only.
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 |