2016-09-30 6 views
0

BDS C++ 빌더 2006에 ZEOSLib 6.6.6-stable을 설치하는 데 문제가 있습니다. C++ 빌더 만 설치되었지만 델파이는 없습니다. bds/4.0/bin/ 폴더의 dcc32.exe 파일을 참조하십시오.BDS C++ 빌더 2006에 Zeoslib 6.6.6-stable 설치시 문제가 발생했습니다.

this post에 나와있는 것처럼 명령 줄에서 Delphi 컴파일러로 패키지를 컴파일하려고 할 때 dcc32.exe zeosdbo.bdsgroup -JPHNE을 사용하면 몇 가지 오류 메시지 (아래 참조)가 표시되고 컴파일이 중지됩니다.

나는 또한 IDE에서 builder6/zeosdbo.bpg 파일을 여는 시도하고 그것은 버전 10에 프로젝트 파일을 업데이트하고 .bdsgroup 파일 세트를 생성하지만 프로젝트를 만들려고 할 때 file not found Zclasses.dcu 오류 메시지가 apears 파일.

이 문제에 대한 추가 도움을 제공해 주실 수 있습니까?

마지막으로

C:\ZEOSDBO\packages\DELPHI10\ZeosDbo.bdsgroup(1) Error: E2029 Declaration expected but '<' found

c:\ZEOSDBO\packages\DELPHI10\ZeosDbo.bdsgroup(1) Error: E2038 Illegal character in input file: '"' (#$22)
c:\ZEOSDBO\packages\DELPHI10\ZeosDbo.bdsgroup(1) Error: E2038 Illegal character in input file: '"' (#$22)

c:\ZEOSDBO\packages\DELPHI10\ZeosDbo.bdsgroup(5) Error: E2038 Illegal character in input file: '"' (#$22)

c:\ZEOSDBO\packages\DELPHI10\ZeosDbo.bdsgroup(5) Error: E2038 Illegal character in input file: '"' (#$22)

c:\ZEOSDBO\packages\DELPHI10\ZeosDbo.bdsgroup(6) Error: E2038 Illegal character in input file: '"' (#$22)

c:\ZEOSDBO\packages\DELPHI10\ZeosDbo.bdsgroup(6) Error: E2038 Illegal character in input file: '"' (#$22)

c:\ZEOSDBO\packages\DELPHI10\ZeosDbo.bdsgroup(7) Error: E2038 Illegal character in input file: '"' (#$22)

c:\ZEOSDBO\packages\DELPHI10\ZeosDbo.bdsgroup(8) Error: E2038 Illegal character in input file: '"' (#$22)

c:\ZEOSDBO\packages\DELPHI10\ZeosDbo.bdsgroup(12) Error: E2038 Illegal character in input file: '"' (#$22)

c:\ZEOSDBO\packages\DELPHI10\ZeosDbo.bdsgroup(12) Error: E2038 Illegal character in input file: '"' (#$22)

c:\ZEOSDBO\packages\DELPHI10\ZeosDbo.bdsgroup(13) Error: E2038 Illegal character in input file: '"' (#$22)

c:\ZEOSDBO\packages\DELPHI10\ZeosDbo.bdsgroup(13) Error: E2038 Illegal character in input file: '"' (#$22)

c:\ZEOSDBO\packages\DELPHI10\ZeosDbo.bdsgroup(14) Error: E2038 Illegal character in input file: '"' (#$22)

c:\ZEOSDBO\packages\DELPHI10\ZeosDbo.bdsgroup(14) Error: E2038 Illegal character in input file: '"' (#$22)

c:\ZEOSDBO\packages\DELPHI10\ZeosDbo.bdsgroup(15) Error: E2038 Illegal character in input file: '"' (#$22)

c:\ZEOSDBO\packages\DELPHI10\ZeosDbo.bdsgroup(15) Error: E2038 Illegal character in input file: '"' (#$22)

c:\ZEOSDBO\packages\DELPHI10\ZeosDbo.bdsgroup(16) Error: E2038 Illegal character in input file: '"' (#$22)

c:\ZEOSDBO\packages\DELPHI10\ZeosDbo.bdsgroup(16) Error: E2038 Illegal character in input file: '"' (#$22)

c:\ZEOSDBO\packages\DELPHI10\ZeosDbo.bdsgroup(17) Error: E2038 Illegal character in input file: '"' (#$22)

c:\ZEOSDBO\packages\DELPHI10\ZeosDbo.bdsgroup(17) Error: E2038 Illegal character in input file: '"' (#$22)

c:\ZEOSDBO\packages\DELPHI10\ZeosDbo.bdsgroup(18) Error: E2038 Illegal character in input file: '"' (#$22)

c:\ZEOSDBO\packages\DELPHI10\ZeosDbo.bdsgroup(23)

c:\ZEOSDBO\packages\DELPHI10\ZeosDbo.bdsgroup(24) Error: E2029 '.' expected but end of file found

+1

명령 줄에 표시되는 실제 오류는 무엇입니까? –

+0

후속편 인 Remy를 보내 주셔서 감사합니다. 그에 따라 질문을 수정합니다. – Patowski

답변

0

내가 Delphi10 빌더를 설치하고 "모든 C++ 파일을 생성"링커 옵션을 사용하여 컴파일 할 수 있지만 대안을 발견했다 :

메시지는 델파이 명령 줄 컴파일러 패키지를 컴파일 할 때받은 zcomponent.dpk에서 $ endif를 사용하지 않고 누락 된 * .dcu가 모두 필요한 원본 폴더 경로에 경로를 추가하지 않고서는 안됩니다. 그 후 C++이나 Delphi10 빌더가 툴바를 보여 주었지만 분명히 패키지가 올바르게 설치되었습니다. 친절하게 생각합니다. Patowski