Paule Ecimovic wrote:
> What conversions at the source-code level are necessary for an
> application written for Delphi 4 to run under Delphi 2005?

In most cases, nothing. I think there have been a few more reserved 
words added, but the chances you've used them are low. Some classes and 
functions have moved to different units; you may need to use the 
Variants, StrUtils, or DateUtils units where you once simply used SysUtils.

Open your project in Delphi 2005 and let the IDE and compiler tell you 
where the problems are.

-- 
Rob
_______________________________________________
Delphi mailing list -> [email protected]
http://www.elists.org/mailman/listinfo/delphi

Reply via email to