|
[소스]
#include "IdBaseComponent.hpp"
#include "IdComponent.hpp"
#include "IdTCPClient.hpp"
#include "IdTCPConnection.hpp"
[오류]
Unable to open include file 'IdBaseComponent.hpp'
Unable to open include file 'IdComponent.hpp'
Unable to open include file 'IdTCPClient.hpp'
Unable to open include file 'IdTCPConnection.hpp'
[참고]
C++Buider6 personal 버전
컴퓨터 내에 파일검색으로 찾아보니 IdBaseComponent.hpp,'IdComponent.hpp,'IdTCPClient.hpp','IdTCPConnection.hpp'이 없습니다 .
본 파일을 어디서 받아야 하나요?
|