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 within dll? Dennis