Page 1 of 1

TeeChart Pro 2010 is missing the .dproj and .grouproj files

Posted: Mon Jan 10, 2011 1:09 pm
by 16558332
Hello,

I downloaded the TeeChartPro 2010 source package and I can't find the .dproj and .groupproj files to be able to compile the packages.
Well, I can compile them, but am not sure I'll be using the same options as you did when you developped the library.
DPKs are here for D2007 and upper, but the .dproj files are missing, and so is the .groupproj file that groups all packages together.

Have I missed something obvious?

Regards
ACT

Re: TeeChart Pro 2010 is missing the .dproj and .grouproj files

Posted: Tue Jan 11, 2011 1:54 pm
by yeray
Hi ACT,

We usually use the TeeRecompile tool to compile the packages. That tool calls the compiler directly giving the .dpk and the options to it in a command-line call. So normally we don't use the .dproj and .grouproj files.

Re: TeeChart Pro 2010 is missing the .dproj and .grouproj files

Posted: Tue Jan 11, 2011 3:14 pm
by 16558332
Hello,

Thank you for your answer, I now understand the use of the TeeRecompile tool.
But considering that the bdsproj and bdsgroup files are bundled in the source package for previous versions, I was expecting to get the dproj and grouproj files for later versions of the IDE.

Regards
Olivier