Hi,
I'
Can I somehow unload my plugin programmatically? I'm trying to write an auto-update for my plugin, but i can't install it, since the old .dll is still referenced by TeamSpeak.
I'm trying to call ShellExecute(0, 0, "myplugin.ts3_plugin", 0, 0, SW_SHOW); after downloading the new package.
If I could unload my plugin right after this, my problem would be solved.
Maybe there is some more cultured way to update a plugin, that i'm now aware of?
Thanks,
Battlechicken