Re: [fpc-pascal] How to trap exception raised within dll written in Delphi

2015-11-20 Thread Virgo Pärna
On Fri, 20 Nov 2015 16:48:29 +0800, Dennis wrote: > > Is it possible to trap exception raised within dll? > Exception should not cross dll boundry. So you should handle them inside the dll. -- Virgo Pärna virgo.pa...@mail.ee ___ fpc-pascal m

[fpc-pascal] How to trap exception raised within dll written in Delphi

2015-11-20 Thread Dennis
I have written a dll using Delphi 5. I am using FPC2.6.4 to write a program which calls to functions in this dll. I found that exceptions raised in this dll will directly kill my fpc program. Everything is done on Windows 7 64-bit but coded in 32-bit Is it possible to trap exception raised w