O
ORC
How to catch exceptions that happens in a native DLL? I have an application
that calls a function in a native dll but even though the dll call is in a
try statement it doesn't get catched - the exception is thrown outside my
application and my application is closed by the system????. A specific
example is if the native dll tries to open a file that isn't there. - Any
suggestion?
Thanks,
Ole
that calls a function in a native dll but even though the dll call is in a
try statement it doesn't get catched - the exception is thrown outside my
application and my application is closed by the system????. A specific
example is if the native dll tries to open a file that isn't there. - Any
suggestion?
Thanks,
Ole