Hi guys im trying to make my first plugin but when i test it by myself it work, when i give it to my friends they have the error: Failed to load plugin.
Im on win8 64bit
TS3 32bit.
Kiren
We are migrating towards a new forum system located at community.teamspeak.com, as such this forum will become read-only on January 29, 2020
Hi guys im trying to make my first plugin but when i test it by myself it work, when i give it to my friends they have the error: Failed to load plugin.
Im on win8 64bit
TS3 32bit.
Kiren
Given that it locally works, my guess would be you compiled it with sth. else than the msvc 2008 compiler that has its redist installed with TS, and when your friends don't have the according one, stuff ain't gonna work.
I tryed to compile it with VS 2008 it still dont work to my friends. So.....what i have to do?
Your friends also use the 32bit version of Teamspeak?
The name scheme for the .dlls is <pluginname>_win64.dll <pluginname>_win32.dll
Maybe TS tries to load a wrong one.
That error message is just so amazingly generic, it's hard to tell ;D
Note that the VS version doesn't determine the compiler version, for example I compile with the 2008 compiler on VS2012 Express.
Thank you for your support, still doesnt work.
Yes their version is 32bit and we renamed it, if you have other idea please tell me
It is possibile that since i have both version 2012 and 2008 even if I use VS 2008 it does compile it with VS 2012 compiler?
By accident I doubt so.
Afaik with vs2008 you'd have to really try doing so like going a custom makefile.
Up...........
Up............
make sure you compile as release-version, because your friend most likely doesn't have the debug-runtime on his computer
It works! Thanks to both!
There are currently 1 users browsing this thread. (0 members and 1 guests)