Re: Delphi 4 vcl conversion to Delphi5 Vcl


[ DelphiLand FAQ ] [ Delphi Tutorials ]

Posted by CrUlEx on February 09, 2002 at 14:24:25:

In Reply to: Delphi 4 vcl conversion to Delphi5 Vcl posted by Badri Narayanan on December 31, 2001 at 15:03:47:

: How can I convert my package files present in Delphi version 4 to Delphi version 5. Is there any utilities available there?

-You can simply open *.dpk files in Delphi 5 and it'll ask you to convert files to the new format.
Or manually open package file in any text editor and modify

requires
vcl40;

to

requires
vcl50;

That's all!


[ DelphiLand FAQ ] [ Delphi Tutorials ]