1

Topic: Feature request: Exclude Graphics unit from SmartInspect.pas

Hi Everyone

I see following conditional defines in SmartInspect.pas

  Graphics,
  {$IFNDEF SI_DISABLE_GRAPHIC} Jpeg, {$ENDIF}

It would be nice to also exclude Graphics unit the same way as Jpeg, i.e.
  {$IFNDEF SI_DISABLE_GRAPHIC} Graphics, {$ENDIF}

2

Re: Feature request: Exclude Graphics unit from SmartInspect.pas

Hi Eugene,

Thanks for the feedback. I've added this request as a feature request and we will consider this for future updates. You could change the source code of the library to remove the Graphics-dependent code in the meantime if this is critical for you.

Thanks,
Dennis

Dennis Gurock,
Director & Co-Founder
Gurock Software