Skip to content

stiffsen/CppPluginInterfaceTest

Repository files navigation

Brief

A simple demonstration of a C++ Plugin-System for Windows using a pure-virtual Interface instanciated via C-Interface for better ABI compatibility and to avoid name-mangling.

graph LR
  subgraph User
    direction LR
    A[Pointer to Pure-Abstract C++ Interface Class]<-->B[C-Interface]
  end
  subgraph Plugin
    direction LR
    C[C-Interface]<-->D[Implementation of Pure-Abstract C++ Interface Class]
  end
  B <--> C
Loading

Reference

This small sample project is based on this article.

About

C++ Plugin System via C-Interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published