|
@@ -1,15 +1,15 @@
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<CONFIG>
|
|
|
<ProjectOptions>
|
|
|
- <Version Value="11"/>
|
|
|
+ <Version Value="12"/>
|
|
|
<General>
|
|
|
<Flags>
|
|
|
<MainUnitHasUsesSectionForAllUnits Value="False"/>
|
|
|
<MainUnitHasCreateFormStatements Value="False"/>
|
|
|
<MainUnitHasTitleStatement Value="False"/>
|
|
|
+ <CompatibilityMode Value="True"/>
|
|
|
</Flags>
|
|
|
<SessionStorage Value="InProjectDir"/>
|
|
|
- <MainUnit Value="0"/>
|
|
|
<Title Value="pas2js"/>
|
|
|
<UseAppBundle Value="False"/>
|
|
|
<ResourceType Value="res"/>
|
|
@@ -71,6 +71,15 @@
|
|
|
<AllowLabel Value="False"/>
|
|
|
</SyntaxOptions>
|
|
|
</Parsing>
|
|
|
+ <CodeGeneration>
|
|
|
+ <Checks>
|
|
|
+ <IOChecks Value="True"/>
|
|
|
+ <RangeChecks Value="True"/>
|
|
|
+ <OverflowChecks Value="True"/>
|
|
|
+ <StackChecks Value="True"/>
|
|
|
+ </Checks>
|
|
|
+ <VerifyObjMethodCallValidity Value="True"/>
|
|
|
+ </CodeGeneration>
|
|
|
</CompilerOptions>
|
|
|
<Debugging>
|
|
|
<Exceptions Count="3">
|