I downloaded the latest SDK (from https://jpsoft.com/downloads/sdk/sdk.zip)
trying to use the built x64\Release\Plugin.dll for anything. It does not work since
all public functions are exported with C++names!
Here is the output from dumpbin -exports x64\Release\Plugin.dll:
1 0 00001060 ?GetPluginInfo@@YAPEAUPLUGININFO@@XZ
2 1 000010D0 ?InitializePlugin@@YAHXZ
3 2 000010D0 ?ShutdownPlugin@@YAHH@Z
4 3 0000112C...
Read more
trying to use the built x64\Release\Plugin.dll for anything. It does not work since
all public functions are exported with C++names!
Here is the output from dumpbin -exports x64\Release\Plugin.dll:
1 0 00001060 ?GetPluginInfo@@YAPEAUPLUGININFO@@XZ
2 1 000010D0 ?InitializePlugin@@YAHXZ
3 2 000010D0 ?ShutdownPlugin@@YAHH@Z
4 3 0000112C...
Read more