MFC에서 간단하게, 다이얼로그에 클래스를 등록할려고 하는데
에러가 발생한다.
'IDD_DIALOG1' : undeclared identifier
이럴경우 다이얼로그와 연동한 클래스 헤더 파일에
#include "resource.h" // has to come before
리소스 헤더파일을 등록하자.
에러가 발생한다.
'IDD_DIALOG1' : undeclared identifier
이럴경우 다이얼로그와 연동한 클래스 헤더 파일에
#include "resource.h" // has to come before
리소스 헤더파일을 등록하자.