1. delphi -> component -> install package 에서
internet direct (indy ) 선택하고 remove
2. 파일 검색에서 대상을 로컬디스크로하고
파일명을
DCLINDY*.*;INDY.*;INDY??.bpl;INDY??.map;ID*.PAS;ID*.HPP;ID*.OBJ;ID*.DCU 로 하여 검색
IDPAS32.OBJ 제외하고 검색된 파일 삭제
를 down받아 x:\Program Files\Borland\Delphi6\Source\indy\source 푼다
4. x:\Program Files\Borland\Delphi6\Source\indy\source 에서
full6.bat click 하면
x:\Program Files\Borland\Delphi6\Source\indy\d6 폴더가 생긴다.
5. x:\Program Files\Borland\Delphi6\Source\indy\d6에서
Indy60.dcp
dclIndy60.bpl를 복사 하여
x:\Program Files\Borland\Delphi6\Bin
x:\Program Files\Borland\Delphi6\Projects\Bpl
x:\WINDOWS\system32 에 복사
6. x:\Program Files\Borland\Delphi6\Source\indy\d6에서
모든 파일 복사 하여
x:\Program Files\Borland\Delphi6\lib 과
x:\Program Files\Borland\Delphi6\lib\debug 붙여넣기
7. delphi -> component -> install package -> add
x:\Program Files\Borland\Delphi6\Projects\Bpl\dclIndy60.bpl 를 선택
8. 기존 delphi에서 작성한 pas에
UserID -> UserName,
SocksInfo -> Socket.SocksInfo 로 변경
'정보 > Delphi' 카테고리의 다른 글
Component install (0) | 2013.07.16 |
---|---|
reinstall (0) | 2013.07.16 |
processor 죽이기 (0) | 2012.07.18 |
Delphi에서 Excel Ole 사용 (0) | 2011.08.24 |
BDE Setting - MS SQL (0) | 2011.07.29 |