|
#1
| |||
| |||
| 這個程式如何修改? http://www.badongo.com/cn/file/8865469 --------------------Configuration: pro - Win32 Debug-------------------- Compiling... pro.cpp E:\Documents and Settings\walter\桌面\pro\pro.cpp(47) : error C2065: 'WINAPI' : undeclared identifier E:\Documents and Settings\walter\桌面\pro\pro.cpp(47) : error C2065: 'PNTQUERYINTERVAL' : undeclared identifier E:\Documents and Settings\walter\桌面\pro\pro.cpp(47) : error C2501: 'DWORD' : missing storage-class or type specifiers E:\Documents and Settings\walter\桌面\pro\pro.cpp(47) : error C2143: syntax error : missing ';' before '(' E:\Documents and Settings\walter\桌面\pro\pro.cpp(47) : error C2226: syntax error : unexpected type 'KPROFILE_SOURCE' E:\Documents and Settings\walter\桌面\pro\pro.cpp(48) : error C2059: syntax error : ')' E:\Documents and Settings\walter\桌面\pro\pro.cpp(50) : error C2065: 'PNTALLOCATE' : undeclared identifier E:\Documents and Settings\walter\桌面\pro\pro.cpp(50) : error C2501: 'NTSTATUS' : missing storage-class or type specifiers E:\Documents and Settings\walter\桌面\pro\pro.cpp(50) : error C2143: syntax error : missing ';' before '(' E:\Documents and Settings\walter\桌面\pro\pro.cpp(50) : error C2146: syntax error : missing ')' before identifier 'HANDLE' E:\Documents and Settings\walter\桌面\pro\pro.cpp(50) : error C2146: syntax error : missing ';' before identifier 'HANDLE' E:\Documents and Settings\walter\桌面\pro\pro.cpp(50) : error C2501: 'IN' : missing storage-class or type specifiers E:\Documents and Settings\walter\桌面\pro\pro.cpp(50) : fatal error C1004: unexpected end of file found Error executing cl.exe. pro.exe - 13 error(s), 0 warning(s) 我是用xp sp2 vc6.0 |
|
#2
| ||||
| ||||
| 這個程式有處理到NT系統檔案,我不搞貿然做編譯和除錯的動作。 |