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
Cannot load TeeChart .bdsproj into Delphi 2009
-
- Newbie
- Posts: 23
- Joined: Wed Feb 13, 2013 12:00 am
Cannot load TeeChart .bdsproj into Delphi 2009
- Attachments
-
- Capture of error dialog
- ProjectError.jpg (34.54 KiB) Viewed 6133 times
Re: Cannot load TeeChart .bdsproj into Delphi 2009
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.
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,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
-
- Newbie
- Posts: 23
- Joined: Wed Feb 13, 2013 12:00 am
Re: Cannot load TeeChart .bdsproj into Delphi 2009
I was just following the instructions in Install.txt. There is no mention there about TRecompile utility. I will try the utility.
Thanks,
Kent
Thanks,
Kent
-
- Newbie
- Posts: 23
- Joined: Wed Feb 13, 2013 12:00 am
Re: Cannot load TeeChart .bdsproj into Delphi 2009
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
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
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.
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,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |