델파이 2.0에서 사용하던 컴포넌트를 델파이 3.0에서 사용하려할때 많
이들 발생하던 문제점에 대한 볼렌드측의 답변입니다..
결국 컴포넌트 제작자를 조져서 3.0용으로 빨리 만들어내라고 하던지,
소스를 구하던지..
쩝..
미친병아리 서비였네용.. 삐약~ !!
Q: Installing old Delphi 2 components: When installing a component
into a package in Delphi 3, why is Delphi 3 complaining about not
finding an associated PAS file? All I should need is the DCU file.
A: That's true only if the component was compiled using Delphi 3.
If it's a Delphi 2 DCU file, it will tell you "Fatal Error" and
complain about not finding anassociated PAS file. In order to
install such a component, you will need the source code and
recompile the PAS file.
There are two solutions to the problem:
1. Have the vendor of the component re-compile the component with
Delphi 3.
2. If you have the source to the component, re-compile the
component with Delphi 3 and use the resultant DCU.
|