Install Fail on GodeGear2009

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
mephise
Newbie
Newbie
Posts: 4
Joined: Thu Jul 02, 2009 12:00 am

Install Fail on GodeGear2009

Post by mephise » Fri Jul 03, 2009 12:50 pm

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

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Install Fail on GodeGear2009

Post by Yeray » Fri Jul 03, 2009 1:30 pm

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:
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)
Environment Options/Delphi Options/Paths and Directories:
  • Library path: $(TEELIBPATH)
  • Debug DCU path: $(TEELIBPATH)
With this, the DclTeePro812.bpl package should work fine. In my case, I have it at:
C:\Program Files\Steema Software\TeeChart 8.05 for Delphi 2009\Delphi12\Bin\DclTeePro812.bpl
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.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

mephise
Newbie
Newbie
Posts: 4
Joined: Thu Jul 02, 2009 12:00 am

Re: Install Fail on GodeGear2009

Post by mephise » Fri Jul 03, 2009 1:46 pm

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

mephise
Newbie
Newbie
Posts: 4
Joined: Thu Jul 02, 2009 12:00 am

Re: Install Fail on GodeGear2009

Post by mephise » Fri Jul 03, 2009 2:15 pm

I try to install Delphi7 and found it work fine with TeeChart8

It seems my Gode Gear has some problem on dbrtl120.bpl

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: Install Fail on GodeGear2009

Post by Narcís » Fri Jul 03, 2009 3:11 pm

Hi mephise,

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
Image Image Image Image Image Image
Instructions - How to post in this forum

mephise
Newbie
Newbie
Posts: 4
Joined: Thu Jul 02, 2009 12:00 am

Re: Install Fail on GodeGear2009

Post by mephise » Thu Jul 16, 2009 7:59 am

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.

Post Reply