编译vc6 项目的时候,提示错误:
C:\vc\ftp\ftpclientDlg.h(54) : error C2065: 'IDD_FTPCLIENT_DIALOG' : undeclared identifier
C:\vc\ftp\ftpclientDlg.h(54) : error C2057: expected constant expression
解决:ftpclientDlg.h 的头部添加 #include "resource.h"
编译vc6 项目的时候,提示错误:
C:\vc\ftp\ftpclientDlg.h(54) : error C2065: 'IDD_FTPCLIENT_DIALOG' : undeclared identifier
C:\vc\ftp\ftpclientDlg.h(54) : error C2057: expected constant expression
解决:ftpclientDlg.h 的头部添加 #include "resource.h"