Page 1 of 1

Problem getting Demo to Run

Posted: Wed Dec 08, 2021 3:29 am
by Nostradamus
Hi,

Yes, I copied the RVBlendBitmap.pas file to the Delphi folder...
This does not work
RVBlendBitmap in 'C:\Components\TRichView\TRichView\Demos\Addins\BlendBitmap\Demo\Delphi\RVBlendBitmap.pas';


This does not work
RVBlendBitmap in 'RVBlendBitmap.pas';


for DEMO in path
C:\Components\TRichView\TRichView\Demos\Addins\BlendBitmap\Demo\Delphi
error message
[dcc32 Fatal Error] Project1.dpr(11): F2613 Unit 'madExcept' not found.

Any help is appreciated.
Richard

Re: Problem getting Demo to Run

Posted: Wed Dec 08, 2021 7:38 am
by Sergey Tkachenko
Sorry, I forgot to delete references to madExcept units from this demo.
Open Project1.dpr for this demo and remove the lines:

Code: Select all

  madExcept,
  madLinkDisAsm,
  madListHardware,
  madListProcesses,
  madListModules,
FYI, MadExcept is tool to detect leaks and to log exceptions in applications, http://madshi.net/madExceptDescription.htm

Re: Problem getting Demo to Run

Posted: Wed Dec 08, 2021 8:55 am
by Nostradamus
Thanks Sergey,
It compiles now.
cheers
Richard