Wednesday, February 25, 2009

error C2061: syntax error : identifier 'THIS_FILE'

#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif

의 밑에 있는 헤더파일을

이 문장들 위에서 인클루드 한다

No comments: