Q&A

  • 심하게 초보 입니다. 도와주세요 컴파일 관련입니다.
안녕하세요 컴파일이 자꾸 오류가 나네요
제가 완젼 초보라서요잘 하질 못하겠네요
에러 메시지가 뜨는데요 무슨말인지 모르겠어요


처음 프로젝트를 불러오기 하면

Class TServerSocket not found. Ignore the error and continue?
NOTE : Ignoring the error may cause components to deleted or property values to be lost.

라고 뜨구요

무시해서 불러오기 해서

프로젝트 옵션에서  search path  폴더 지정하고

컴파일 하면

Fie FrmDBSrv.ServerSocket does not have a corresponding componet. remove the declaration?

이라고 뜹니다.

yes 선택시 컴파일 하면

[Hint] DBSMain.pas(231): Variable 'DefMsg' is declared but never used in 'TFrmDBSrv.ProcessServerPacket'
[Hint] DBSMain.pas(330): Variable 'DefMsg' is declared but never used in 'TFrmDBSrv.LoadHumanRcd'
[Hint] DBSMain.pas(383): Variable 'DefMsg' is declared but never used in 'TFrmDBSrv.SaveHumanRcd'
[Hint] DBSMain.pas(445): Variable 'bo21' is declared but never used in 'TFrmDBSrv.SaveHumanRcdEx'
[Hint] DBSMain.pas(446): Variable 'DefMsg' is declared but never used in 'TFrmDBSrv.SaveHumanRcdEx'
[Hint] DBSMain.pas(447): Variable 'HumanRCD' is declared but never used in 'TFrmDBSrv.SaveHumanRcdEx'
[Error] DBSMain.pas(560): Undeclared identifier: 'ServerSocket'
[Error] DBSMain.pas(560): Missing operator or semicolon
[Error] DBSMain.pas(561): Missing operator or semicolon
[Error] DBSMain.pas(562): Missing operator or semicolon
[Error] DBSMain.pas(608): Undeclared identifier: 'ServerSocket'
[Error] DBSMain.pas(608): Missing operator or semicolon
[Error] DBSMain.pas(1189): Undeclared identifier: 'ServerSocket'
[Error] DBSMain.pas(1189): Missing operator or semicolon
[Fatal Error] DBShare.pas(150): Could not compile used unit 'DBSMain.pas'

no 선택시 컴파일하면

무슨 선택 파일을 찾을수없다고 나오네용 ㅡㅡ

어떻게 해야할까요


혹시나 해서 파일 같이올립니다.
1  COMMENTS