Hello,
Just recently downloaded the Client Customization SDK, and built the Test Plugin, and apparently, it's out of date?
Screenshot:
Any help would be appreciated.
Thanks!
Hello,
Just recently downloaded the Client Customization SDK, and built the Test Plugin, and apparently, it's out of date?
Screenshot:
Any help would be appreciated.
Thanks!
If you look at version 3.1.1.1 of the SDK, in pluginsdk/src/plugin.c you will find
Do you have that in your code?Code:#define PLUGIN_API_VERSION 22
Other than outright specifying the wrong API version in your plugin source a different cause are missing dependencies. That is your built plugin has unresolved dependencies.
Which compiler did you use to compile it?
When sending PMs please make sure to include a reference link to the thread in question in the body of your message.
Literally just the default Visual Studio compiler. And this is the test plugin that is provided by you guys. I didn't change anything at all.
Well it still depends on the version. If you build with VS 2012 for example, you will need a different runtime library, which is not shipped. Though it should work at least on the system you used to build it, as the correct one is installed on that one.
When sending PMs please make sure to include a reference link to the thread in question in the body of your message.
I'm using VS 2015 Community so, Im still not exactly sure what the issue is, im gonna try messing around with the build settings.
Here is the code https://pastebin.com/6YXm674K
When I build, it gives out the DLL. I put that in the %appdata%/Roaming/TS3Client/plugins directory, and then when I reload I still get the same error.
The clientlog might have a more verbose output about what went wrong.
I don't recall if it's the exact syndrome, however could also be that you're using a 64bit client and compile the plugin for 32bit.
Let's not forget that a 32bit client only works with 32bit plugins, and a 64bit client only with 64bit plugins and there's the file postfix convention to prevent the client to try to load the wrong ones.
There are currently 1 users browsing this thread. (0 members and 1 guests)