TeamTalk 4 C-API DLL  Version 4.5A
Client Setup Guide

The TeamTalk 4 C-API Client DLL is located in the "Client" folder of the SDK and has the filename TeamTalk4.dll (TeamTalk4Pro.dll and TeamTalk4Pro.lib in Professional SDK). To build an application which uses the DLL the following files are used:

  • TeamTalk 4 SDK Standard Edition
    • TeamTalk4.dll
      • The TeamTalk 4 C-API DLL.
    • TeamTalk4.h
      • The C-API header file.
    • TeamTalk4.lib
      • The C import library.
  • TeamTalk 4 SDK Professional Edition
    • TeamTalk4Pro.dll
      • The TeamTalk 4 C-API DLL.
    • TeamTalk4.h
      • The C-API header file.
    • TeamTalk4Pro.lib
      • The C import library.

Note that the TeamTalk4.dll file requires Windows XP/Vista/7 since it uses Windows Unicode API function. In other words it will not run on Windows9x. The TeamTalk4.dll file is available for both x86 and x64 so ensure correct DLL is being used. The file description on the TeamTalk4.dll file tell what platform it is compiled for.

When running an application which uses the DLL ensure that TeamTalk4.dll is in the working directory of the application. To test an application using the DLL check out section Client Examples. To learn how to develop an application which uses the DLL please read Client Programming Guide.