안녕하세요.^^
DSPACK 을 설치하는데 오류가 자꾸 생기네요.
일단 DirectX9_D7.dpk 를 실행하면 초기에 "Can not resource file: D:\Borland\Delphi7\Component\DSPACK234\packages\directX9_D7.res. Recreated." 라는 에러가 뜨네요..
그냥 이상태에서 무시하고 DPK 를 인스톨 하면 Package d:\borland\delphi\projects\bpl\DirectX9_D7.bpl can't be installed because it is not a design time package 라는 에러가 뜨네요.^^
휴- 하나하나 배우는게 쉽지가 않네요,^^
좋은하루되세요.^^
ps. delphi6 이 더 쓸만한가요..?
역시 정독을 해야한다는걸 느끼게 되네요..
1 - Add this paths to your search directory:
- (DSPackDir)\src\Directx9
- (DSPackDir)\src\DSPack
2 - Compile DirectX 9 Package (DirectX9_Dx.dpk) from the "packages" directtory.
3 - Compile DSPack Package (DSPack_Dx.dpk) from the "packages" directory.
4- Install Design Package (DSPackDesign_Dx.dpk) from the "packages" directory.
If you have a warning message during the last step on Win9x, probaby the path : "../Delphi.../bin" is not correctly defined in "c:\autoexec.bat", in most case the path is too long. To correct this problem you have to set this path again. Alternatively change the bpl output directory option on each package to "$(DELPHI)\Bin" (Options>Directories/Conditionals>Output directory).