ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/dbInfo/ViewDatabaseInfo.lpi
Revision: 62
Committed: Wed Apr 12 09:19:59 2017 UTC (7 years ago) by tony
File size: 2007 byte(s)
Log Message:
Avoid "Object is nil" error when opening a database with DefaultSystemCodePage = true

File Contents

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