Hi,
When I install TeeChart8.05Delphi2009.exe, it succeed
But when I execute GodeGear2009, it alwayse fail on load Teechart Pro.
And show the message below:
Can't Find Entry Point
@Db@TDataSet@Resync$qqr36System@%Set$t9Db@Db_17@iuc$0$iuc$1%
(at dbrtl120.bpl)
then
Can't load package DclTeePro812.bpl
After I re-config Install Package and roll back to TeeChart Standard 8 Component
Code Gear 2009 seems ok!
Anyone can give me a suggestion?
Best Regards
Install Fail on GodeGear2009
Re: Install Fail on GodeGear2009
Hi mephise,
Here is how I have my RAD studio 2007 set and it works fine. Pease, check that they are present in the respective places:
Here is how I have my RAD studio 2007 set and it works fine. Pease, check that they are present in the respective places:
Environment Options/Environment Variables/User overrides:
- TEEINCPATH = C:\Program Files\Steema Software\TeeChart 8.05 for Delphi 2009\Delphi12\Include
- TEELIBPATH = C:\Program Files\Steema Software\TeeChart 8.05 for Delphi 2009\Delphi12\Lib
Environment Options/C++ Options/Paths and Directories:
- Include Path: $(TEEINCPATH)
- Library Path: $(TEELIBPATH)\Obj;$(TEELIBPATH)
With this, the DclTeePro812.bpl package should work fine. In my case, I have it at:Environment Options/Delphi Options/Paths and Directories:
- Library path: $(TEELIBPATH)
- Debug DCU path: $(TEELIBPATH)
But you could also have design time bpls (dcl*.bpl) at your IDE's bin folder, runtime packages at your windows system folder and the *.dcu, *.inc, *.res, *.dfm,... at your IDE's Lib folder. Note that this is the recommended way if you want to compile or use TQRChart.C:\Program Files\Steema Software\TeeChart 8.05 for Delphi 2009\Delphi12\Bin\DclTeePro812.bpl
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Install Fail on GodeGear2009
Thanks, Yeray
I have check my configuration, but it still dosen't work!
Maybe the problem is Dbrtl120.bpl (which is under Windows/System32)
Because even I execute Teechart Demo such as "New Feature Demo" (which is under "C:\Program Files\Steema Software\TeeChart 8.04 for Delphi 2009\Examples\Tee8New.exe")
It will still appear "Can't find entry point at dbrtl120.bpl"
I have already re-install my vista system(disable UAC) and re-install Gode Gear 2009, but still can't work
I will try another XP computer later
I have check my configuration, but it still dosen't work!
Maybe the problem is Dbrtl120.bpl (which is under Windows/System32)
Because even I execute Teechart Demo such as "New Feature Demo" (which is under "C:\Program Files\Steema Software\TeeChart 8.04 for Delphi 2009\Examples\Tee8New.exe")
It will still appear "Can't find entry point at dbrtl120.bpl"
I have already re-install my vista system(disable UAC) and re-install Gode Gear 2009, but still can't work
I will try another XP computer later
Re: Install Fail on GodeGear2009
I try to install Delphi7 and found it work fine with TeeChart8
It seems my Gode Gear has some problem on dbrtl120.bpl
It seems my Gode Gear has some problem on dbrtl120.bpl
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Install Fail on GodeGear2009
Hi mephise,
Have you tried recompiling Tee8New project at your end? Does it still throw this error message?
Thanks in advance.
Have you tried recompiling Tee8New project at your end? Does it still throw this error message?
Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Re: Install Fail on GodeGear2009
Thanks all!
I finally successful install Teechart8 Pro on my CodeGear 2009
The question is my CodeGear CD has some problem, and it cause rtl120.bpl has some problem.
After I borrow another CodeGear CD and re-install it, everything seems OK now.
I finally successful install Teechart8 Pro on my CodeGear 2009
The question is my CodeGear CD has some problem, and it cause rtl120.bpl has some problem.
After I borrow another CodeGear CD and re-install it, everything seems OK now.