LoginSignup
0
0

More than 5 years have passed since last update.

C++ Builder XE4 | FastReport VCL 5 > IDE > パスの設定

Last updated at Posted at 2018-12-07
動作環境
C++ Builder XE4
FastReport VCL 5

XE4にてFastReport VCL 5をインストール時に行ったパス設定。

10.2 Tokyoでの設定も踏まえて記事にしておく。

ツール > オプション

下記の設定をする。
(.C++オプションで「32ビット Windows」の場合、タブは「コンパイラ」と「従来のコンパイラ」がある。どちらで設定するかは、作業対象となるプロジェクトによる。32ビットでなく64ビットアプリケーションの場合、このような選択はない)

  • 環境オプション > .Delphiオプション
    • ライブラリ
      • 32ビット Windows
        • ライブラリパス(B) : C:\Program Files\FastReport\FastReport 5\LibD18
        • ブラウザ検索パス(W) : C:\Program Files\FastReport\FastReport 5\LibD18
      • 64ビット Windows
        • ライブラリパス(B) : C:\Program Files\FastReports\FastReport 5\LibD18x64
        • ブラウザ検索パス(W) : C:\Program Files\FastReports\FastReport 5\LibD18x64
  • 環境オプション > .C++オプション
    • ライブラリ
      • 32ビット Windows
        • システムインクルードパス(I) : C:\Program Files\FastReport\FastReport 5\LibD18
        • ライブラリパス(B) : C:\Program Files\FastReport\FastReport 5\LibD18
        • ブラウザ検索パス(W) : C:\Program Files\FastReport\FastReport 5\LibD18
      • 64ビット Windows
        • システムインクルードパス(I) : C:\Program Files\FastReports\FastReport 5\LibD18x64
        • ライブラリパス(B) : C:\Program Files\FastReports\FastReport 5\LibD18x64
        • ブラウザ検索パス(W) : C:\Program Files\FastReports\FastReport 5\LibD18x64
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0