|
쫑알 님이 쓰신 글 :
: VideoLab 4.5 버젼 컴포넌트를 가져다 썻는데요~
: 컴파일시에
:
: [C++ Error] IGDIPlus.hpp(834): E2184 Enum syntax error //enum 상용방법이 틀렷다는뜻인듯;
: [C++ Error] IGDIPlus.hpp(834): E2040 Declaration terminated incorrectly
: [C++ Error] IGDIPlus.hpp(834): E2190 Unexpected } // } < 요게 빠진듯;
: [C++ Error] IGDIPlus.hpp(886): E2303 Type name expected
: [C++ Error] IGDIPlus.hpp(886): E2139 Declaration missing ; // ; 요게 잘못된건가?
: [C++ Error] IGDIPlus.hpp(887): E2303 Type name expected
: [C++ Error] IGDIPlus.hpp(887): E2238 Multiple declaration for 'TGPColorMap::TGPColor' //함수중복인듯
: [C++ Error] IGDIPlus.hpp(886): E2344 Earlier declaration of 'TGPColorMap::TGPColor' //위에거땜시나온듯
: [C++ Error] IGDIPlus.hpp(887): E2139 Declaration missing ;
: [C++ Error] IGDIPlus.hpp(953): E2303 Type name expected
: [C++ Error] IGDIPlus.hpp(953): E2139 Declaration missing ;
: [C++ Error] IGDIPlus.hpp(979): E2303 Type name expected
: [C++ Error] IGDIPlus.hpp(1042): E2462 'virtual' can only be used with non-template member functions
: [C++ Error] IGDIPlus.hpp(1042): E2303 Type name expected
: [C++ Error] IGDIPlus.hpp(1042): E2139 Declaration missing ;
: [C++ Error] IGDIPlus.hpp(1058): E2462 'virtual' can only be used with non-template member functions
: [C++ Error] IGDIPlus.hpp(1058): E2303 Type name expected
: [C++ Error] IGDIPlus.hpp(1058): E2139 Declaration missing ;
: [C++ Error] IGDIPlus.hpp(1094): E2303 Type name expected
: [C++ Error] IGDIPlus.hpp(1094): E2139 Declaration missing ;
: [C++ Error] IGDIPlus.hpp(1113): E2303 Type name expected
: [C++ Error] IGDIPlus.hpp(1113): E2238 Multiple declaration for 'TGPMetafileHeader::TGPMetafileType'
//요곳도중복?
: [C++ Error] IGDIPlus.hpp(1094): E2344 Earlier declaration of 'TGPMetafileHeader::TGPMetafileType'
: [C++ Error] IGDIPlus.hpp(1113): E2139 Declaration missing ;
: [C++ Error] IGDIPlus.hpp(1129): E2303 Type name expected
: [C++ Error] IGDIPlus.hpp(1129): E2228 Too many error or warning messages
:
: 이렇게 무수히 많은 에러가 나는데요 ;;;;
: 전혀 컴포넌트 소스를 건든적도 없습니다. 아주 죽겠습니다. 혹시 아시는 분 없으신가요?
|