Page 1 of 1

Cannot load TeeChart .bdsproj into Delphi 2009

Posted: Thu Apr 04, 2013 9:55 pm
by 16564991
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

Re: Cannot load TeeChart .bdsproj into Delphi 2009

Posted: Fri Apr 05, 2013 8:07 am
by yeray
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.

Re: Cannot load TeeChart .bdsproj into Delphi 2009

Posted: Fri Apr 05, 2013 4:07 pm
by 16564991
I was just following the instructions in Install.txt. There is no mention there about TRecompile utility. I will try the utility.

Thanks,
Kent

Re: Cannot load TeeChart .bdsproj into Delphi 2009

Posted: Mon Apr 08, 2013 5:56 pm
by 16564991
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

Re: Cannot load TeeChart .bdsproj into Delphi 2009

Posted: Tue Apr 09, 2013 9:59 am
by yeray
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.