Integration with RTC SDK for Windows

更新时间:
复制 MD 格式

This topic describes how to troubleshoot common issues related to integration with Real-Time Communication (RTC) SDK for Windows.

An x64 error occurs during code compilation

  • Problem description: The error shown in the following figure is reported when you compile your code.x64 compilation error
  • Possible cause: The code is compiled in 64-bit mode.
  • Solution: The SDK supports only the 32-bit mode. Switch to the 32-bit mode.

Header files or static libraries are not found

  • Problem description: The error shown in the following figure is reported when you compile your code.Header files or static libraries are not found
  • Possible cause: The directories of header files or static libraries are not set or are incorrectly set.
  • Solution: Set the directories of header files and static libraries. Set the directories of header files or static librariesSet the directories of header files or static libraries

DLL files are not found

  • Problem description: The error shown in the following figure is reported when you run your application.
  • Possible cause: The dynamic link library (DLL) files required by the SDK are not found.
  • Solution: Copy the AliRTCSdk.dll and ffmpeg.dll files to the directory in which the executable file of the application resides.