[Compiling: JvCoreD5R.bpl]
Borland Delphi Version 13.0 Copyright (c) 1983,99 Inprise Corporation
JvCoreD5R.dpk(40) Fatal: Required package 'ThemeManagerD5' not found
** error 1 ** deleting "C:\Program Files\Borland\Delphi5\Projects\Bpl"\JvCoreD5R.bpl
** error 1 ** deleting CompilePackages
bu hatayı alıyorum ve sadece finish deyip çıkıyorum ne yapabiliriz acaba?
jvcl kurulurken bu hata yı veriyor
Forum kuralları
Forum kurallarını okuyup, uyunuz!
Forum kurallarını okuyup, uyunuz!
Delphi 5 ve 6 gibi eski sürümlerde Theme desteğiyle JVCL kurmak için Mike Lischke'nin ThemeManager paketlerini delphiye kurman lazım. Bu paket Delphi 7'ye standart olarak eklendiği için Delphi 7 kurulumlarında sorun olmuyor.
Ama ben JVCL Installerda Theme kullan/kullanma gibi bir seçenek olduğunu hatırlıyorum. O seçeneği kapatmayı bir deneFor earlier versions of Delphi (5 and 6), you need to download Mike Lischke's ThemeManager package and configure the JVCL theming support manually. To activate JVCL theming, proceed as follows:
* Download ThemeManager from {http://www.delphi-gems.com/ThemeManager.php}.
* Open ThemeManager?.dpk (where "?" is the Delphi version) and change the compile options to "Explicit rebuild".
* (Re)build and install the ThemeManager package. * For manual installation: Open jvcl.inc with a text editor and remove the dot in {.$DEFINE JVCLThemesEnabled}.
* (Re)build the jvcl packages.