rtklib.com からプログラムをダウンロードし、C++ ビルダー 2010 でプログラムを実行しました。rtknavi.cbproj というファイルを開いて実行しましたが、CB 2010 でエラーがあることがわかりました。ヘッダーファイルに問題がある可能性があります。CBのエラーメッセージは次のように述べています:
[BCC32 Error] maskoptdlg.h(5): E2209 Unable to open include file 'System.Classes.hpp'
[BCC32 Error] maskoptdlg.h(6): E2209 Unable to open include file 'Vcl.Controls.hpp'
[BCC32 Error] maskoptdlg.h(7): E2209 Unable to open include file 'Vcl.StdCtrls.hpp'
[BCC32 Error] maskoptdlg.h(8): E2209 Unable to open include file
'Vcl.Forms.hpp'
[BCC32 Error] maskoptdlg.h(9): E2209 Unable to open include file 'Vcl.ExtCtrls.hpp'
パスを追加または変更する必要があると言われていますが、どのようにすればよいでしょうか。プログラムを実行して結果を確認したいだけです。どうもありがとう。