ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/isqlmonitor/RemoteMonitor.lpi
Revision: 68
Committed: Tue Oct 17 10:07:58 2017 UTC (6 years, 6 months ago) by tony
File size: 2012 byte(s)
Log Message:
IBX: Editor Positioning tidy up
FBINTF: Trap uninitialised SQL parameters on SQL Exec. Avoids Unknown SQL Type errors.
Consistent setting of Modified (SQLParam).

File Contents

# User Rev Content
1 tony 31 <?xml version="1.0" encoding="UTF-8"?>
2     <CONFIG>
3     <ProjectOptions>
4 tony 68 <Version Value="10"/>
5 tony 31 <General>
6     <SessionStorage Value="InProjectDir"/>
7     <MainUnit Value="0"/>
8 tony 33 <Title Value="Remote Monitoring"/>
9 tony 31 <ResourceType Value="res"/>
10     <UseXPManifest Value="True"/>
11     <Icon Value="0"/>
12     </General>
13     <i18n>
14     <EnableI18N LFM="False"/>
15     </i18n>
16     <BuildModes Count="1">
17     <Item1 Name="Default" Default="True"/>
18     </BuildModes>
19     <PublishOptions>
20     <Version Value="2"/>
21     </PublishOptions>
22     <RunParams>
23     <local>
24     <FormatVersion Value="1"/>
25     </local>
26     </RunParams>
27     <RequiredPackages Count="2">
28     <Item1>
29     <PackageName Value="ibexpress"/>
30     </Item1>
31     <Item2>
32     <PackageName Value="LCL"/>
33     </Item2>
34     </RequiredPackages>
35     <Units Count="2">
36     <Unit0>
37     <Filename Value="RemoteMonitor.lpr"/>
38     <IsPartOfProject Value="True"/>
39     </Unit0>
40     <Unit1>
41     <Filename Value="RemoteMonitorFormUnit.pas"/>
42     <IsPartOfProject Value="True"/>
43     <ComponentName Value="Form1"/>
44     <HasResources Value="True"/>
45     <ResourceBaseClass Value="Form"/>
46     </Unit1>
47     </Units>
48     </ProjectOptions>
49     <CompilerOptions>
50     <Version Value="11"/>
51     <Target>
52     <Filename Value="RemoteMonitor"/>
53     </Target>
54     <SearchPaths>
55     <IncludeFiles Value="$(ProjOutDir)"/>
56     <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
57     </SearchPaths>
58     <Linking>
59     <Options>
60     <Win32>
61     <GraphicApplication Value="True"/>
62     </Win32>
63     </Options>
64     </Linking>
65     <Other>
66     <CustomOptions Value="-dUseCThreads"/>
67     </Other>
68     </CompilerOptions>
69     <Debugging>
70     <Exceptions Count="3">
71     <Item1>
72     <Name Value="EAbort"/>
73     </Item1>
74     <Item2>
75     <Name Value="ECodetoolError"/>
76     </Item2>
77     <Item3>
78     <Name Value="EFOpenError"/>
79     </Item3>
80     </Exceptions>
81     </Debugging>
82     </CONFIG>