|
빌더 4와 5를 동시에 깔았더니 빌더 5에선 별 문제가 없더군요...
근데 문제는 빌더 4에서 프로그램을 컴파일할 경우에 에러가 뜬다는 겁니다..ㅜ.ㅡ
도대체 머가 잘못된건지...
내용은 이렇습니다.
[C++Error]AdSrMgr.hpp(62):E2285 Could not find a match for 'Exception::Exception(TResStringRec*,const TVarRec*,const int,int)'.
[C++Error]AdExcept.hpp(62):E2285 Could not find a match for 'Exception::Exception(TResStringRec*,const TVarRec*,const int,int)'.
[C++Error]AdSocket.hpp(62):E2285 Could not find a match for 'Exception::Exception(TResStringRec*,const TVarRec*,const int,int)'.
제가 Async Pro 통신 소켓을 쓰고있는데 거기서 발생하는 에러인것 같기도 하구요..
암튼 이런 경험 있으신분 조언 해 주시면 감사하겠습니다.
정안되면 빌더 5를 지우는수 밖에 없을것 같네요. ㅡㅡ;
|