For developing third-party clients with the TeamSpeak 3 Client Lib the following system requirements apply:
Windows
Windows XP, Vista, Windows 7, 8, 8.1 (32- and 64-bit)
Mac OS X
Mac OS X 10.6 and above
Linux
Any recent Linux distribution with libstdc++ 6 (32- and 64-bit)
![]() | Important |
---|---|
The calling convention used in the functions exported by the shared TeamSpeak 3 SDK libaries is cdecl. You must not use another calling convention, like stdcall on Windows, when declaring function pointers to the TeamSpeak 3 SDK libraries. Otherwise stack corruption at runtime may occur. |