2011年1月28日

在 DLL工程中加入新 CFormView时的 注意事项

摘要: VC6.0知识补充在一个 DLL 工程Slave_Program中,在新建一个 CFormView 新类CXXXFormView时,CXXXFormView.cpp中 会自动 包含 #include “Slave_Program.h”但是,DLL 工程本身在创建过程中就没有与工程名相对应的 头文件 Slave_Program.h这时就会出现编译错误fatal error C1083: Cannot open include fileerror BK1506 : cannot open file '.\Debug\CXXXFormView.sbr': No such file or direct 阅读全文

posted @ 2011-01-28 21:23 cy163 阅读(647) 评论(0) 推荐(0)

导航