Hi all!



I am using a DLL which I am not sure if has some issues. The problem is that it always causes my application to crash right AFTER the code / application.


However, I can properly use all its function while inside the code.



What I want to do is to probably make the error 'silent' or seemingly not happening. The problem is, I can't put this on try-catch because it happens AFTER the code.



Has anyone any idea what I need to do?



Thank you!