Board index » cppbuilder » Quick Reports 4

Quick Reports 4


2007-10-11 06:11:00 PM
cppbuilder14
I was forced to reload my computer. I no longer have a copy of the older
version of Quick Reports. I obtained a new version 4.07 and installed it.
I had noticed that it will no longer let you install the run time package.
It will however let you install the design. I am now receiving Linker
Errors in my program for one particular report. I have around 50 others
that it is not balking on. Has anyone ever run into this before?
Regards,
Wayne
 
 

Re:Quick Reports 4

Quote
I had noticed that it will no longer let you install the run time package.
A runtime package is not supposed to be installed. That is why the
design-time package exists. If the runtime package was installable before
then that means the package was improperly configured as a design-time
package -- which isn't necessarily a problem unless it used design-time only
features and you needed to redistribute the BPL.
Quote
Errors in my program for one particular report ... Has anyone ever run
into
this before?
What errors? Did you create the report in the IDE or are you loading from
disk? What version of QR were you running before? The problem might be the
result of a change in published properties between versions. Without
knowing your errors it's tough to diagnose.
Clayton
 

Re:Quick Reports 4

Clayton,
I appreciate the feed back. I tried the remove the Run package. However,
it appears that it is required by the design package. I left it alone.
Now, the Design is checked and the Run is unchecked in the packages. I went
to a new project and simply added a QuickRep to the form. I compiled this
and received the following error:
[Linker Error] Error: Unresolved external 'Quickrpt::TQuickRep::' referenced
from C:\DOCUMENTS AND SETTINGS\WAYNE SMITH\MY DOCUMENTS\BORLAND STUDIO
PROJECTS\DEBUG_BUILD\UNIT1.OBJ
I assume there is a problem in the configuration, but not sure where to look
as the path has been added to both the Compiler and Linker. Does this help
a little more in the diagnosis?
Thanks again,
Wayne
"Clayton Arends" < XXXX@XXXXX.COM >wrote in message
Quote
>I had noticed that it will no longer let you install the run time
>package.

A runtime package is not supposed to be installed. That is why the
design-time package exists. If the runtime package was installable before
then that means the package was improperly configured as a design-time
package -- which isn't necessarily a problem unless it used design-time
only features and you needed to redistribute the BPL.

>Errors in my program for one particular report ... Has anyone ever run
>into
>this before?

What errors? Did you create the report in the IDE or are you loading from
disk? What version of QR were you running before? The problem might be
the result of a change in published properties between versions. Without
knowing your errors it's tough to diagnose.

Clayton

 

{smallsort}

Re:Quick Reports 4

Quote
I appreciate the feed back. I tried the remove the Run package. However,
it appears that it is required by the design package. I left it alone.
Usually a good bet. This has happened to me in the past (usually when I'm
splitting a third party package into runtime and design-time packages).
What you can try to do is remove the design-time package (if there) then
remove the runtime package (if there). Then, build the packages again (make
sure the correct runtime/design-time settings are configured), close all,
and then install the design-time package using "Component | Install
Packages".
Quote
[Linker Error] Error: Unresolved external 'Quickrpt::TQuickRep::'
referenced from C:\DOCUMENTS AND SETTINGS\WAYNE SMITH\MY DOCUMENTS\BORLAND
STUDIO PROJECTS\DEBUG_BUILD\UNIT1.OBJ
If your project is being built to use runtime packages then is the runtime
package added to your project's "packages" list? If the project is being
built stand-alone then you may need to hand edit the project file and add
the runtime .lib file to the list of linked in .lib files. I forget what
that XML section looks like for BDS. Just look for other .lib files and you
should be able to find it (there will be two sections).
- Clayton
 

Re:Quick Reports 4

Clayton,
I have removed the Run package, the design package was reinstalled. I am
able to compile a new program and it will work. When I add the QuickRep
component to the form and compile, it asks for the Run package location. I
specify where it is and get a linker failure.
Could there be a problem with Quick Reports package and not CBuilder?
Regards,
Wayne
"Clayton Arends" < XXXX@XXXXX.COM >wrote in message
Quote
>I appreciate the feed back. I tried the remove the Run package.
>However, it appears that it is required by the design package. I left it
>alone.

Usually a good bet. This has happened to me in the past (usually when I'm
splitting a third party package into runtime and design-time packages).
What you can try to do is remove the design-time package (if there) then
remove the runtime package (if there). Then, build the packages again
(make sure the correct runtime/design-time settings are configured), close
all, and then install the design-time package using "Component | Install
Packages".

>[Linker Error] Error: Unresolved external 'Quickrpt::TQuickRep::'
>referenced from C:\DOCUMENTS AND SETTINGS\WAYNE SMITH\MY
>DOCUMENTS\BORLAND STUDIO PROJECTS\DEBUG_BUILD\UNIT1.OBJ

If your project is being built to use runtime packages then is the runtime
package added to your project's "packages" list? If the project is being
built stand-alone then you may need to hand edit the project file and add
the runtime .lib file to the list of linked in .lib files. I forget what
that XML section looks like for BDS. Just look for other .lib files and
you should be able to find it (there will be two sections).

- Clayton
 

Re:Quick Reports 4

Please open the project file in notepad, select all, copy and paste in a new
message in this thread. I'll see what I can from this file.
Clayton
 

Re:Quick Reports 4

