Problem installing VCL source code 5.03 on Delphi 6 C/S
Posted: Thu Mar 04, 2004 9:28 am
I tried yesterday to update to the v. 5.03 available on your server, butwhile compiling the bpg-file, I get the error that tcomboflat is unknown. (Thesame applies to tbuttonColor).
When later trying to open the files, I get the error when trying to open the the tPenDlg that the Class TComboflat was not found. Ignore the error etc.
The Tool/Environment/Library/Library path points to the directory containing the new files. It seems like the compiler expects that the tComboFlat and tButtonColor should already have been registered as a component on the palette, but isn't. The Tee.dcu (Tee56.dpk) compiles fine, but the new components are not available outside that scope. Also the TeCanvas is declared in the Uses declaration, but is still not visible to other units.
Any idea what's wrong??
When later trying to open the files, I get the error when trying to open the the tPenDlg that the Class TComboflat was not found. Ignore the error etc.
The Tool/Environment/Library/Library path points to the directory containing the new files. It seems like the compiler expects that the tComboFlat and tButtonColor should already have been registered as a component on the palette, but isn't. The Tee.dcu (Tee56.dpk) compiles fine, but the new components are not available outside that scope. Also the TeCanvas is declared in the Uses declaration, but is still not visible to other units.
Any idea what's wrong??