win98에서 델파이 4로 프로그램을 실행 시켰더니
Error Reading Form
Class TIDatabase not found. Ignore the error and continue?
NOTE : Ignoring the error may cause components to be deleted
or property values to be lost..
이런 메시지가 뜨네요..
Ignoring all 클릭하고 소스에서 tidatabase 찾아보니
폼 생성 구문에서
TInsaMenuForm = class(TForm)
N1: TMenuItem;
N2: TMenuItem;
Insa: TIDatabase; <= 요런거 때문에 오류가 나는듯한데....
TIDatabase 파일이 필요한 건가요? 프로그램 돌릴때 DB 연결 상태에서 해야하는건 아니죠?
|