I feel like such an idiot here. Please forgive me if I am posting in the wrong area.
I am using Borland C++ Builder 2007 (which actually has restored my faith in Borland/Codegear). Anyway, I am also using Finalbuilder 6.1.0.891. I had been using older versions of Finalbuilder (v2, v3) with C++ Builder 6 and everything worked fine. However, when using FBv6 and C++ Builder 2007, Finalbuilder starts the compiler but doesn't seem to want to use the include paths in the .cbproj file. I get the following error:
C:\Program Files\CodeGear\RAD Studio\5.0\bin\bcc32.exe -I;"C:\Program Files\CodeGear\RAD Studio\5.0\include\Indy10";"C:\Program Files\CodeGear\RAD Studio\5.0\RaveReports\Lib";"C:\Program Files\Raize\CS4\Lib\BDS2007";"C:\Program Files\Steema Software\TeeChart 7.12 for Delphi 2007\Delphi11\Include";"C:\Program Files\Raize\RC4\Lib\BDS2006";C:\Abakus\BDS2007;"C:\Program Files\Developer Express.VCL\Library\CBuilder11" -c -tWM -tW -H=TapMsec.pch -oTapMsec.obj TapMsec.cpp
c:\WINNT\Microsoft.NET\Framework\v2.0.50727\Borland.Cpp.Targets(883,3): error : Error E2209 pch.h 172: Unable to open include file 'StBase.hpp'
c:\WINNT\Microsoft.NET\Framework\v2.0.50727\Borland.Cpp.Targets(883,3): error : Error E2209 pch.h 173: Unable to open include file 'StShlCtl.hpp'
c:\WINNT\Microsoft.NET\Framework\v2.0.50727\Borland.Cpp.Targets(883,3): error : Error E2209 pch.h 174: Unable to open include file 'SsBase.hpp'
c:\WINNT\Microsoft.NET\Framework\v2.0.50727\Borland.Cpp.Targets(883,3): error : Error E2209 pch.h 175: Unable to open include file 'OvcLabel.hpp'
c:\WINNT\Microsoft.NET\Framework\v2.0.50727\Borland.Cpp.Targets(883,3): error : Error E2209 pch.h 176: Unable to open include file 'o32flxbn.hpp'
c:\WINNT\Microsoft.NET\Framework\v2.0.50727\Borland.Cpp.Targets(883,3): error : Error E2209 pch.h 177: Unable to open include file 'StBrowsr.hpp'
c:\WINNT\Microsoft.NET\Framework\v2.0.50727\Borland.Cpp.Targets(883,3): error : Error E2209 pch.h 178: Unable to open include file 'StUtils.hpp'
c:\WINNT\Microsoft.NET\Framework\v2.0.50727\Borland.Cpp.Targets(883,3): error : Error E2209 pch.h 179: Unable to open include file 'StSystem.hpp'
c:\WINNT\Microsoft.NET\Framework\v2.0.50727\Borland.Cpp.Targets(883,3): error : Error E2209 pch.h 180: Unable to open include file 'StVInfo.hpp'
c:\WINNT\Microsoft.NET\Framework\v2.0.50727\Borland.Cpp.Targets(883,3): error : Error E2209 pch.h 181: Unable to open include file 'ovcbase.hpp'
c:\WINNT\Microsoft.NET\Framework\v2.0.50727\Borland.Cpp.Targets(883,3): error : Error E2209 pch.h 182: Unable to open include file 'ovcdrpvw.hpp'
c:\WINNT\Microsoft.NET\Framework\v2.0.50727\Borland.Cpp.Targets(883,3): error : Error E2209 pch.h 183: Unable to open include file 'ovcrptvw.hpp'
c:\WINNT\Microsoft.NET\Framework\v2.0.50727\Borland.Cpp.Targets(883,3): error : Error E2209 pch.h 184: Unable to open include file 'ovcrvidx.hpp'
c:\WINNT\Microsoft.NET\Framework\v2.0.50727\Borland.Cpp.Targets(883,3): error : Error E2209 pch.h 185: Unable to open include file 'ovcspeed.hpp'
c:\WINNT\Microsoft.NET\Framework\v2.0.50727\Borland.Cpp.Targets(883,3): error : Error E2209 pch.h 186: Unable to open include file 'ststrl.hpp'
The files in question are located in directories in the .cbproj file shown below:
C:\Program Files\EurekaLog 6\Cbuilder11;C:\Program Files\TurboPower\Bds\ShellShock;C:\Program Files\TurboPower\Bds\Systools\source;C:\Program Files\TurboPower\Bds\Orpheus\source
Does anyone have any suggestions?
Thanks, Michael