摘要: 在点击保存后出现的对话框的左下角有选项C、C++、JAVA、C#、VISUAL BASIC.NET有这几个选项,但不宜看到注意 阅读全文
posted @ 2013-06-01 11:32 hailangdeshengyin 阅读(99) 评论(0) 推荐(0)
摘要: UG二次开发过程中,编译过程中遇到此错误:fatal error C1083: Cannot open precompiled header file: \’Debug/xxx.pch\’: No such file or directory 归结为同样问题的错误:fatal error C1010: unexpected end of file while looking for precompiled header directive原来,xxx.pch是预编译头文件生成的文件。在project-settings里面,选中编译的项目和c/c++页,在下拉框选precompiled head 阅读全文
posted @ 2013-05-27 16:03 hailangdeshengyin 阅读(405) 评论(0) 推荐(0)