sigmak / ZLdev

중드 '점연아,온난니' 의 주인공 주윈과 러쉰의 앞글자만 따와서 ZLdev 이름을 만들었어요.
MIT License
1 stars 0 forks source link

TProjectInfo 오류 발생 #1

Open sigmak opened 7 months ago

sigmak commented 7 months ago

ProjectInfo:=TProjectInfo.Create(self); // 오류발생

sigmak commented 7 months ago

ProjectInfo:=TProjectInfo.Create(self); // 오류발생

handel 소스에서 TProjectInfo 클래스(?) 선언에 보면

델파이 6 PE에서 TProjectInfo = class(TComponent) <- 여기서 TComponent 가 정의되지 않았다는 오류가 발생되는데 이문제 해결하려면 uses 에 Classes, 를 추가해주면 됨

sigmak commented 7 months ago

ProjectInfo:=TProjectInfo.Create(self); // 오류발생

utype, // TProjectInfo 사용을 위해 uconst,// ProjectInfo 사용을 위해