We are getting lots of cannot resolve 'unit names' for all vcl standard controls such as Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,.. etc.
The Delphi 101 berlin version is having the unit file names prefix with "vcl." for all the above standard controls.
In Delphi 5, we have the VCL components as (in the path C:\Program Files (x86)\Borland\Delphi5\Source\Vcl)
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Db, ADODB, DBCtrls, Mask, wwdbedit, Wwdotdot, Wwdbcomb,
ttDataControls, wwdblook;
In Delphi 10.1 Berlin, the VCL components are in the path as (in the path C:\Program Files\Embarcadero\Studio\18.0\source\vcl) VCL.Windows,Vcl.Messages, Vcl.SysUtils, Vcl.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Db, Data.Win.ADODB, Vcl.DBCtrls, etc....
since the unit file names are changed it is throwing an error.
Is there any tool to convert old vcl or standard components to supoort in Delph 10.1 Berlin.? Please let us know................