2016-09-30 5 views
0

BDS C++ Builder 2006にZEOSLib 6.6.6-stableをインストールする際に問題があります。 C++ Builderのみがインストールされていますが、Delphiはインストールできません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

レミーのフォローアップをありがとう、私はそれに応じて質問を編集する。 – Patowski

答えて

0

私はDelphi10ビルダーをインストールし、「すべてのC++ファイルを生成する」リンカオプションを使用してコンパイルするが、何の選択肢を発見した:

メッセージは、Delphiコマンドラインコンパイラでパッケージをコンパイルしようとしたときに受け取りましたzcomponent.dpkの$ endifを回避したり、欠落している* .dcuがすべて要求されたソースフォルダをパスに追加したりすることなく、 その後、C++やDelphi10のビルダーがツールバーを見せたが、明らかにパッケージは正しくインストールされていた。 よろしくお願いいたします。 Patowski

関連する問題