|
cport264내부의 샘플소스로 컴파일시 아래의 에러가 나오는데 초보라서 원인을 모르겠군요
아시는 분은 좀 가르쳐 주십시요
[C++ Error] CPortCtl.hpp(242): E2015 Ambiguity between 'TBitmap' and 'Windows::TBitmap'
[아래는 상태라인에러메세지 입니다]
[C++ Warning] ComMainForm.cpp(3): W8058 Cannot create pre-compiled header: write failed
[C++ Error] CPort.hpp(683): E2238 Multiple declaration for '_fastcall EComPort::EComPort(int)'
[C++ Error] CPort.hpp(675): E2344 Earlier declaration of '_fastcall EComPort::EComPort(int)'
[C++ Error] CPort.hpp(695): E2238 Multiple declaration for '_fastcall EComPort::EComPort(int,int)'
[C++ Error] CPort.hpp(674): E2344 Earlier declaration of '_fastcall EComPort::EComPort(int,int)'
[C++ Error] CPortCtl.hpp(242): E2015 Ambiguity between 'TBitmap' and 'Windows::TBitmap'
|