Board index » delphi » Delphi 2005 PE is not able to compile any designtime package

Delphi 2005 PE is not able to compile any designtime package


2005-04-20 02:52:56 PM
delphi10
The Delphi 2005 PE version cannot compile any designtime package that
requires the designide package. The reason for this is that designide
requires the xmlrtl packages. But there is no xmlrtl.dcp file in the lib
directory in the PE version.
As a result it is not possible to install designtime package from source
(examples)
- Indy
- Virtual Tree View
- JCL design packages
- JVCL
- all other packages that require designide
--
Regards,
Andreas Hausladen
(www.kylix-patch.de.vu - unofficial Kylix 3 patches)
(andy.jgknet.de/blog)
 
 

Re:Delphi 2005 PE is not able to compile any designtime package

Andreas Hausladen writes:
Quote
The Delphi 2005 PE version cannot compile any designtime package that
requires the designide package. The reason for this is that designide
requires the xmlrtl packages. But there is no xmlrtl.dcp file in the lib
directory in the PE version.

As a result it is not possible to install designtime package from source
(examples)
- Indy
- Virtual Tree View
- JCL design packages
- JVCL
- all other packages that require designide
Wow. that is quite a limitation. I bet it was unintended though.
Cheers,
Kevin.
 

Re:Delphi 2005 PE is not able to compile any designtime package

Andreas Hausladen writes:
Quote
The Delphi 2005 PE version cannot compile any designtime package that
requires the designide package. The reason for this is that designide
requires the xmlrtl packages. But there is no xmlrtl.dcp file in the lib
directory in the PE version.

As a result it is not possible to install designtime package from source
(examples)
- Indy
- Virtual Tree View
- JCL design packages
- JVCL
- all other packages that require designide
The problem has been solved with a fake xmlrtl.dcp file.
 

Re:Delphi 2005 PE is not able to compile any designtime package

Robert Marquardt writes:
Quote
The problem has been solved with a fake xmlrtl.dcp file.
URL?
Thanks,
Kevin.
 

Re:Delphi 2005 PE is not able to compile any designtime package

Kevin Berry writes:
Quote
Robert Marquardt writes:

>The problem has been solved with a fake xmlrtl.dcp file.


URL?
I don't know if this is legal, plus I don't know if it actually works
once compiled.
 

Re:Delphi 2005 PE is not able to compile any designtime package

OBones writes:
Quote
>>The problem has been solved with a fake xmlrtl.dcp file.
>
>URL?

I don't know if this is legal,
Why wouldn't it be?
Quote
plus I don't know if it actually works once compiled.
Now that is a different story... it would be good if it _ACTUALLY_
works. ;-)
Cheers,
Kevin.
 

Re:Delphi 2005 PE is not able to compile any designtime package

Re:Delphi 2005 PE is not able to compile any designtime package

OBones writes:
Quote
I don't know if this is legal, plus I don't know if it actually works
once compiled.
I think we should ask John Kaster about that.