반응형
헤더에서 선언해서 그렇다... 소스파일에서 선언하면 된다 ㅡ_ㅡ
Error 5 error LNK2005: "unsigned char * * m_CurrentImageGray" (?m_CurrentImageGray@@3PAPAEA) already defined in GrayImage.obj C:\IMAGE\project\GrayImage\GrayImage\GrayImageDoc.obj GrayImage
MFC에서 전역 변수사용하기.
1. 모든 헤더파일에 #include "stdafx.h" 추가
2. 모든 헤더팔이에 extern 변수명 추가
3. 끝
나는 그냥 다른파일 하나를 따로 만들었다...
반응형
'나머지 > IT개발.잡다한것.' 카테고리의 다른 글
VS2010 에러 error LNK2019: unresolved external symbol _WinMain@16 referenced in function ___tmainCRTStartup (1) | 2012.10.29 |
---|---|
닷넷 .net 프레임워크4 다운로드 (0) | 2012.10.29 |
[MFC, C++] 클래스 포인터 얻기 (0) | 2012.10.24 |
[MFC, C++] error C2011: "struct' type redefinition에러를 고치다... (0) | 2012.10.24 |
[MFC]error C2065: 'm_hWnd' : undeclared identifier 해결 ㅠ_ㅠ (1) | 2012.10.22 |