I\'m trying to do a basic plugin with boost.Dll .
Compiled with g++ -shared -std=c++17 plugin.cpp -o plugin.dll :
g++ -shared -std=c++17 plugin.cpp -o plugin.dll
#include