Problem getting Demo to Run

General TRichView support forum. Please post your questions here
Post Reply
Nostradamus
Posts: 67
Joined: Sat May 13, 2006 1:56 pm
Location: Australia

Problem getting Demo to Run

Post 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
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: Problem getting Demo to Run

Post 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
Nostradamus
Posts: 67
Joined: Sat May 13, 2006 1:56 pm
Location: Australia

Re: Problem getting Demo to Run

Post by Nostradamus »

Thanks Sergey,
It compiles now.
cheers
Richard
Post Reply