Clayton,
Here it is and thanks again!!!!!
REgards,
Wayne
<?xml version="1.0" encoding="utf-8"?>
<BorlandProject>
<PersonalityInfo>
<Option>
<Option Name="Personality">CPlusPlusBuilder.Personality</Option>
<Option Name="ProjectType">CppVCLApplication</Option>
<Option Name="Version">1.0</Option>
<Option Name="GUID">{9B984208-BFAE-4F7D-9415-113DFEB74515}</Option>
</Option>
</PersonalityInfo>
<CPlusPlusBuilder.Personality>
<BCBPROJECT>
<project version="10.0">
<property category="build.config" name="active" value="0"/>
<property category="build.config" name="count" value="1"/>
<property category="build.config" name="excludedefaultforzero"
value="0"/>
<property category="build.config.0" name="builddir" value="Debug"/>
<property category="build.config.0" name="key" value="Debug_Build"/>
<property category="build.config.0" name="name" value="Debug
Build"/>
<property category="build.config.0" name="settings.win32b"
value="default"/>
<property category="build.config.0" name="type" value="Toolset"/>
<property category="build.config.0" name="win32.win32b.builddir"
value="Debug_Build"/>
<property category="build.config.1" name="key"
value="Release_Build"/>
<property category="build.config.1" name="name" value="Release
Build"/>
<property category="build.config.1" name="settings.win32b"
value="default"/>
<property category="build.config.1" name="type" value="Toolset"/>
<property category="build.config.1" name="win32.win32b.builddir"
value="release_build"/>
<property category="build.node" name="dontverifylibs" value="0"/>
<property category="build.node" name="libraries"
value="QR4RunC2006.lib mySQLDACB6.lib vclx.lib bdertl.lib bcboffice2k.lib
vcldb.lib adortl.lib dbrtl.lib rtl.lib vcl.lib"/>
<property category="build.node" name="name" value="ExtWar.exe"/>
<property category="build.node" name="packages"
value="vcl;rtl;dbrtl;adortl;vcldb;vclx;dsnap;bdertl;vcldbx;dsnap;dsnapcon;teeui;teedb;tee;dsnapcon;bcbsmp;vclie;xmlrtl;inet;inetdbbde;inetdbxpress;inetdb;webdsnap;websnap;soaprtl;dbexpress;dbxcds;bcboffice2k;bcbie;dss;ibxpress;indycore;indysystem"/>
<property category="build.node" name="sparelibs" value="vcl.lib
rtl.lib dbrtl.lib adortl.lib vcldb.lib bcboffice2k.lib bdertl.lib vclx.lib
mySQLDACB6.lib QR4RunC2006.lib"/>
<property category="build.node" name="use_packages" value="0"/>
<property category="build.platform" name="active" value="win32"/>
<property category="build.platform" name="win32.Debug_Build.toolset"
value="win32b"/>
<property category="build.platform"
name="win32.Release_Build.toolset" value="win32b"/>
<property category="build.platform" name="win32.default"
value="win32b"/>
<property category="build.platform" name="win32.enabled" value="1"/>
<property category="build.platform" name="win32.win32b.enabled"
value="1"/>
<property category="win32.*.win32b.dcc32"
name="param.filenames.merge" value="1"/>
<property category="win32.*.win32b.tasm32"
name="param.listfile.merge" value="1"/>
<property category="win32.*.win32b.tasm32"
name="param.objfile.merge" value="1"/>
<property category="win32.*.win32b.tasm32"
name="param.xreffile.merge" value="1"/>
<property category="win32.Debug_Build.win32b.bcc32"
name="option.D.arg.1" value="_DEBUG"/>
<property category="win32.Debug_Build.win32b.bcc32"
name="option.D.arg.merge" value="1"/>
<property category="win32.Debug_Build.win32b.bcc32"
name="option.D.enabled" value="1"/>
<property category="win32.Debug_Build.win32b.dcc32"
name="option.$D.enabled" value="1"/>
<property category="win32.Debug_Build.win32b.dcc32"
name="option.$O.enabled" value="0"/>
<property category="win32.Debug_Build.win32b.dcc32"
name="option.D.arg.1" value="DEBUG"/>
<property category="win32.Debug_Build.win32b.dcc32"
name="option.D.arg.merge" value="1"/>
<property category="win32.Debug_Build.win32b.dcc32"
name="option.D.enabled" value="1"/>
<property category="win32.Debug_Build.win32b.dcc32"
name="option.V.enabled" value="1"/>
<property category="win32.Debug_Build.win32b.ilink32"
name="option.D.arg.merge" value="1"/>
<property category="win32.Debug_Build.win32b.ilink32"
name="option.D.enabled" value="1"/>
<property category="win32.Debug_Build.win32b.ilink32"
name="option.L.arg.1" value="$(BDS)\lib\debug"/>
<property category="win32.Debug_Build.win32b.ilink32"
name="option.L.arg.merge" value="1"/>
<property category="win32.Debug_Build.win32b.ilink32"
name="option.L.enabled" value="1"/>
<property category="win32.Debug_Build.win32b.tasm32"
name="option.z.enabled" value="1"/>
<property category="win32.Debug_Build.win32b.tasm32"
name="option.zd.enabled" value="0"/>
<property category="win32.Debug_Build.win32b.tasm32"
name="option.zi.enabled" value="1"/>
<property category="win32.Release_Build.win32b.bcc32"
name="option.D.arg.1" value="NDEBUG"/>
<property category="win32.Release_Build.win32b.bcc32"
name="option.D.arg.merge" value="1"/>
<property category="win32.Release_Build.win32b.bcc32"
name="option.D.enabled" value="1"/>
<property category="win32.Release_Build.win32b.bcc32"
name="option.O2.enabled" value="1"/>
<property category="win32.Release_Build.win32b.bcc32"
name="option.k.enabled" value="0"/>
<property category="win32.Release_Build.win32b.bcc32"
name="option.r.enabled" value="1"/>
<property category="win32.Release_Build.win32b.bcc32"
name="option.vi.enabled" value="1"/>
<property category="win32.Release_Build.win32b.dcc32"
name="option.$D.enabled" value="0"/>
<property category="win32.Release_Build.win32b.dcc32"
name="option.$O.enabled" value="1"/>
<property category="win32.Release_Build.win32b.dcc32"
name="option.V.enabled" value="0"/>
<property category="win32.Release_Build.win32b.ilink32"
name="option.L.arg.1" value="$(BDS)\lib\release"/>
<property category="win32.Release_Build.win32b.ilink32"
name="option.L.arg.merge" value="1"/>
<property category="win32.Release_Build.win32b.ilink32"
name="option.L.enabled" value="1"/>
<property category="win32.Release_Build.win32b.tasm32"
name="option.z.enabled" value="0"/>
<property category="win32.Release_Build.win32b.tasm32"
name="option.zd.enabled" value="0"/>
<property category="win32.Release_Build.win32b.tasm32"
name="option.zi.enabled" value="0"/>
<property category="win32.Release_Build.win32b.tasm32"
name="option.zn.enabled" value="1"/>
<optionset name="all_configurations">
<property category="node" name="displayname" value="All
Configurations"/>
<property category="win32.*.win32b.bcc32"
name="container.SelectedOptimizations.containerenabled" value="0"/>
<property category="win32.*.win32b.bcc32"
name="container.SelectedWarnings.containerenabled" value="1"/>
<property category="win32.*.win32b.bcc32" name="option.3.enabled"
value="0"/>
<property category="win32.*.win32b.bcc32" name="option.4.enabled"
value="0"/>
<property category="win32.*.win32b.bcc32" name="option.5.enabled"
value="0"/>
<property category="win32.*.win32b.bcc32" name="option.6.enabled"
value="1"/>
<property category="win32.*.win32b.bcc32" name="option.A.enabled"
value="0"/>
<property category="win32.*.win32b.bcc32" name="option.AK.enabled"
value="0"/>
<property category="win32.*.win32b.bcc32" name="option.AU.enabled"
value="0"/>
<property category="win32.*.win32b.bcc32" name="option.H=.arg.1"
value="$(BDS)\lib\vcl100.csm"/>
<property category="win32.*.win32b.bcc32"
name="option.H=.arg.merge" value="0"/>
<property category="win32.*.win32b.bcc32" name="option.H=.enabled"
value="1"/>
<property category="win32.*.win32b.bcc32" name="option.Hc.enabled"
value="1"/>
<property category="win32.*.win32b.bcc32" name="option.I.arg.1"
value="C:\Program Files\MySQLDAC Trial\BCB6"/>
<property category="win32.*.win32b.bcc32" name="option.I.arg.2"
value="C:\Program Files\Borland\CBuilder6\Projects"/>
<property category="win32.*.win32b.bcc32" name="option.I.arg.3"
value="E:\EPG\Programming\Launcher\ExtServ"/>
<property category="win32.*.win32b.bcc32" name="option.I.arg.4"
value="$(BDS)\include"/>
<property category="win32.*.win32b.bcc32" name="option.I.arg.5"
value="$(BDS)\include\vcl"/>
<property category="win32.*.win32b.bcc32" name="option.I.arg.6"
value="C:\Program Files\CoreLab\DbxMda"/>
<property category="win32.*.win32b.bcc32" name="option.I.arg.7"
value="$(BDS)\include\dinkumware"/>
<property category="win32.*.win32b.bcc32"
name="option.I.arg.merge" value="1"/>
<property category="win32.*.win32b.bcc32" name="option.I.enabled"
value="1"/>
<property category="win32.*.win32b.bcc32"
name="option.Jgi.enabled" value="0"/>
<property category="win32.*.win32b.bcc32"
name="option.Jgx.enabled" value="0"/>
<property category="win32.*.win32b.bcc32" name="option.O1.enabled"
value="0"/>
<property category="win32.*.win32b.bcc32" name="option.O2.enabled"
value="0"/>
<property category="win32.*.win32b.bcc32" name="option.Od.enabled"
value="1"/>
<property category="win32.*.win32b.bcc32" name="option.V0.enabled"
value="0"/>
<property category="win32.*.win32b.bcc32" name="option.V1.enabled"
value="0"/>
<property category="win32.*.win32b.bcc32" name="option.Ve.enabled"
value="1"/>
<property category="win32.*.win32b.bcc32"
name="option.Vmd.enabled" value="0"/>
<property category="win32.*.win32b.bcc32"
name="option.Vmm.enabled" value="0"/>
<property category="win32.*.win32b.bcc32"
name="option.Vms.enabled" value="0"/>
<property category="win32.*.win32b.bcc32" name="option.Vx.enabled"
value="1"/>
<property category="win32.*.win32b.bcc32" name="option.X.enabled"
value="0"/>
<property category="win32.*.win32b.bcc32"
name="option.align-1.enabled" value="0"/>
<property category="win32.*.win32b.bcc32"
name="option.align-2.enabled" value="0"/>
<property category="win32.*.win32b.bcc32"
name="option.align-3.enabled" value="0"/>
<property category="win32.*.win32b.bcc32"
name="option.align-5.enabled" value="0"/>
<property category="win32.*.win32b.bcc32" name="option.b.enabled"
value="0"/>
<property category="win32.*.win32b.bcc32"
name="option.disablewarns.enabled" value="0"/>
<property category="win32.*.win32b.bcc32" name="option.k.enabled"
value="1"/>
<property category="win32.*.win32b.bcc32"
name="option.noregistervars.enabled" value="1"/>
<property category="win32.*.win32b.bcc32" name="option.p.enabled"
value="0"/>
<property category="win32.*.win32b.bcc32" name="option.pm.enabled"
value="0"/>
<property category="win32.*.win32b.bcc32" name="option.pr.enabled"
value="0"/>
<property category="win32.*.win32b.bcc32" name="option.ps.enabled"
value="0"/>
<property category="win32.*.win32b.bcc32" name="option.r.enabled"
value="0"/>
<property category="win32.*.win32b.bcc32" name="option.rd.enabled"
value="0"/>
<property category="win32.*.win32b.bcc32"
name="option.sysdefines.arg.1" value="NO_STRICT"/>
<property category="win32.*.win32b.bcc32"
name="option.sysdefines.arg.merge" value="1"/>
<property category="win32.*.win32b.bcc32"
name="option.sysdefines.enabled" value="1"/>
<property category="win32.*.win32b.bcc32" name="option.tW.enabled"
value="1"/>
<property category="win32.*.win32b.bcc32"
name="option.tWM.enabled" value="1"/>
<property category="win32.*.win32b.bcc32" name="option.v.enabled"
value="1"/>
<property category="win32.*.win32b.bcc32" name="option.vi.enabled"
value="0"/>
<property category="win32.*.win32b.bcc32" name="option.w.enabled"
value="0"/>
<property category="win32.*.win32b.bcc32"
name="option.waus.enabled" value="0"/>
<property category="win32.*.win32b.bcc32"
name="option.wifr.enabled" value="0"/>
<property category="win32.*.win32b.bcc32"
name="option.winl.enabled" value="0"/>
<property category="win32.*.win32b.bcc32" name="option.y.enabled"
value="1"/>
<property category="win32.*.win32b.brcc32"
name="option.16.enabled" value="0"/>
<property category="win32.*.win32b.brcc32"
name="option.31.enabled" value="0"/>
<property category="win32.*.win32b.brcc32" name="option.D.arg.1"
value="_DEBUG"/>
<property category="win32.*.win32b.brcc32"
name="option.D.arg.merge" value="1"/>
<property category="win32.*.win32b.brcc32" name="option.D.enabled"
value="0"/>
<property category="win32.*.win32b.brcc32"
name="option.INCLUDEPATH.arg.1" value="C:\Program Files\MySQLDAC
Trial\BCB6"/>
<property category="win32.*.win32b.brcc32"
name="option.INCLUDEPATH.arg.2" value="C:\Program
Files\Borland\CBuilder6\Projects"/>
<property category="win32.*.win32b.brcc32"
name="option.INCLUDEPATH.arg.3"
value="E:\EPG\Programming\Launcher\ExtServ"/>
<property category="win32.*.win32b.brcc32"
name="option.INCLUDEPATH.arg.4" value="$(BDS)\include"/>
<property category="win32.*.win32b.brcc32"
name="option.INCLUDEPATH.arg.5" value="$(BDS)\include\vcl"/>
<property category="win32.*.win32b.brcc32"
name="option.INCLUDEPATH.arg.6" value="C:\Program Files\CoreLab\DbxMda"/>
<property category="win32.*.win32b.brcc32"
name="option.INCLUDEPATH.arg.7" value="$(BDS)\include\dinkumware"/>
<property category="win32.*.win32b.brcc32"
name="option.INCLUDEPATH.arg.merge" value="1"/>
<property category="win32.*.win32b.brcc32"
name="option.INCLUDEPATH.enabled" value="1"/>
<property category="win32.*.win32b.dcc32" name="option.$.arg.1"
value="Y+"/>
<property category="win32.*.win32b.dcc32" name="option.$.arg.2"
value="W"/>
<property category="win32.*.win32b.dcc32"
name="option.$.arg.merge" value="1"/>
<property category="win32.*.win32b.dcc32" name="option.$.enabled"
value="1"/>
<property category="win32.*.win32b.dcc32"
name="option.$A1.enabled" value="0"/>
<property category="win32.*.win32b.dcc32"
name="option.$A2.enabled" value="0"/>
<property category="win32.*.win32b.dcc32"
name="option.$A4.enabled" value="0"/>
<property category="win32.*.win32b.dcc32" name="option.$O.enabled"
value="0"/>
<property category="win32.*.win32b.dcc32"
name="option.$Z2.enabled" value="0"/>
<property category="win32.*.win32b.dcc32"
name="option.$Z4.enabled" value="0"/>
<property category="win32.*.win32b.dcc32" name="option.GD.enabled"
value="0"/>
<property category="win32.*.win32b.dcc32" name="option.GP.enabled"
value="0"/>
<property category="win32.*.win32b.dcc32" name="option.GS.enabled"
value="0"/>
<property category="win32.*.win32b.dcc32" name="option.J.enabled"
value="0"/>
<property category="win32.*.win32b.dcc32" name="option.JP.enabled"
value="0"/>
<property category="win32.*.win32b.dcc32"
name="option.JPH.enabled" value="0"/>
<property category="win32.*.win32b.dcc32"
name="option.JPHN.enabled" value="0"/>
<property category="win32.*.win32b.dcc32" name="option.U.arg.1"
value=".\"/>
<property category="win32.*.win32b.dcc32" name="option.U.arg.2"
value="$(BDS)\lib"/>
<property category="win32.*.win32b.dcc32" name="option.U.arg.3"
value="$(BDS)\lib\obj"/>
<property category="win32.*.win32b.dcc32"
name="option.U.arg.merge" value="1"/>
<property category="win32.*.win32b.dcc32" name="option.U.enabled"
value="1"/>
<property category="win32.*.win32b.dcc32"
name="param.filenames.merge" value="1"/>
<property category="win32.*.win32b.idl2cpp" name="option.D.arg.1"
value="_DEBUG"/>
<property category="win32.*.win32b.idl2cpp"
name="option.D.arg.merge" value="1"/>
<property category="win32.*.win32b.idl2cpp"
name="option.D.enabled" value="1"/>
<property category="win32.*.win32b.idl2cpp" name="option.I.arg.1"
value="C:Program"/>
<property category="win32.*.win32b.idl2cpp" name="option.I.arg.10"
value="FilesCoreLabDbxMda"/>
<property category="win32.*.win32b.idl2cpp" name="option.I.arg.2"
value="FilesMySQLDAC"/>
<property category="win32.*.win32b.idl2cpp" name="option.I.arg.3"
value="TrialBCB6"/>
<property category="win32.*.win32b.idl2cpp" name="option.I.arg.4"
value="C:Program"/>
<property category="win32.*.win32b.idl2cpp" name="option.I.arg.5"
value="FilesBorlandCBuilder6Projects"/>
<property category="win32.*.win32b.idl2cpp" name="option.I.arg.6"
value="E:\EPG\Programming\Launcher\ExtServ"/>
<property category="win32.*.win32b.idl2cpp" name="option.I.arg.7"
value="$(BDS)\include"/>
<property category="win32.*.win32b.idl2cpp" name="option.I.arg.8"
value="$(BDS)\include\vcl"/>
<property category="win32.*.win32b.idl2cpp" name="option.I.arg.9"
value="C:Program"/>
<property category="win32.*.win32b.idl2cpp"
name="option.I.arg.merge" value="1"/>
<property category="win32.*.win32b.idl2cpp"
name="option.I.enabled" value="1"/>
<property category="win32.*.win32b.idl2cpp"
name="option.boa.enabled" value="1"/>
<property category="win32.*.win32b.idl2cpp"
name="option.srcsuffix.arg" value="cpp"/>
<property category="win32.*.win32b.idl2cpp"
name="option.srcsuffix.arg.merge" value="1"/>
<property category="win32.*.win32b.idl2cpp"
name="option.srcsuffix.enabled" value="1"/>
<property category="win32.*.win32b.ilink32"
name="container.SelectedWarnings.containerenabled" value="1"/>
<property category="win32.*.win32b.ilink32"
name="option.-w-.enabled" value="0"/>
<property category="win32.*.win32b.ilink32" name="option.D.arg"
value=""""/>
<property category="win32.*.win32b.ilink32"
name="option.D.arg.merge" value="1"/>
<property category="win32.*.win32b.ilink32"
name="option.D.enabled" value="1"/>
<property category="win32.*.win32b.ilink32"
name="option.Gpd.enabled" value="0"/>
<property category="win32.*.win32b.ilink32"
name="option.Gpr.enabled" value="0"/>
<property category="win32.*.win32b.ilink32" name="option.L.arg.1"
value="$(BDS)\Quickrpt"/>
<property category="win32.*.win32b.ilink32" name="option.L.arg.2"
value="C:\Program Files\MySQLDAC Trial\BCB6"/>
<property category="win32.*.win32b.ilink32" name="option.L.arg.3"
value="C:\Program Files\Borland\CBuilder6\Projects"/>
<property category="win32.*.win32b.ilink32" name="option.L.arg.4"
value="E:\EPG\Programming\Launcher\ExtServ"/>
<property category="win32.*.win32b.ilink32" name="option.L.arg.5"
value="$(BDS)\lib\obj"/>
<property category="win32.*.win32b.ilink32" name="option.L.arg.6"
value="$(BDS)\lib"/>
<property category="win32.*.win32b.ilink32" name="option.L.arg.7"
value="C:\Program Files\CoreLab\DbxMda"/>
<property category="win32.*.win32b.ilink32"
name="option.L.arg.merge" value="1"/>
<property category="win32.*.win32b.ilink32"
name="option.L.enabled" value="1"/>
<property category="win32.*.win32b.ilink32"
name="option.Tpe.enabled" value="1"/>
<property category="win32.*.win32b.ilink32"
name="option.aa.enabled" value="1"/>
<property category="win32.*.win32b.ilink32"
name="option.dynamicrtl.enabled" value="0"/>
<property category="win32.*.win32b.ilink32" name="option.j.arg.1"
value="$(BDS)\Quickrpt"/>
<property category="win32.*.win32b.ilink32"
name="option.j.arg.merge" value="1"/>
<property category="win32.*.win32b.ilink32"
name="option.j.enabled" value="0"/>
<property category="win32.*.win32b.ilink32"
name="option.m.enabled" value="0"/>
<property category="win32.*.win32b.ilink32"
name="option.map_segments.enabled" value="0"/>
<property category="win32.*.win32b.ilink32"
name="option.outputdir.arg.1" value="."/>
<property category="win32.*.win32b.ilink32"
name="option.outputdir.arg.merge" value="1"/>
<property category="win32.*.win32b.ilink32"
name="option.outputdir.enabled" value="1"/>
<property category="win32.*.win32b.ilink32"
name="option.s.enabled" value="0"/>
<property category="win32.*.win32b.ilink32"
name="option.v.enabled" value="1"/>
<property category="win32.*.win32b.ilink32"
name="option.w.enabled" value="0"/>
<property category="win32.*.win32b.ilink32"
name="param.libfiles.1" value="$(LIBRARIES)"/>
<property category="win32.*.win32b.ilink32"
name="param.libfiles.2" value="import32.lib"/>
<property category="win32.*.win32b.ilink32"
name="param.libfiles.3" value="cp32mt.lib"/>
<property category="win32.*.win32b.ilink32"
name="param.libfiles.merge" value="1"/>
<property category="win32.*.win32b.ilink32"
name="param.objfiles.1" value="c0w32.obj"/>
<property category="win32.*.win32b.ilink32"
name="param.objfiles.2" value="sysinit.obj"/>
<property category="win32.*.win32b.ilink32"
name="param.objfiles.merge" value="1"/>
<property category="win32.*.win32b.tasm32"
name="container.SelectedWarnings.containerenabled" value="0"/>
<property category="win32.*.win32b.tasm32" name="option.a.enabled"
value="0"/>
<property category="win32.*.win32b.tasm32" name="option.d.arg.1"
value="_DEBUG"/>
<property category="win32.*.win32b.tasm32"
name="option.d.arg.merge" value="1"/>
<property category="win32.*.win32b.tasm32" name="option.d.enabled"
value="1"/>
<property category="win32.*.win32b.tasm32" name="option.i.arg.1"
value="C:\Program Files\MySQLDAC Trial\BCB6"/>
<property category="win32.*.win32b.tasm32" name="option.i.arg.2"
value="C:\Program Files\Borland\CBuilder6\Projects"/>
<property category="win32.*.win32b.tasm32" name="option.i.arg.3"
value="E:\EPG\Programming\Launcher\ExtServ"/>
<property category="win32.*.win32b.tasm32" name="option.i.arg.4"
value="$(BDS)\include"/>
<property category="win32.*.win32b.tasm32" name="option.i.arg.5"
value="$(BDS)\include\vcl"/>
<property category="win32.*.win32b.tasm32" name="option.i.arg.6"
value="C:\Program Files\CoreLab\DbxMda"/>
<property category="win32.*.win32b.tasm32" name="option.i.arg.7"
value="$(BDS)\include\dinkumware"/>
<property category="win32.*.win32b.tasm32"
name="option.i.arg.merge" value="1"/>
<property category="win32.*.win32b.tasm32" name="option.i.enabled"
value="1"/>
<property category="win32.*.win32b.tasm32"
name="option.ml.enabled" value="0"/>
<property category="win32.*.win32b.tasm32"
name="option.mu.enabled" value="0"/>
<property category="win32.*.win32b.tasm32" name="option.o.enabled"
value="0"/>
<property category="win32.*.win32b.tasm32"
name="option.oi.enabled" value="0"/>
<property category="win32.*.win32b.tasm32"
name="option.op.enabled" value="0"/>
<property category="win32.*.win32b.tasm32" name="option.r.enabled"
value="0"/>
<property category="win32.*.win32b.tasm32"
name="option.w0.enabled" value="0"/>
<property category="win32.*.win32b.tasm32"
name="option.w2.enabled" value="0"/>
<property category="win32.*.win32b.tasm32"
name="option.zd.enabled" value="0"/>
<property category="win32.*.win32b.tasm32"
name="option.zi.enabled" value="1"/>
<property category="win32.*.win32b.tasm32"
name="option.zn.enabled" value="0"/>
<property category="win32.*.win32b.tasm32"
name="param.listfile.merge" value="1"/>
<property category="win32.*.win32b.tasm32"
name="param.objfile.merge" value="1"/>
<property category="win32.*.win32b.tasm32"
name="param.xreffile.merge" value="1"/>
</optionset>
</project>
<FILELIST>
<FILE FILENAME="ExtWar.res" CONTAINERID="ResTool" LOCALCOMMAND=""
UNITNAME="ExtWar.res" FORMNAME="" DESIGNCLASS=""/>
<FILE FILENAME="ExtWar.cpp" CONTAINERID="CCompiler" LOCALCOMMAND=""
UNITNAME="ExtWar" FORMNAME="" DESIGNCLASS=""/>
<FILE FILENAME="MainForm.cpp" CONTAINERID="CCompiler"
LOCALCOMMAND="" UNITNAME="MainForm" FORMNAME="frmMain" DESIGNCLASS=""
ADDITIONAL="MainForm.h"/>
<FILE FILENAME="CoverageForm.cpp" CONTAINERID="CCompiler"
LOCALCOMMAND="" UNITNAME="CoverageForm" FORMNAME="frmCoverage"
DESIGNCLASS="" ADDITIONAL="CoverageForm.h"/>
<FILE FILENAME="SearchForm.cpp" CONTAINERID="CCompiler"
LOCALCOMMAND="" UNITNAME="SearchForm" FORMNAME="frmSearch" DESIGNCLASS=""
ADDITIONAL="SearchForm.h"/>
<FILE FILENAME="CustomerSearchForm.cpp" CONTAINERID="CCompiler"
LOCALCOMMAND="" UNITNAME="CustomerSearchForm" FORMNAME="frmSearchCustomer"
DESIGNCLASS="" ADDITIONAL="CustomerSearchForm.h"/>
<FILE FILENAME="SelectCustomer.cpp" CONTAINERID="CCompiler"
LOCALCOMMAND="" UNITNAME="SelectCustomer" FORMNAME="frmSelectCustomer"
DESIGNCLASS="" ADDITIONAL="SelectCustomer.h"/>
<FILE FILENAME="ModCustInsForm.cpp" CONTAINERID="CCompiler"
LOCALCOMMAND="" UNITNAME="ModCustInsForm" FORMNAME="frmModCustIns"
DESIGNCLASS="" ADDITIONAL="ModCustInsForm.h"/>
<FILE FILENAME="SetupManufacturerForm.cpp" CONTAINERID="CCompiler"
LOCALCOMMAND="" UNITNAME="SetupManufacturerForm"
FORMNAME="frmSetupManufacturer" DESIGNCLASS=""
ADDITIONAL="SetupManufacturerForm.h"/>
<FILE FILENAME="ModifyRateForm.cpp" CONTAINERID="CCompiler"
LOCALCOMMAND="" UNITNAME="ModifyRateForm" FORMNAME="frmModifyRate"
DESIGNCLASS="" ADDITIONAL="ModifyRateForm.h"/>
<FILE FILENAME="AdvSearch.cpp" CONTAINERID="CCompiler"
LOCALCOMMAND="" UNITNAME="AdvSearch" FORMNAME="frmAdvSearch" DESIGNCLASS=""
ADDITIONAL="AdvSearch.h"/>
<FILE FILENAME="HistoryForm.cpp" CONTAINERID="CCompiler"
LOCALCOMMAND="" UNITNAME="HistoryForm" FORMNAME="frmHistory" DESIGNCLASS=""
ADDITIONAL="HistoryForm.h"/>
<FILE FILENAME="BordoView.cpp" CONTAINERID="CCompiler"
LOCALCOMMAND="" UNITNAME="BordoView" FORMNAME="frmViewBordo" DESIGNCLASS=""
ADDITIONAL="BordoView.h"/>
<FILE FILENAME="DupSerialForm.cpp" CONTAINERID="CCompiler"
LOCALCOMMAND="" UNITNAME="DupSerialForm" FORMNAME="frmDupSerial"
DESIGNCLASS="" ADDITIONAL="DupSerialForm.h"/>
<FILE FILENAME="WebImportForm.cpp" CONTAINERID="CCompiler"
LOCALCOMMAND="" UNITNAME="WebImportForm" FORMNAME="frmWebImport"
DESIGNCLASS="" ADDITIONAL="WebImportForm.h"/>
<FILE FILENAME="BordoPrtScrn.cpp" CONTAINERID="CCompiler"
LOCALCOMMAND="" UNITNAME="BordoPrtScrn" FORMNAME="frmBordoPrtScrn"
DESIGNCLASS="" ADDITIONAL="BordoPrtScrn.h"/>
<FILE FILENAME="IntInvoiceForm.cpp" CONTAINERID="CCompiler"
LOCALCOMMAND="" UNITNAME="IntInvoiceForm" FORMNAME="frmIntInvoice"
DESIGNCLASS="" ADDITIONAL="IntInvoiceForm.h"/>
<FILE FILENAME="InvoiceForm.cpp" CONTAINERID="CCompiler"
LOCALCOMMAND="" UNITNAME="InvoiceForm" FORMNAME="frmInvoice" DESIGNCLASS=""
ADDITIONAL="InvoiceForm.h"/>
<FILE FILENAME="EvidenceForm.cpp" CONTAINERID="CCompiler"
LOCALCOMMAND="" UNITNAME="EvidenceForm" FORMNAME="frmEvidence"
DESIGNCLASS="" ADDITIONAL="EvidenceForm.h"/>
<FILE FILENAME="ModifyTOA.cpp" CONTAINERID="CCompiler"
LOCALCOMMAND="" UNITNAME="ModifyTOA" FORMNAME="frmModifyTOA" DESIGNCLASS=""
ADDITIONAL="ModifyTOA.h"/>
<FILE FILENAME="ExcelExportForm.cpp" CONTAINERID="CCompiler"
LOCALCOMMAND="" UNITNAME="ExcelExportForm" FORMNAME="frmExportExcel"
DESIGNCLASS="" ADDITIONAL="ExcelExportForm.h"/>
<FILE FILENAME="AboutForm.cpp" CONTAINERID="CCompiler"
LOCALCOMMAND="" UNITNAME="AboutForm" FORMNAME="frmAbout" DESIGNCLASS=""
ADDITIONAL="AboutForm.h"/>
<FILE FILENAME="MoveContractsForm.cpp" CONTAINERID="CCompiler"
LOCALCOMMAND="" UNITNAME="MoveContractsForm" FORMNAME="frmMoveContracts"
DESIGNCLASS="" ADDITIONAL="MoveContractsForm.h"/>
<FILE FILENAME="ExportForm.cpp" CONTAINERID="CCompiler"
LOCALCOMMAND="" UNITNAME="ExportForm" FORMNAME="frmExport" DESIGNCLASS=""
ADDITIONAL="ExportForm.h"/>
<FILE FILENAME="EvidenceCaseForm.cpp" CONTAINERID="CCompiler"
LOCALCOMMAND="" UNITNAME="EvidenceCaseForm" FORMNAME="frmCaseEvidence"
DESIGNCLASS="" ADDITIONAL="EvidenceCaseForm.h"/>
<FILE FILENAME="InvoiceCaseForm.cpp" CONTAINERID="CCompiler"
LOCALCOMMAND="" UNITNAME="InvoiceCaseForm" FORMNAME="frmCaseInvoice"
DESIGNCLASS="" ADDITIONAL="InvoiceCaseForm.h"/>
<FILE FILENAME="EvidenceFormCredit.cpp" CONTAINERID="CCompiler"
LOCALCOMMAND="" UNITNAME="EvidenceFormCredit" FORMNAME="frmEvidenceCredit"
DESIGNCLASS="" ADDITIONAL="EvidenceFormCredit.h"/>
<FILE FILENAME="EvidenceCaseCreditForm.cpp" CONTAINERID="CCompiler"
LOCALCOMMAND="" UNITNAME="EvidenceCaseCreditForm"
FORMNAME="frmEvidenceCaseCredit" DESIGNCLASS=""
ADDITIONAL="EvidenceCaseCreditForm.h"/>
<FILE FILENAME="InvoiceCreditForm.cpp" CONTAINERID="CCompiler"
LOCALCOMMAND="" UNITNAME="InvoiceCreditForm" FORMNAME="frmInvoiceCredit"
DESIGNCLASS="" ADDITIONAL="InvoiceCreditForm.h"/>
<FILE FILENAME="InvoiceCaseCreditForm.cpp" CONTAINERID="CCompiler"
LOCALCOMMAND="" UNITNAME="InvoiceCaseCreditForm"
FORMNAME="frmCaseInvoiceCredit" DESIGNCLASS=""
ADDITIONAL="InvoiceCaseCreditForm.h"/>
<FILE FILENAME="BatchPrintForm.cpp" CONTAINERID="CCompiler"
LOCALCOMMAND="" UNITNAME="BatchPrintForm" FORMNAME="frmBatchPrint"
DESIGNCLASS="" ADDITIONAL="BatchPrintForm.h"/>
<FILE FILENAME="InvoiceTransferForm.cpp" CONTAINERID="CCompiler"
LOCALCOMMAND="" UNITNAME="InvoiceTransferForm" FORMNAME="frmInvoiceTransfer"
DESIGNCLASS="" ADDITIONAL="InvoiceTransferForm.h"/>
<FILE FILENAME="InvoiceCaseTransfer.cpp" CONTAINERID="CCompiler"
LOCALCOMMAND="" UNITNAME="InvoiceCaseTransfer"
FORMNAME="frmInvoiceCaseTransfer" DESIGNCLASS=""
ADDITIONAL="InvoiceCaseTransfer.h"/>
<FILE FILENAME="Endor{*word*224}tsForm.cpp" CONTAINERID="CCompiler"
LOCALCOMMAND="" UNITNAME="Endor{*word*224}tsForm" FORMNAME="frmEndor{*word*224}t"
DESIGNCLASS="" ADDITIONAL="Endor{*word*224}tsForm.h"/>
<FILE FILENAME="GordeauxCancellationsForm.cpp"
CONTAINERID="CCompiler" LOCALCOMMAND="" UNITNAME="GordeauxCancellationsForm"
FORMNAME="frmGordCanc" DESIGNCLASS=""
ADDITIONAL="GordeauxCancellationsForm.h"/>
<FILE FILENAME="DateRangeForm.cpp" CONTAINERID="CCompiler"
LOCALCOMMAND="" UNITNAME="DateRangeForm" FORMNAME="frmDateRange"
DESIGNCLASS="" ADDITIONAL="DateRangeForm.h"/>
<FILE FILENAME="ProgSetupForm.cpp" CONTAINERID="CCompiler"
LOCALCOMMAND="" UNITNAME="ProgSetupForm" FORMNAME="frmProgSetup"
DESIGNCLASS="" ADDITIONAL="ProgSetupForm.h"/>
<FILE FILENAME="SaveForm.cpp" CONTAINERID="CCompiler"
LOCALCOMMAND="" UNITNAME="SaveForm" FORMNAME="frmSaveCert" DESIGNCLASS=""
ADDITIONAL="SaveForm.h"/>
<FILE FILENAME="EvidenceCaseCreditCanadaForm.cpp"
CONTAINERID="CCompiler" LOCALCOMMAND=""
UNITNAME="EvidenceCaseCreditCanadaForm"
FORMNAME="frmEvidenceCaseCreditCanada" DESIGNCLASS=""
ADDITIONAL="EvidenceCaseCreditCanadaForm.h"/>
<FILE FILENAME="EvidenceCaseCanadaForm.cpp" CONTAINERID="CCompiler"
LOCALCOMMAND="" UNITNAME="EvidenceCaseCanadaForm"
FORMNAME="frmEvidenceCaseCanada" DESIGNCLASS=""
ADDITIONAL="EvidenceCaseCanadaForm.h"/>
<FILE FILENAME="CancelCommentsForm.cpp" CONTAINERID="CCompiler"
LOCALCOMMAND="" UNITNAME="CancelCommentsForm" FORMNAME="frmCancelComments"
DESIGNCLASS="" ADDITIONAL="CancelCommentsForm.h"/>
<FILE FILENAME="ViewCoverageForm.cpp" CONTAINERID="CCompiler"
LOCALCOMMAND="" UNITNAME="ViewCoverageForm" FORMNAME="frmViewCoverage"
DESIGNCLASS="" ADDITIONAL="ViewCoverageForm.h"/>
<FILE FILENAME="EchelonCodesForm.cpp" CONTAINERID="CCompiler"
LOCALCOMMAND="" UNITNAME="EchelonCodesForm" FORMNAME="frmEchCodes"
DESIGNCLASS="" ADDITIONAL="EchelonCodesForm.h"/>
<FILE FILENAME="CNHCodesForm.cpp" CONTAINERID="CCompiler"
LOCALCOMMAND="" UNITNAME="CNHCodesForm" FORMNAME="frmCNHCodes"
DESIGNCLASS="" ADDITIONAL="CNHCodesForm.h"/>
<FILE FILENAME="CNHRegReturnsForm.cpp" CONTAINERID="CCompiler"
LOCALCOMMAND="" UNITNAME="CNHRegReturnsForm" FORMNAME="frmCnhRegReturns"
DESIGNCLASS="" ADDITIONAL="CNHRegReturnsForm.h"/>
<FILE FILENAME="CNHRegReturnsReportForm.cpp" CONTAINERID="CCompiler"
LOCALCOMMAND="" UNITNAME="CNHRegReturnsReportForm"
FORMNAME="frmCnhRegReturnsReport" DESIGNCLASS=""
ADDITIONAL="CNHRegReturnsReportForm.h"/>
<FILE FILENAME="CNHFixesForm.cpp" CONTAINERID="CCompiler"
LOCALCOMMAND="" UNITNAME="CNHFixesForm" FORMNAME="frmFixCNHRegDates"
DESIGNCLASS="" ADDITIONAL="CNHFixesForm.h"/>
<FILE FILENAME="CNHLetterForm.cpp" CONTAINERID="CCompiler"
LOCALCOMMAND="" UNITNAME="CNHLetterForm" FORMNAME="frmCNHLetter"
DESIGNCLASS="" ADDITIONAL="CNHLetterForm.h"/>
<FILE FILENAME="MileReimForm.cpp" CONTAINERID="CCompiler"
LOCALCOMMAND="" UNITNAME="MileReimForm" FORMNAME="frmMileReim"
DESIGNCLASS="" ADDITIONAL="MileReimForm.h"/>
</FILELIST>
<IDEOPTIONS>
<VersionInfo>
<VersionInfo Name="IncludeVerInfo">True</VersionInfo>
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
<VersionInfo Name="MajorVer">1</VersionInfo>
<VersionInfo Name="MinorVer">0</VersionInfo>
<VersionInfo Name="Release">0</VersionInfo>
<VersionInfo Name="Build">0</VersionInfo>
<VersionInfo Name="Debug">False</VersionInfo>
<VersionInfo Name="PreRelease">False</VersionInfo>
<VersionInfo Name="Special">False</VersionInfo>
<VersionInfo Name="Private">False</VersionInfo>
<VersionInfo Name="DLL">False</VersionInfo>
<VersionInfo Name="Locale">1033</VersionInfo>
<VersionInfo Name="CodePage">1252</VersionInfo>
</VersionInfo>
<VersionInfoKeys>
<VersionInfoKeys Name="CompanyName"></VersionInfoKeys>
<VersionInfoKeys Name="FileDescription"></VersionInfoKeys>
<VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
<VersionInfoKeys Name="InternalName"></VersionInfoKeys>
<VersionInfoKeys Name="LegalCopyright"></VersionInfoKeys>
<VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys>
<VersionInfoKeys Name="OriginalFilename"></VersionInfoKeys>
<VersionInfoKeys Name="ProductName"></VersionInfoKeys>
<VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
<VersionInfoKeys Name="Comments"></VersionInfoKeys>
</VersionInfoKeys>
<HistoryLists_hlIncludePath>
<HistoryLists_hlIncludePath
Name="Count">3</HistoryLists_hlIncludePath>
<HistoryLists_hlIncludePath Name="Item0">C:\Program Files\MySQLDAC
Trial\BCB6;C:\Program
Files\Borland\CBuilder6\Projects;E:\EPG\Programming\Launcher\ExtServ;$(BCB)\include;$(BCB)\include\vcl;C:\Program
Files\CoreLab\DbxMda</HistoryLists_hlIncludePath>
<HistoryLists_hlIncludePath Name="Item1">C:\Program
Files\Borland\CBuilder6\Projects;E:\EPG\Programming\Launcher\ExtServ;$(BCB)\include;$(BCB)\include\vcl;C:\Program
Files\CoreLab\DbxMda</HistoryLists_hlIncludePath>
<HistoryLists_hlIncludePath Name="Item2">C:\Program
Files\Borland\CBuilder6\Projects;E:\EPG\Programming\Launcher\ExtServ;$(BCB)\include;$(BCB)\include\vcl</HistoryLists_hlIncludePath>
</HistoryLists_hlIncludePath>
<HistoryLists_hlLibraryPath>
<HistoryLists_hlLibraryPath
Name="Count">3</HistoryLists_hlLibraryPath>
<HistoryLists_hlLibraryPath Name="Item0">C:\Program Files\MySQLDAC
Trial\BCB6;C:\Program
Files\Borland\CBuilder6\Projects;E:\EPG\Programming\Launcher\ExtServ;$(BCB)\lib\obj;$(BCB)\lib;C:\Program
Files\CoreLab\DbxMda</HistoryLists_hlLibraryPath>
<HistoryLists_hlLibraryPath Name="Item1">C:\Program
Files\Borland\CBuilder6\Projects;E:\EPG\Programming\Launcher\ExtServ;$(BCB)\lib\obj;$(BCB)\lib;C:\Program
Files\CoreLab\DbxMda</HistoryLists_hlLibraryPath>
<HistoryLists_hlLibraryPath Name="Item2">C:\Program
Files\Borland\CBuilder6\Projects;E:\EPG\Programming\Launcher\ExtServ;$(BCB)\lib\obj;$(BCB)\lib</HistoryLists_hlLibraryPath>
</HistoryLists_hlLibraryPath>
<HistoryLists_hlDebugSourcePath>
<HistoryLists_hlDebugSourcePath
Name="Count">1</HistoryLists_hlDebugSourcePath>
<HistoryLists_hlDebugSourcePath
Name="Item0">$(BCB)\source\vcl</HistoryLists_hlDebugSourcePath>
</HistoryLists_hlDebugSourcePath>
<HistoryLists_hlConditionals>
<HistoryLists_hlConditionals
Name="Count">1</HistoryLists_hlConditionals>
<HistoryLists_hlConditionals
Name="Item0">_DEBUG</HistoryLists_hlConditionals>
</HistoryLists_hlConditionals>
<Debugging>
<Debugging Name="DebugSourceDirs">$(BCB)\source\vcl</Debugging>
</Debugging>
<Parameters>
<Parameters Name="RunParams"></Parameters>
<Parameters Name="Launcher"></Parameters>
<Parameters Name="UseLauncher">False</Parameters>
<Parameters Name="DebugCWD"></Parameters>
<Parameters Name="HostApplication"></Parameters>
<Parameters Name="RemoteHost"></Parameters>
<Parameters Name="RemotePath"></Parameters>
<Parameters Name="RemoteParams"></Parameters>
<Parameters Name="RemoteLauncher"></Parameters>
<Parameters Name="UseRemoteLauncher">False</Parameters>
<Parameters Name="RemoteCWD"></Parameters>
<Parameters Name="RemoteDebug">False</Parameters>
<Parameters Name="Debug Symbols Search Path"></Parameters>
<Parameters Name="LoadAllSymbols">True</Parameters>
<Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
</Parameters>
<Linker>
<Linker Name="LibPrefix"></Linker>
<Linker Name="LibSuffix"></Linker>
<Linker Name="LibVersion"></Linker>
</Linker>
</IDEOPTIONS>
</BCBPROJECT>
<Source>
<Source Name="MainSource">ExtWar.cpp</Source>
</Source>
<buildevents/>
</CPlusPlusBuilder.Personality>
</BorlandProject>
 

Re:Quick Reports 4

From what I can tell you are compiling without runtime packages (IOW
standalone). I see QR4RunC2006.lib referenced in "libraries" and
"sparelibs" (which is good). In what directory is that file located?
One troubling thing I see is there are references to BCB6 directories
scattered throughout the project. The ones in the "history" section are of
no consequence but I see them in the other sections as well. This won't
have any affect on the QuickReport issue since the filenames are different
but you should probably fix these problems just the same.
There also appears to be a lot of invalid settings in the project. You
should probably recreate the project file from scratch since it has so many
issues.
I have to say that this is very difficult for me to troubleshoot without
sitting in front of the computer. There are many different things that can
go wrong and I can usually figure out which by seeing the error messages.
I'll wait for your answer to the above question before conceding defeat.
Clayton