Discussion:
Printing TChart
(too old to reply)
riweber
2007-05-04 12:33:40 UTC
Permalink
I want to print a TChart-component in a Rave Report (Rave 6.5BE) with
BCB2006, following the Tip #19. When I compile the program I get the
error "Cannot open 'RPTCHART.OBJ'". Where's this file?

The code looks like this:
...
#include "RPTChart.hpp"
...
#pragma link "RPTChart"
...
...
WriteChartData(Connection,ChartFsd);
Eldon Lewis
2007-05-10 23:05:01 UTC
Permalink
Seemds I have answered this question in a number of different locations.
For anyone else who may have this issue, the obj is compiled into the .lib
file. So as long as you include in your library path the path to the
RaveXxx.lib file this will work just fine.

Eldon Lewis
Nevrona Designs
Post by riweber
I want to print a TChart-component in a Rave Report (Rave 6.5BE) with
BCB2006, following the Tip #19. When I compile the program I get the error
"Cannot open 'RPTCHART.OBJ'". Where's this file?
...
#include "RPTChart.hpp"
...
#pragma link "RPTChart"
...
...
WriteChartData(Connection,ChartFsd);
Loading...