![]() |
#2
aipb20072007-07-09 13:54
|
本人用的是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
请问还要怎样设置呢?