| View previous topic :: View next topic |
| Author |
Message |
tejpratap
Joined: 22 Feb 2009 Posts: 21 Location: Bangalore/India
|
Posted: Sun Mar 04, 2012 8:40 pm Post subject: IIReport.cpp not found |
|
|
Dear Sir,
I am compiling the example code 'Asnap' under the BCB (Borland C Builder). While building, it asks for locating the file 'IIReport.cpp' and gets stuck there. I am not able to find the same though file 'IIReport.h' is available. I checked this with all my installations in different PCs, but the file 'IIReport.cpp' is not available anywhere.
Requested to help me with this file so that we can build the 'Asnap' project under BCB.
Regards
tej pratap _________________ tej pratap |
|
| Back to top |
|
 |
jhenderson Site Admin
Joined: 07 Mar 2006 Posts: 2252 Location: So. Cal. USA
|
Posted: Mon Mar 05, 2012 7:20 am Post subject: |
|
|
| IIReport is a custom BCB component and cannot be deployed. It should not be used in the ASnap example. Simply delete the IIReport object and replace it with a TMemo or TRichEdit component, adjust any functions that used to IIReport to insert text into the TMemo or TRichEdit and recompile. |
|
| Back to top |
|
 |
|