|
몇번 경험해본 에런데 기억이 안나는군요.
아래는 헬프에 있는 내용입니다.
E2089 Identifier 'identifier' cannot have a type qualifier Compiler error
A C++ qualifier class::identifier can't be applied here.
A qualifier is not allowed on the following:
typedef names
function declarations (except definitions at the file level)
on local variables or parameters of functions
on a class member--except to use its own class as a qualifier (redundant but legal).
james lee 님이 쓰신 글 :
: 컴파일시 다음과 같은 에러메세지가 발생하는데 어떻게 해야할지 모르겠어요.
: "Identifier 'ButtonClick' cannot have a type qualifier" 라는 에러 메세지가
: 발생하는데 무슨 말인지 모르겠어요. 어떻게 해야하는 지도 모르겠구요.
: ftp로 다른 서버에 잠시올렸다가 다시 내려서 파일이 깨진것인지...
: 고수님들 도와주세요.
|