안녕하십니까.Delphi초보자입니다.
저는 일년간 Borland C++ Builder를 이용해 상용 프로그램을 개발해왔는데요.
최근에 Delphi를 접하게 되었습니다.
본론부터 말씀드리자면 AHWord97이라는 Component를 설치하려는데,
설치는 잘 됐거든요. 그런데, Demo 프로그램이 실행이 안됩니다.
File not found: Word_TBL.dcu라는 Fatal error가 뜨더라구요.
다행히도 콤포넌트 매뉴얼에 FAQ으로 이런 예러를 처리하는 법이 나왔는데,
아무리 해봐도 안되는구만요.
이게 무슨 소린지, 제가 제대로 했는데도 안되는건지 정확히 알고 싶습니다.
[Fatal Error] Word97.pas(29): File not found: 'Word_TLB.dcu' or Word97.pas'
I don't provide Word_TLB.pas for two reasons:
1. It is huge - 859k when created by Delphi 4 and 699k when created by Delphi 3
2. It is Delphi version specific
3. You can easily roll-your-own:
In Delphi choose File_Open
Select Files of Type "Type Library" and open the file "C:Program FilesMic"
Make sure "$(DELPHI)Imports" is in your Library path.
If you own Delphi 3, you will need to make a small fix to the pascal file -"
NB Delphi 5 imports the library as C:Program FilesBorlandDelphi5OcxServerss
This is rather annoying and means I have had to change my unit to AHDelphi97.pas
저는 Delphi 5.0을 쓰는데, 5.0을 쓰는 사람은 어쩌란 얘긴가요.
Msword8.olb를 열필요도 없이 import만 하면 될거 같은데, 이게 annoying 하다라니..
귀신 씨나락 같은 소리로만 들리는군요. Delphi 5로는 데모를 실행하지 말란 얘긴가요.
--;;
고수님들의 답변 부탁드립니다. 구체적으로요..T.T
Demo의 성능을 봐야 개발하는데 도움이 될것 같은데 말이죠..
그럼 미리 감사.
Make sure "$(DELPHI)Imports" is in your Library path.
popsy wrote:
> 안녕하십니까.Delphi초보자입니다.
>
> 저는 일년간 Borland C++ Builder를 이용해 상용 프로그램을 개발해왔는데요.
>
> 최근에 Delphi를 접하게 되었습니다.
>
> 본론부터 말씀드리자면 AHWord97이라는 Component를 설치하려는데,
>
> 설치는 잘 됐거든요. 그런데, Demo 프로그램이 실행이 안됩니다.
>
> File not found: Word_TBL.dcu라는 Fatal error가 뜨더라구요.
>
> 다행히도 콤포넌트 매뉴얼에 FAQ으로 이런 예러를 처리하는 법이 나왔는데,
>
> 아무리 해봐도 안되는구만요.
>
> 이게 무슨 소린지, 제가 제대로 했는데도 안되는건지 정확히 알고 싶습니다.
>
> [Fatal Error] Word97.pas(29): File not found: 'Word_TLB.dcu' or Word97.pas'
>
> I don't provide Word_TLB.pas for two reasons:
>
> 1. It is huge - 859k when created by Delphi 4 and 699k when created by Delphi 3
> 2. It is Delphi version specific
> 3. You can easily roll-your-own:
> In Delphi choose File_Open
> Select Files of Type "Type Library" and open the file "C:Program FilesMic"
> Make sure "$(DELPHI)Imports" is in your Library path.
> If you own Delphi 3, you will need to make a small fix to the pascal file -"
>
> NB Delphi 5 imports the library as C:Program FilesBorlandDelphi5OcxServerss
> This is rather annoying and means I have had to change my unit to AHDelphi97.pas
>
> 저는 Delphi 5.0을 쓰는데, 5.0을 쓰는 사람은 어쩌란 얘긴가요.
>
> Msword8.olb를 열필요도 없이 import만 하면 될거 같은데, 이게 annoying 하다라니..
>
> 귀신 씨나락 같은 소리로만 들리는군요. Delphi 5로는 데모를 실행하지 말란 얘긴가요.
>
> --;;
>
> 고수님들의 답변 부탁드립니다. 구체적으로요..T.T
>
> Demo의 성능을 봐야 개발하는데 도움이 될것 같은데 말이죠..
>
> 그럼 미리 감사.
>
>
>