View Issue Details

IDProjectCategoryView StatusLast Update
0001751JEDI VCL02 Installationpublic2004-05-12 11:24
ReporteranonymousAssigned Touser72 
PrioritynormalSeverityfeatureReproducibilityalways
Status resolvedResolutionno change required 
Product Version 
Target VersionFixed in Version 
Summary0001751: error installing with xp theme checked and with theme managed compoment installed sucessfull
Descriptionif xp theme is checked for installing with ThemeManager6 component sucessfull installed (with path esarch comfiguration added in delphi) i have a error compiling :

JvSystemD6R.dpk : packed never compiled 'JvCoreD6R' need pached alwas compiled 'ThemeManager6'.
but 'ThemeManager6' IS correctly installed !

why not include 'ThemeManager6' component directly in jvcl ?

message source :
[Compiling: Packages]
MAKE Version 5.2 Copyright (c) 1987, 1998 Inprise Corp.
[Compiling: JvSystemD6R.bpl]
Borland Delphi Version 14.0
Copyright (c) 1983,2002 Borland Software Corporation
JvSystemD6R.dpk(40) Erreur: Le paquet jamais compilé 'JvCoreD6R' nécessite le paquet toujours compilé 'ThemeManager6'
C:\Program Files\Borland\JCLJVCL3\jvcl\run\JvSimpleXml.pas(248) Erreur: Déclaration forward ou external non satisfaite : 'TJvSimpleXMLElem.LoadFromStream'
C:\Program Files\Borland\JCLJVCL3\jvcl\run\JvSimpleXml.pas(249) Erreur: Déclaration forward ou external non satisfaite : 'TJvSimpleXMLElem.SaveToStream'

C:\Program Files\Borland\JCLJVCL3\jvcl\run\JvXmlDatabase.pas(40) Fatale: Impossible de compiler l'unité utilisée '..\..\run\JvSimpleXml.pas'

** error 1 ** deleting "C:\Program Files\Borland\Delphi6\Projects\Bpl"\JvSystemD6R.bpl

** error 1 ** deleting CompilePackages
Additional Informationdelphi6pro fr update 2 on win2000pro fr
TagsNo tags attached.

Activities

AHUser

2004-05-11 10:36

developer   ~0004208

> why not include 'ThemeManager6' component directly in jvcl ?

Because then we get a package unit conflict that causes the packages that is loaded as second to fail. For ThemeManager support please read the "Theming" section in the jvcl3\readme.htm file.

user72

2004-05-11 13:05

  ~0004211

>For ThemeManager support please read the "Theming" section
> in the jvcl3\readme.htm file.
Specifically, you need to change the options to "Explicit rebuild" in the ThemeManager package and rebuild it before installing the JVCL.

> why not include 'ThemeManager6' component directly in jvcl ?
We can't include every optional package that might or might not be used by the JVCL user. Not only would we have to keep constant track of new releases but we would also get a lot of complaints about download size from people that don't use these features.

anonymous

2004-05-12 04:15

viewer   ~0004220

ok, thank you for your responses. :-)

anonymous

2004-05-12 04:18

viewer   ~0004221

(this bug report can to be closed or resolved marked, thank !)

Issue History

Date Modified Username Field Change
2004-05-11 09:33 anonymous New Issue
2004-05-11 10:36 AHUser Note Added: 0004208
2004-05-11 13:05 user72 Note Added: 0004211
2004-05-12 04:15 anonymous Note Added: 0004220
2004-05-12 04:18 anonymous Note Added: 0004221
2004-05-12 11:24 user72 Status new => resolved
2004-05-12 11:24 user72 Resolution open => no change required
2004-05-12 11:24 user72 Assigned To => user72