Search found 1 match

by StackCrash
Tue Jun 26, 2018 2:52 pm
Forum: madExcept
Topic: How to use it with DLLs?
Replies: 1
Views: 3303

How to use it with DLLs?

Hi. We have a large application (exe file). It loads tons of "modules" (DLLs). We don't want the main app to crash if one of the modules crashes. Therefore, we trap all errors inside the module (DLL) so they never propagate to the main app. We are testing now to see if we could use MadShi ...