The Wayback Machine - https://web.archive.org/web/20120121054830/http://www.codeguru.com:80/cpp/misc/misc/plug-insadd-ins/

    Plug-ins / Add-ins

    Create MySQL 5.1 Storage Engine Plugins Under Win32

    A MySQL Storage engine requires functions that MySQL provides. Therefore, you normally need to link it into mysqld-core under Windows because mysqld.exe doesn't export all required functions (because it's an .exe, not a .dll). So, you're unable to import the required functions in our Plugin. Learn a possible way to circumvent this limitation by using the .map files that are provided with MySQL.

    DynObj: C++ Cross-Platform Plugin Objects

    Learn about a framework for loading and using binary C++ plugin libraries. It is cross-compiler and cross-platform.

    Introduction to PDL

    PDL (Portable Dynamic Loader) is a light, simple, and portable library designed especially for creating and using dynamically loaded class objects.

    Handling Multiple Processors in Your Code Using RapidMind

    Multicore processors bring new challenges. See a solution for gaining the ability to scale to the increasing number and types of processor cores.

    [Updated] Multi Platform Plugin Development Made Easy!

    Learn how to develop and use multi platform plugins easily using the Simple Plugin Layer (SPL) Library.

    Macros for C++, in C++

    Learn how to write macros for C++ in Visual Studio.

    Plug-in Architecture Framework for Beginners

    How can you make a plug-in architecture model work for you? Check out this article for the answer.