Ich kenne mich zwar mit C++ Builder nicht so gut aus, aber interessant sind vielleicht diese Bereiche:
Debug:
XML-Code:
<ILINK_LibraryPath>$(BDSLIB)\$(PLATFORM)\debug;$(I LINK_LibraryPath)</ILINK_LibraryPath>
...
<IncludePath>C:\Program Files (x86)\QuickReport\QR6-
RAD-10-3-Rio\
win32\debug;$(IncludePath)</IncludePath>
Release:
XML-Code:
<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
<IncludePath>$(QRPTRL32);$(IncludePath)</IncludePath>
...
<ILINK_LibraryPath>$(QRPTRL32);$(TMSDIR);$(ILINK_LibraryPath)</ILINK_LibraryPath>