When developing a C/C++ (=2?) plugin based framework with shared objects/dynamic libraries that need to support live swapping what examples would be helpful to look at for i
Boost.Extension seems nice (never used it but will try soon). Another alternative would be the POCO SharedLibrary class.