CTK Complete Tutorial (OSGI for C++: Implementing Modular C++ Qt)
Introduction to Qt Modular Development Framework
Introduction to Qt Modular Development Framework
When a WPF client needs to implement a plugin system, it can generally be based on containers or processes. If exception isolation for external plugins is required, then the only way is to load plugins in child processes, so that even if a plugin throws an exception, it will not affect the main process.