I'm loading an external dll with QLibrary. In some cases the dll just crashes (seg. fault). The DLL does not throw exceptions. What is the best way to handle this? I read that I need to run in a separate process/thread. Is this the only option?
cheers, m.