Board index » cppbuilder » EEFFACE external exception

EEFFACE external exception

hi
what's the meaning of a EEFFACE exception
il use a C dll (c** builder 1) with delphi 4
thanks a lot
bye
 

Re:EEFFACE external exception


Usually, that means that an unhandled exception made out of your
application - possibly in a thread other than the main one.
Quote
Xavier Mauclaire wrote in message <7dag6r$n...@forums.borland.com>...
>hi
>what's the meaning of a EEFFACE exception
>il use a C dll (c** builder 1) with delphi 4
>thanks a lot
>bye

Re:EEFFACE external exception


The is the special exception id we give to C++ exceptions. Delphi knows
nothing (and shouldn't) about them and so you get that informative
message. It is an indication that some C++ exception is being thrown but
not caught in the DLL.

Anduin Withers
borland.com

Quote
Xavier Mauclaire wrote:

> hi
> what's the meaning of a EEFFACE exception
> il use a C dll (c** builder 1) with delphi 4
> thanks a lot
> bye

Other Threads