Requirements
Required Development Environment
Microsoft Visual C++ 2008 SP1 or later
Microsoft Visual Studio recommended
Microsoft Windows VISTA or above
Required Libraries
Agora’s Native SDK for Windows does not rely on any other library. To install and use it:
Add the AgoraRtcEngineSDK/include folder to the INCLUDE directory of your project.
Add the AgoraRtcEngineSDK/lib folder to the LIB directory of your project, and make sure that mediasdk.lib is linked with your project.
Copy all .dll files under AgoraRtcEngineSDK/dllto the directory where your executable file is located.