Trying to run the demo app: ExcCatch on Delphi 10 (Seattle)

delphi package - automated exception handling
Post Reply
santiago
Posts: 73
Joined: Thu May 05, 2016 6:01 pm

Trying to run the demo app: ExcCatch on Delphi 10 (Seattle)

Post by santiago »

Hi there,

I can open and compile ExcCatch.dpr in Seattle just fine.
When I try to run the exe I get the following error:

"The program can't start because ec.dll is missing from your computer. Try reinstalling to fix this problem".

In my madExcept Configuration I have enabled:

- adjust project uses clause
- adjust compiler & linker options
- adjust conditional defines

What is ec.dll?

Thanks!
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Re: Trying to run the demo app: ExcCatch on Delphi 10 (Seatt

Post by madshi »

The demo consists of an EXE and DLL project. The EXE project is ExcCatch.dpr. The DLL project is ec.dpr. You need to compile both. The purpose of the demo is to show crashes in both EXE and DLL modules and how madExcept handles those.
Post Reply