Results 1 to 3 of 3
-
10-01-2012, 19:07 #1
-= TeamSpeak User =-
- Join Date
- Jan 2012
- Posts
- 2
TS3 Overlay plugin under linux API mismatch
Hi!
Anyone knows if exist a linux native overlay plugin?
I found ts3xosd.c googling a bit.
http://code.in-verted.de/projects/ts3xosd/wiki
Compiling was ok but API used is ver 11 instead of requested 14. resulting plugin incompatible. Any clue? may be put inside the .c this?
tnxCode:#define PLUGIN_API_VERSION 14
-
12-01-2012, 07:47 #2
-= TeamSpeak Team =-
- Join Date
- Jun 2008
- Location
- Krün, Germany
- Posts
- 464
To update an existing plugin to the latest API version:
* Update the return value of ts3plugin_version()
* Copy the latest plugin headers from the latest plugin SDK (everything in pluginsdk/include) to your plugin project
* Take the demo test plugin from the plugin SDK and make sure all the exported ts3plugin_XXX() declarations from your plugins match.
* Recompile
Sometimes we increase the API version because new functions are added (and the order of the function pointers in the ts3Functions struct changes). In this case it would be sufficient to just recompile the plugin with the latest headers. Sometimes we change parameters of existing callbacks or functions, in this case you would need to update your plugin code if the plugin uses those functions. If not, you are lucky and can just recompile.
While I agree it is annoying to rebuild plugins with almost every TS3 client release (and we are thinking of a way to avoid this), it at least takes minimal effort to update plugins and is just "copy headers and recompile" in most cases.
-
16-01-2012, 09:22 #3
-= TeamSpeak User =-
- Join Date
- Jan 2012
- Posts
- 2
Thanks a lot.
I'll try you explained this evening.
regards
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
TS3 Overlay plugin?
By KrabKley in forum PluginsReplies: 250Last Post: 12-12-2012, 11:42 -
Rc1: DX Overlay Plugin WOW
By WoFNuLL in forum Bug ReportsReplies: 4Last Post: 22-05-2011, 16:28 -
[RELEASE] Another TS3 Overlay Plugin
By MarkR in forum PluginsReplies: 120Last Post: 14-01-2011, 08:25 -
ts3 overlay plugin (Failed to open plugin)
By netmario in forum WindowsReplies: 0Last Post: 22-09-2010, 08:29


Reply With Quote