riweber
2007-05-04 12:33:40 UTC
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);
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);