프로그래밍/디버깅
연산자 오버로딩 문제
standwally
2009. 3. 25. 20:14
directShow base class를 vs2008에서 컴파일시 에러 메세지
Error 1 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int BaseClasses\ctlutil.h 278 BaseClasses
operator=(LONG); → (LONG) operator=(LONG);
Error 1 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int BaseClasses\ctlutil.h 278 BaseClasses
operator=(LONG); → (LONG) operator=(LONG);