提交工单
咨询集成、功能及报价等问题
Before integrating the ZEGO Express SDK, make sure the development environment meets the following requirements:
Skip this step if a project already exists.
Install the SDK. For details, see SDK downloads .
Extract the files from the SDK packages and copy the files to your project directory.
The SDK package includes two directories: include and lib. The SDK contains two folders as illustrated below:
include --------------- SDK header file included.
lib --------------- SDK .lib and .dll files included.
| x86 --------------- 32-bit version
| x64 --------------- 64-bit version
To set project property, right-click the project name in the Solution Explorer window, click Properties, and configure the following :
include directory to the header file search path.include directory to Additional include Directories)
lib directory to the library search path.lib/x86 or lib/x64 to the Additional Library Directories)
ZegoExpressEngine.libZegoExpressEngine.lib to Additional Dependencies)
