Windows下用VS2015编译FreeSWITCH

下载FreeSWITCH源代码后,打开Freeswitch.2015.sln,编译。 遇到错误:win32\util.vbs(247, 3) msxml3.dll: 拒绝访问。 则修改 libs\win32 下的 util.vbs 14行 Set xml = CreateObject("Microsoft.XMLHTTP") 改成 Set xml = CreateObject("Msxml2.Se
相关文章
相关标签/搜索