So, gotta write my own plugin. And fail with the example;
http://www.virtualdj.com/wiki/Plugins_SDKv8_Example.html
Well, at least it compiles.... but in Virtual DJ, I get "This plugin does not seem compatible with VirtualDJ 8").
Any hint?
And how can I make it a generic plugin?
http://www.virtualdj.com/wiki/Plugins_SDKv8_Example.html
Well, at least it compiles.... but in Virtual DJ, I get "This plugin does not seem compatible with VirtualDJ 8").
Any hint?
And how can I make it a generic plugin?
发表时间 Mon 31 Oct 16 @ 6:27 pm
The example plugin there is a generic one.
If you're getting an error about it not being compatible, then you'll need to work out where it is failing. Ensure you have implemented DllGetClassObject correctly. Try removing all code from OnLoad and OnGetPluginInfo (except return S_OK).
If you're getting an error about it not being compatible, then you'll need to work out where it is failing. Ensure you have implemented DllGetClassObject correctly. Try removing all code from OnLoad and OnGetPluginInfo (except return S_OK).
发表时间 Tue 01 Nov 16 @ 5:55 pm