您現(xiàn)在的位置:程序化交易>> 股票公式>> 通達(dá)信>> 通達(dá)信知識(shí)>>正文內(nèi)容

通達(dá)信插件選股編程規(guī)范.rar編譯不過(guò),還有很多warning,能幫忙解決下嗎? [通達(dá)信]

  • 咨詢內(nèi)容: 您好,通達(dá)信插件選股編程規(guī)范.rar編譯不過(guò),還有很多warning,能幫忙解決下嗎? 1>------ 已啟動(dòng)全部重新生成: 項(xiàng)目: MyPlugin, 配置: Debug Win32 ------ 1>正在刪除項(xiàng)目“MyPlugin”(配置“Debug|Win32”)的中間文件和輸出文件 1>正在編譯... 1>MyPlugin.cpp 1>d:\myplugin\myplugin.cpp(29) : warning C4273: “RegisterDataInterface”: dll 鏈接不一致 1> d:\myplugin\plugin.h(42) : 參見(jiàn)“RegisterDataInterface”的前一個(gè)定義 1>d:\myplugin\myplugin.cpp(35) : warning C4273: “GetCopyRightInfo”: dll 鏈接不一致 1> d:\myplugin\plugin.h(44) : 參見(jiàn)“GetCopyRightInfo”的前一個(gè)定義 1>d:\myplugin\myplugin.cpp(37) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1> d:\program files (x86)\microsoft visual studio 9.0\vc\include\string.h(74) : 參見(jiàn)“strcpy”的聲明 1>d:\myplugin\myplugin.cpp(38) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1> d:\program files (x86)\microsoft visual studio 9.0\vc\include\string.h(74) : 參見(jiàn)“strcpy”的聲明 1>d:\myplugin\myplugin.cpp(39) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1> d:\program files (x86)\microsoft visual studio 9.0\vc\include\string.h(74) : 參見(jiàn)“strcpy”的聲明 1>d:\myplugin\myplugin.cpp(40) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1> d:\program files (x86)\microsoft visual studio 9.0\vc\include\string.h(74) : 參見(jiàn)“strcpy”的聲明 1>d:\myplugin\myplugin.cpp(41) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1> d:\program files (x86)\microsoft visual studio 9.0\vc\include\string.h(74) : 參見(jiàn)“strcpy”的聲明 1>d:\myplugin\myplugin.cpp(42) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1> d:\program files (x86)\microsoft visual studio 9.0\vc\include\string.h(74) : 參見(jiàn)“strcpy”的聲明 1>d:\myplugin\myplugin.cpp(45) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1> d:\program files (x86)\microsoft visual studio 9.0\vc\include\string.h(74) : 參見(jiàn)“strcpy”的聲明 1>d:\myplugin\myplugin.cpp(49) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1> d:\program files (x86)\microsoft visual studio 9.0\vc\include\string.h(74) : 參見(jiàn)“strcpy”的聲明 1>d:\myplugin\myplugin.cpp(63) : error C2065: “nIndex”: 未聲明的標(biāo)識(shí)符 1>d:\myplugin\myplugin.cpp(69) : warning C4244: “參數(shù)”: 從“l(fā)ong”轉(zhuǎn)換到“WORD”,可能丟失數(shù)據(jù) 1>d:\myplugin\myplugin.cpp(99) : warning C4273: “InputInfoThenCalc1”: dll 鏈接不一致 1> d:\myplugin\plugin.h(46) : 參見(jiàn)“InputInfoThenCalc1”的前一個(gè)定義 1>d:\myplugin\myplugin.cpp(117) : warning C4244: “參數(shù)”: 從“l(fā)ong”轉(zhuǎn)換到“WORD”,可能丟失數(shù)據(jù) 1>d:\myplugin\myplugin.cpp(128) : warning C4273: “InputInfoThenCalc2”: dll 鏈接不一致 1> d:\myplugin\plugin.h(48) : 參見(jiàn)“InputInfoThenCalc2”的前一個(gè)定義 1>d:\myplugin\myplugin.cpp(139) : warning C4244: “參數(shù)”: 從“l(fā)ong”轉(zhuǎn)換到“short”,可能丟失數(shù)據(jù) 1>d:\myplugin\myplugin.cpp(152) : warning C4244: “參數(shù)”: 從“l(fā)ong”轉(zhuǎn)換到“WORD”,可能丟失數(shù)據(jù) 1>StdAfx.cpp 1>正在生成代碼... 1>生成日志保存在“file://d:\MyPlugin\Debug\BuildLog.htm” 1>MyPlugin - 1 個(gè)錯(cuò)誤,16 個(gè)警告 ========== 全部重新生成: 成功 0 個(gè),失敗 1 個(gè),跳過(guò) 0 個(gè) ==========

     

  • 通達(dá)信技術(shù)部: 編程規(guī)范經(jīng)測(cè)試是沒(méi)有問(wèn)題的。

 

有思路,想編寫(xiě)各種指標(biāo)公式,程序化交易模型,選股公式,預(yù)警公式的朋友

可聯(lián)系技術(shù)人員 QQ: 511411198  點(diǎn)擊這里給我發(fā)消息進(jìn)行 有償 編寫(xiě)!不貴!點(diǎn)擊查看價(jià)格!


【字體: 】【打印文章】【查看評(píng)論

相關(guān)文章

    沒(méi)有相關(guān)內(nèi)容
主站蜘蛛池模板: 日日婷婷夜日日天干| 特级黄色毛片视频| 国产精品久久久久久久| 一区二区三区中文| 日韩国产成人精品视频| 亚洲欧美日韩综合久久| 综合亚洲欧美日韩一区二区| 国产激情电影综合在线看| a视频免费在线观看| 无码精品一区二区三区免费视频| 亚洲欧美中文日韩综合| 精品乱码一区二区三区四区| 国产午夜精品无码| 18videosex性欧美69| 天天躁狠狠躁狠狠躁夜夜躁| 中文字幕福利片| 日韩美女视频网站| 亚洲欧洲日韩综合| 男生把女生桶爽| 四虎永久在线日韩精品观看 | 国产三级一区二区三区| 124du在线观看| 天堂在线www天堂中文在线| 中文字幕日韩精品有码视频| 日韩美女在线观看一区| 亚洲成年人电影在线观看| 白白国产永久免费视频| 国产1区2区在线观看| 麻豆精品一区二区三区免费| 国产精品揄拍一区二区久久| ass日本大乳pics| 影音先锋成人资源| 久久久久亚洲av成人网人人软件| 果冻传媒第一第二第三集| 亚洲欧洲在线播放| 狠狠色综合网久久久久久| 台湾一级淫片完整版视频播放| 韩国午夜理论在线观看| 国产欧美日韩综合精品一区二区 | 日韩欧美卡一卡二卡新区| 亚洲国产精品sss在线观看AV|