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
Problem getting Demo to Run
-
- Posts: 67
- Joined: Sat May 13, 2006 1:56 pm
- Location: Australia
-
- Site Admin
- Posts: 17522
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: Problem getting Demo to Run
Sorry, I forgot to delete references to madExcept units from this demo.
Open Project1.dpr for this demo and remove the lines:
FYI, MadExcept is tool to detect leaks and to log exceptions in applications, http://madshi.net/madExceptDescription.htm
Open Project1.dpr for this demo and remove the lines:
Code: Select all
madExcept,
madLinkDisAsm,
madListHardware,
madListProcesses,
madListModules,
-
- Posts: 67
- Joined: Sat May 13, 2006 1:56 pm
- Location: Australia
Re: Problem getting Demo to Run
Thanks Sergey,
It compiles now.
cheers
Richard
It compiles now.
cheers
Richard