 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
riweber Guest
|
Posted: Fri May 04, 2007 5:33 pm Post subject: Printing TChart |
|
|
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); |
|
| Back to top |
|
 |
Eldon Lewis Guest
|
Posted: Fri May 11, 2007 4:05 am Post subject: Re: Printing TChart |
|
|
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
"riweber" <weberedv (AT) atnet (DOT) at> wrote in message
news:463b2825$1 (AT) newsgroups (DOT) borland.com...
| Quote: | 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); |
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|