Hi!Help needed to transfer D6 program to Delphi 2005

Posted by Dimitris Tselios on April 23, 2005

I opened the project file with Delphi 2005 and when i RUN the project i got

[Warning] Training.pas(256): W1036 Variable 'tempNode' might not have been initialized
[Fatal Error] PrintAthllist.pas(7): F1026 File not found: 'Qrctrls.dcu'

the problem was found at:

 uses
  Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
  Qrctrls, quickrpt, ExtCtrls, DataMod, StdCtrls;  

I am sure that this is a incompatibility of the previous version with the new one...
Any idea how to overcome this kind of problems?
The simplest i can think is to have such a .dcu file imported with the wanted application..

Thanx a lot!

Reply by geobul on April 25, 2005

Seems to me you will need to have the Delphi 2005 package for the QRCtrls