Okay! i finally found a solution.
ts3client_initClientLib(&_funcs, NULL, LogType_FILE | LogType_CONSOLE | LogType_USERLOGGING,"", _path);
the last argument (_path)==> must not be empty but...
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
Type: Posts; User: DevMan; Keyword(s):
Okay! i finally found a solution.
ts3client_initClientLib(&_funcs, NULL, LogType_FILE | LogType_CONSOLE | LogType_USERLOGGING,"", _path);
the last argument (_path)==> must not be empty but...
Yes, but Something seems to be going wrong:
17870
I don't understand if QT didn't found directsound_win32.dll and windowsaudiosession_win32.dll.
Or the DLL didn't work...
Hi there,
I am using the teamSpeak SDK on a C++/QT application.
I thinks, I successfully integrate the DLL and everything needed to use TeamSpeak SDK.
My client application successfully connects...