본문 바로가기
프로그래밍

error C2065: 'GUID_NULL' : undeclared identifier

by 아리꽃천사 2011. 8. 24.


ATL 관련 헤더를 사용할 때 GUID_NULL 에러가 발생한다.


이때는 atl*.h 들 앞에 cguid.h 를 선언해 주면 된다.



#include <CGuid.h>
#include <atl____.h>






http://mycplusplusexperience.blogspot.com/2009/10/error-c2065-guidnull-undeclared.html

댓글