摘要: // 错误演示 #include "stdafx.h" #include #include int main(int argc, char *argv[], char **envp) { return 0; } fatal error C1189: #error: "No Target Architecture" // 错误修改 #include... 阅读全文
posted @ 2019-09-23 12:24 火焰马 阅读(1690) 评论(0) 推荐(0)