作者:
Kanyahi (狼爵々)
2016-04-26 17:50:42開發平台(Platform): (Ex: VC++, GCC, Linux, ...)
VC++ 6.0
額外使用到的函數庫(Library Used): (Ex: OpenGL, ...)
已經載入下列函數庫
#include <sstream>
#include <iostream>
#include <string>
#include <stdio.h>
#include "windows.h"
#include "mq.h"
#include "tchar.h"
#include "wchar.h"
問題(Question):
原始碼是從VS2010複製過來的
在VS2010可以正常編譯
但在VC++ 6.0編譯發生以下錯誤訊息
已上網查過必要載入函數庫
並沒有解決,
不知道是還有其他函數庫沒有載入
還是環境配置上要設定
程式碼(Code):(請善用置底文網頁, 記得排版)
http://codepad.org/QgClsAco
顯示56行 error C2065: '_snwprintf_s' : undeclared identifier
http://codepad.org/kZFqZ1IV
顯示6行 error C2065: 'CT2CA' : undeclared identifier
補充說明(Supplement):
還請各位先進不吝指教,謝謝
如果有違背版規的地方,請告知,會立即修改