Converting a form from Delphi 7 to Delphi .NET VCL Forms.
The form has images on it. Images are static or loaded from internal resources.
The original Delphi 7 form has the unit JPEG in it's uses statement. If I try to compile this in BDS .NET, it reports that JPEG.DCUIL cannot be found.
So I remove it.
As soon as I try to compile, it ADDS it again!!!! and then complains that it can't find it !!!
A) Why/What/Who is adding this unit to my uses statement. The delphi 7 help states that this unit contains the TJPEGImage and TJPEGData components. I'm not using these, only TImage.
B) How can I stop (A).
Thanks
Steve
Start Free Trial