|
제가 자료실에 있는 Graphics32 1.8.1 버전을 다운받아서 컴파일하려고 했습니다만.. 잘 안됩니다.
컴파일 성공하신분 제게도 알려주시면 감사드리겠습니다.
파일을 보니 2가지 패키지 파일이 있어서 두가지 모두 컴파일을 하였습니다.
각각 아래와 같이 하고 I. 의 경우 에러를 수정하여 컴파일 성공했지만, II. 같은 경우에는 손을 댈 수가 없네요..
-------------------------------------------------------------------------------------------
I. 수행 : GR32_CB5.bpk 컴파일
결과(Error) : 1개
[Pascal Fatal Error] pasall.tmp(14): File not found: 'GR32_ByteMaps.dcu'
처리 : GR32_ByteMaps.pas가 패키지에는 포함되어 있는데 실제 파일이 존재하지 않아서,
1.7.1 버전에 있는 GR32_ByteMaps.pas 파일을 복사한 후 컴파일 했습니다.
처리결과 : 컴파일 성공
II. 수행 : GR32_DSGN_CB5.bpk 컴파일
결과(Error) : 18개
1. [Pascal Error] GR32_Dsgn_Color.pas(358): Undeclared identifier: 'ListDrawValue'
2. [Pascal Error] GR32_Dsgn_Color.pas(358): ';' expected but '(' found
3. [Pascal Error] GR32_Dsgn_Color.pas(358): '=' expected but ';' found
4. [Pascal Error] GR32_Dsgn_Color.pas(358): '=' expected but ';' found
5. [Pascal Error] GR32_Dsgn_Color.pas(359): '=' expected but ';' found
6. [Pascal Error] GR32_Dsgn_Color.pas(359): '=' expected but ')' found
7. [Pascal Error] GR32_Dsgn_Color.pas(401): Undeclared identifier: 'DefaultPropertyListDrawValue'
8. [Pascal Error] GR32_Dsgn_Color.pas(410): Undeclared identifier: 'PropDrawValue'
9. [Pascal Error] GR32_Dsgn_Color.pas(410): ';' expected but '(' found
10. [Pascal Error] GR32_Dsgn_Color.pas(410): '=' expected but ';' found
11. [Pascal Error] GR32_Dsgn_Color.pas(411): ';' expected but identifier 'ASelected' found
12. [Pascal Error] GR32_Dsgn_Color.pas(411): '=' expected but ')' found
13. [Pascal Error] GR32_Dsgn_Color.pas(419): Undeclared identifier: 'GetVisualValue'
14. [Pascal Error] GR32_Dsgn_Color.pas(420): Undeclared identifier: 'ListDrawValue'
15. [Pascal Error] GR32_Dsgn_Color.pas(420): Undeclared identifier: 'ACanvas'
16. [Pascal Error] GR32_Dsgn_Color.pas(422): Undeclared identifier: 'DefaultPropertyDrawValue'
17. [Pascal Error] GR32_Dsgn_Color.pas(422): Undeclared identifier: 'Self'
18. [Pascal Fatal Error] GR32_Reg.pas(46): Could not compile used unit 'D:\Borland\CBuilder5\Source\graphics32\GR32_Dsgn_Color.pas'
|