Iīve written the file install.reg with the following content
code:
REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Patchou\MsgPlus2\RegisteredPlugins]
"VB Sample Plugin"="MPPluginVB.dll"
itīs just like the sample plugin (plus a change, the .dll extension, it wouldnīt work at all otherwise), by the way the original sample didnīt work either, it does appear in the plugin list in the options, but itīs just called by "Not active: " plus itīs filename (MPPluginVB), and non of the functions that I think should be there (from looking in the code) worked... Does anyone know what could be wrong?
btw, I compiled it as an activeX dll, there was no other dll to choose, perhaps I should have compiled it as something else?