Tif Graphics - Continued
Now that I have the GraphicEx component registered, I am still getting an
access violation error when running a report with the db image report
component on the tif images.
What else should be done in the report ( Create or something else?
somewhere? )?
Thanks ahead of time.
Bill Brittain
access violation error when running a report with the db image report
component on the tif images.
What else should be done in the report ( Create or something else?
somewhere? )?
Thanks ahead of time.
Bill Brittain
This discussion has been closed.
Comments
I tried registering GraphicEx with ReportBuilder and was unable to recreate
the error. Please send an example demonstrating the problem to
support@digital-metaphors.com and I'll take a closer look.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
This is what I did in the registration unit. Is this correct?
Do I need to recompile the packages?
unit ppTIF;
interface
{$I ppIfDef.pas}
uses
ppCtrls, GraphicEx;
implementation
{***************************************************************************
***
*
** I N I T I A L I Z A T I O N / F I N A L I Z A T I O N
*
{***************************************************************************
***}
initialization
ppRegisterGraphicClass('TIF', TTIFFGraphic);
finalization
ppUnRegisterGraphicClass(TTIFFGraphic);
end.
Can you send to me the example that you are testing with for the GraphicEx?
That would give us an actual example to examine.
Thank you.
Bill Brittain
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com