Cannot load TeeChart .bdsproj into Delphi 2009

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
kent_myers
Newbie
Newbie
Posts: 23
Joined: Wed Feb 13, 2013 12:00 am

Cannot load TeeChart .bdsproj into Delphi 2009

Post by kent_myers » Thu Apr 04, 2013 9:55 pm

I am trying to load the TeeChart Pro 2012 Full Source Code ...Steema.TeeChart.VCL.bdsgroup into my Delphi 2009 IDE. I get the error in the attached jpeg file related to missing personality file.

After dismissing the error dialogs, nothing is loaded into Delphi IDE.

What can I do?

Thanks,
Kent
Attachments
ProjectError.jpg
Capture of error dialog
ProjectError.jpg (34.54 KiB) Viewed 6074 times

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

Re: Cannot load TeeChart .bdsproj into Delphi 2009

Post by Yeray » Fri Apr 05, 2013 8:07 am

Hi Kent,

The recommended way to build the sources is using TeeRecompile utility shipped with the TeeChart sources.
If you still want to build the packages manually, you should load the desired .dpk. Note you can have several dpks loaded at a time, creating a .groupproj.
You can also find some .groupproj in the sources.
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

kent_myers
Newbie
Newbie
Posts: 23
Joined: Wed Feb 13, 2013 12:00 am

Re: Cannot load TeeChart .bdsproj into Delphi 2009

Post by kent_myers » Fri Apr 05, 2013 4:07 pm

I was just following the instructions in Install.txt. There is no mention there about TRecompile utility. I will try the utility.

Thanks,
Kent

kent_myers
Newbie
Newbie
Posts: 23
Joined: Wed Feb 13, 2013 12:00 am

Re: Cannot load TeeChart .bdsproj into Delphi 2009

Post by kent_myers » Mon Apr 08, 2013 5:56 pm

I rebuilt using TReCompile.exe.

Which dpk should I pull into my project in order to debug into the TeeChart source code? My project presently references Tee912.dcp, TeePro912.dcp and TeeUI912.dcp.

There are so many dpk's, I don't know which ones I should use.

Thanks,
Kent

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

Re: Cannot load TeeChart .bdsproj into Delphi 2009

Post by Yeray » Tue Apr 09, 2013 9:59 am

Hi Kent,

If you want to directly use TeeChart sources in your projects, you can put the Sources folder in the Library list, and remove the references to the TeeChart's Lib, Include or Lib\Obj folders.
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

Post Reply