.....
[Error] pSecuClient.pas(32): Undeclared identifier: 'SecuIBAS'
[Error] pSecuClient.pas(33): Missing operator or semicolon
[Error] pSecuClient.pas(36): ')' expected but identifier 'szErrorMsg' found
[Error] pSecuClient.pas(39): Illegal character in input file: '"' ($22)
[Error] pSecuClient.pas(47): Undeclared identifier: 'SecuIBAS'
[Error] pSecuClient.pas(48): Missing operator or semicolon
[Error] pSecuClient.pas(50): ')' expected but identifier 'szErrorMsg' found
[Error] pSecuClient.pas(57): Declaration expected but end of file found
[Fatal Error] SecuCilent.dpr(5): Could not compile used unit 'pSecuClient.pas'
그 클래쓰가 선언된 유닛을 아셔야 할 거 같군여.
음..혹시 해킹툴 프로그램의 소스인가여? -_-;;
나머지 에러는 단순한 문법에러이군여.
SecuIBAS 클래쓰가 선언된 유닛을 찾아내셔서 uses 문에 추가하시면
될거 같네여.
즐거운 프로그래밍 하시길~~