| View previous topic :: View next topic |
| Author |
Message |
Chris Trueman Guest
|
Posted: Sun Apr 22, 2007 5:24 am Post subject: Running D2K7 for Win32 |
|
|
I've installed and registered D2K7 for Win32 successfully. However, when
running the program I get:
---------------------------
Confirm
---------------------------
Exception EPackageError in module rtl100.bpl at 0001A2C4.
Can't load package c:\apps\d2k7\bin\htmlide100.bpl.
The specified module could not be found.
Do you want to attempt to load this IDE package the next time CodeGear
Delphi for Microsoft Windows is run?
---------------------------
Yes No
---------------------------
Clicking Yes leads to:
---------------------------
Confirm
---------------------------
Exception EPackageError in module rtl100.bpl at 0001A2C4.
Can't load package c:\apps\d2k7\bin\htmlide100.bpl.
The specified module could not be found.
Do you want to attempt to load this IDE package the next time CodeGear
Delphi for Microsoft Windows is run?
---------------------------
Yes No
---------------------------
after which Delphi starts and runs without visible fault.
Any ideas?
Chris. |
|
| Back to top |
|
 |
Fernando Madruga Guest
|
Posted: Sun Apr 22, 2007 6:11 am Post subject: Re: Running D2K7 for Win32 |
|
|
It may be related to having some left overs on your system.
Uninstall Delphi 2007 (don't worry: even if it's the ESD you'll have the
install files cached);
Reboot;
Search your system for *100.bpl
Move all you find to some folder not on your system path
Re-install Delphi 2007 and see if it happens again.
Should you be running some program that uses some *100.bpl file, just
restore those saved before as needed...
HTH,
Madruga
Chris Trueman wrote:
| Quote: | I've installed and registered D2K7 for Win32 successfully. However, when
running the program I get:
---------------------------
Confirm
---------------------------
Exception EPackageError in module rtl100.bpl at 0001A2C4.
Can't load package c:\apps\d2k7\bin\htmlide100.bpl.
The specified module could not be found.
Do you want to attempt to load this IDE package the next time CodeGear
Delphi for Microsoft Windows is run?
---------------------------
Yes No
---------------------------
Clicking Yes leads to:
---------------------------
Confirm
---------------------------
Exception EPackageError in module rtl100.bpl at 0001A2C4.
Can't load package c:\apps\d2k7\bin\htmlide100.bpl.
The specified module could not be found.
Do you want to attempt to load this IDE package the next time CodeGear
Delphi for Microsoft Windows is run?
---------------------------
Yes No
---------------------------
after which Delphi starts and runs without visible fault.
Any ideas?
Chris. |
|
|
| Back to top |
|
 |
Arthur Hoornweg Guest
|
Posted: Sun Apr 22, 2007 8:12 am Post subject: Re: Running D2K7 for Win32 |
|
|
Chris Trueman wrote:
| Quote: | Exception EPackageError in module rtl100.bpl at 0001A2C4.
Can't load package c:\apps\d2k7\bin\htmlide100.bpl.
The specified module could not be found.
|
I had the same error but it's harmless.
Htmlide100.bpl is a module that belongs to D2007 enterprise
(leftover of the trial or beta version). Just click "no" in the dialog.
--
Arthur Hoornweg
(In order to reply per e-mail, please just remove the ".net"
from my e-mail address. Leave the rest of the address intact
including the "antispam" part. I had to take this measure to
counteract unsollicited mail.) |
|
| Back to top |
|
 |
OBones Guest
|
Posted: Sun Apr 22, 2007 8:12 am Post subject: Re: Running D2K7 for Win32 |
|
|
When you installed the .Net 2 SDK, did you select the "Documentation"
option?
If not, that might be the reason for the error you are seeing.
The solution is to close Delphi, uninstall the .Net 2 SDK, rerun the
installation, this time selecting the documentation option.
Then restart Delphi, and see if that helps.
--
Olivier Sannier
JVCL Coordinator
http://jvcl.sf.net/
Find more about me on LinkedIn:
https://www.linkedin.com/in/obones |
|
| Back to top |
|
 |
Florent Ouchet Guest
|
Posted: Mon Apr 23, 2007 8:12 am Post subject: Re: Running D2K7 for Win32 |
|
|
Chris Trueman a écrit :
| Quote: | I did have the D2K7 trial installed so this looks most likely.
|
Just clean the settings key of Delphi 2007 under HKEY_CURRENT_USER:
HKCU\Software\Borland\BDS\5.0
--
Florent Ouchet
What I am listening http://www.pandora.com/people/outch |
|
| Back to top |
|
 |
|