|
cbuilder2007에서
#include "stdafx.h"를 넣었더니
[BCC32 Error] stdafx.h(15): E2209 Unable to open include file 'afxwin.h'
[BCC32 Error] stdafx.h(16): E2209 Unable to open include file 'afxext.h'
[BCC32 Error] stdafx.h(17): E2209 Unable to open include file 'afxdisp.h'
[BCC32 Error] stdafx.h(18): E2209 Unable to open include file 'afxdtctl.h'
[BCC32 Error] stdafx.h(20): E2209 Unable to open include file 'afxcmn.h'
이런 에러들이 ㅠㅠ
빌더6.0에서는 include폴더에 MFC폴더가 있었는데
2007에는 없네요.
빌더6.0에있던 mfc변환툴도 없어지고 ;;
2007에서 mfc 지원안하나요??
|