|
Indy 버전 9.0.2 를 다운받아 설치 했습니다.
설치는 잘됬는데 데모를 컴파일할때 에러가 났습니다.
그래서 smtp 컴퍼넌트 하나를 놓고 컴파일해도 같은 에러가 나더군요.
에러 메세지와 내용입니다.
ldGlobal.hpp 에서
#define GOSType (TIdOSType)(2)
static const unsigned INFINITE = 0xffffffff; <== 에러부분입니다.(라인 272번입니다)
extern PACKAGE TPosProc IndyPos;
extern PACKAGE DynamicArray<AnsiString > IndyFalseBoolStrs;
에러내용
[C++ Error] IdGlobal.hpp(272): E2040 Declaration terminated incorrectly
[C++ Error] IdWinSock2.hpp(749): E2176 Too many types in declaration
[C++ Error] IdWinSock2.hpp(749): E2275 { expected
[C++ Error] IdWinSock2.hpp(749): E2293 ) expected
[C++ Error] IdWinSock2.hpp(793): E2176 Too many types in declaration
도와주세요,
win2000 pro
빌더 5.0 입니다.
|