jvcl kurulurken bu hata yı veriyor

Delphi'de kod yazma ile ilgili sorularınızı bu foruma yazabilirsiniz.
Cevapla
kazimates
Üye
Mesajlar: 332
Kayıt: 01 Tem 2005 12:40
Konum: Kıbrıs
İletişim:

jvcl kurulurken bu hata yı veriyor

Mesaj gönderen kazimates »

[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?
t-hex
Kıdemli Üye
Mesajlar: 531
Kayıt: 18 Mar 2005 02:45
Konum: İstanbul/Antalya
İletişim:

Mesaj gönderen t-hex »

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.
For 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.
Ama ben JVCL Installerda Theme kullan/kullanma gibi bir seçenek olduğunu hatırlıyorum. O seçeneği kapatmayı bir dene
Cevapla