注册 登录
编程论坛 C++教室

[求助]VS2005应如何才能正确编译VC6.0的项目?

wwf883474 发布于 2007-07-09 13:24, 1135 次点击

本人用的是VS2005速成版。用它来打来VC6.0的MFC项目。可是提示找不到下列的头文件
#include <afxwin.h> // MFC core and standard components
#include <afxext.h> // MFC extensions
#include <afxdisp.h> // MFC Automation classes
#include <afxdtctl.h>

工程已经设置了usimg mfc in a shared dll

请问还要怎样设置呢?

4 回复
#2
aipb20072007-07-09 13:54
速成版里面没有集成MFC吧!
#3
wwf8834742007-07-09 13:59
#4
aipb20072007-07-09 15:19
去VC版块问问吧,我想那里关于MFC懂的人比较多。
#5
aipb20072007-07-09 15:21
你这个是速成版啊,没集成MFC,去换个标准版,专业版就有。
1