| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- stdafx.cpp
- OtlConnection.cpp
- OtlConnHost.cpp
- e:\middleware_yihe\middleware_yihe\public\otl\otlconnhost.cpp(85): warning C4477: “sprintf_s”: 格式字符串“%d”需要类型“int”的参数,但可变参数 1 拥有了类型“CString”
- e:\middleware_yihe\middleware_yihe\public\otl\otlconnhost.cpp(498): warning C4477: “sprintf_s”: 格式字符串“%s”需要类型“char *”的参数,但可变参数 1 拥有了类型“CString”
- e:\middleware_yihe\middleware_yihe\public\otl\otlconnhost.cpp(498): warning C4477: “sprintf_s”: 格式字符串“%s”需要类型“char *”的参数,但可变参数 2 拥有了类型“CString”
- e:\middleware_yihe\middleware_yihe\public\otl\otlconnhost.cpp(498): warning C4477: “sprintf_s”: 格式字符串“%s”需要类型“char *”的参数,但可变参数 3 拥有了类型“CString”
- OtlRecordset.cpp
- OtlStoredProc.cpp
- CfgSipAccount.cpp
- CfgTrunkMatch.cpp
- ChanExten.cpp
- ChanTrunk.cpp
- Config.cpp
- DevControl.cpp
- EslGateway.cpp
- e:\middleware_yihe\middleware_yihe\fslink\eslgateway.cpp(79): warning C4002: 类函数宏的调用“esl_send_recv”参数过多
- FsProxy.cpp
- FsLink.cpp
- OpAnswer.cpp
- OpConsult.cpp
- Operation.cpp
- OperationReactor.cpp
- e:\middleware_yihe\middleware_yihe\fslink\operationreactor.cpp(607): warning C4477: “sscanf_s”: 格式字符串“%lu”需要类型“unsigned long *”的参数,但可变参数 1 拥有了类型“int”
- OpHangup.cpp
- OpHoldon.cpp
- OpInsert.cpp
- e:\middleware_yihe\middleware_yihe\fslink\opinsert.cpp(56): warning C4477: “sscanf_s”: 格式字符串“%lu”需要类型“unsigned long *”的参数,但可变参数 1 拥有了类型“int”
- 正在生成代码...
- e:\middleware_yihe\middleware_yihe\fslink\operationreactor.cpp(885): warning C4715: “COperationReactor::__procOpPlayAndDtmf”: 不是所有的控件路径都返回值
- 正在编译...
- OpInstead.cpp
- OpIntercept.cpp
- OpLeaveWord.cpp
- OpListen.cpp
- OpMakeCall.cpp
- OpMeeting.cpp
- OpMute.cpp
- OpPlayAndDtmf.cpp
- e:\middleware_yihe\middleware_yihe\fslink\opplayanddtmf.cpp(171): warning C4018: “<=”: 有符号/无符号不匹配
- OpPredictionCall.cpp
- OpRecord.cpp
- OpTransfer.cpp
- OpTrunk2Trunk.cpp
- OpTurnExten.cpp
- OpTurnIvr.cpp
- Session.cpp
- CallStringMaker.cpp
- VirtualChan.cpp
- e:\middleware_yihe\middleware_yihe\fslink\virtualchan.cpp(50): warning C4002: 类函数宏的调用“_T”参数过多
- OpPlayAndDtmfExten.cpp
- e:\middleware_yihe\middleware_yihe\fslink\opplayanddtmfexten.cpp(151): warning C4018: “<=”: 有符号/无符号不匹配
- 正在生成代码...
- esl.lib(esl_event.obj) : 找到 MSIL .netmodule 或使用 /GL 编译的模块;正在使用 /LTCG 重新启动链接;将 /LTCG 添加到链接命令行以改进链接器性能
- 正在创建库 E:\middleware_YiHe\middleware_YiHe\Release\FsLink.lib 和对象 E:\middleware_YiHe\middleware_YiHe\Release\FsLink.exp
- 正在生成代码
- 已完成代码的生成
- esl.lib(esl_event.obj) : warning LNK4099: 未找到 PDB“esl.pdb”(使用“esl.lib(esl_event.obj)”或在“E:\middleware_YiHe\middleware_YiHe\Release\esl.pdb”中寻找);正在链接对象,如同没有调试信息一样
- esl.lib(esl.obj) : warning LNK4099: 未找到 PDB“esl.pdb”(使用“esl.lib(esl.obj)”或在“E:\middleware_YiHe\middleware_YiHe\Release\esl.pdb”中寻找);正在链接对象,如同没有调试信息一样
- esl.lib(esl_json.obj) : warning LNK4099: 未找到 PDB“esl.pdb”(使用“esl.lib(esl_json.obj)”或在“E:\middleware_YiHe\middleware_YiHe\Release\esl.pdb”中寻找);正在链接对象,如同没有调试信息一样
- esl.lib(esl_buffer.obj) : warning LNK4099: 未找到 PDB“esl.pdb”(使用“esl.lib(esl_buffer.obj)”或在“E:\middleware_YiHe\middleware_YiHe\Release\esl.pdb”中寻找);正在链接对象,如同没有调试信息一样
- esl.lib(esl_threadmutex.obj) : warning LNK4099: 未找到 PDB“esl.pdb”(使用“esl.lib(esl_threadmutex.obj)”或在“E:\middleware_YiHe\middleware_YiHe\Release\esl.pdb”中寻找);正在链接对象,如同没有调试信息一样
- FsLink.vcxproj -> E:\middleware_YiHe\middleware_YiHe\Release\FsLink.dll
|