-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathPErrorHandling.vbp
47 lines (47 loc) · 1.17 KB
/
PErrorHandling.vbp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Type=Exe
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\SysWow64\stdole2.tlb#OLE Automation
Form=Forms\FMain.frm
Module=MErr; Modules\MErr.bas
Module=MApp; Modules\MApp.bas
Module=MPtr; ..\Ptr_Pointers\Modules\MPtr.bas
Class=PathFileName; Classes\PathFileName.cls
Class=Expr; Classes\Expr.cls
Class=ExprDiv; Classes\ExprDiv.cls
Class=ExprVal; Classes\ExprVal.cls
Module=MNew; Modules\MNew.bas
Class=Maybe; Classes\Maybe.cls
Class=Just; Classes\Just.cls
ResFile32="Resources\MyRes.res"
IconForm="FMain"
Startup="Sub Main"
HelpFile=""
Title="PErrorHandling"
ExeName32="ErrorHandling.exe"
Command32=""
Name="PErrorHandling"
HelpContextID="0"
CompatibleMode="0"
MajorVer=2022
MinorVer=12
RevisionVer=24
AutoIncrementVer=0
ServerSupportFiles=0
VersionCompanyName="MBO-Ing.com"
VersionFileDescription="Project code shows the correct way to handle errors in VBC/VBA."
VersionLegalCopyright="MBO-Ing.com"
VersionProductName="Correct Error Handling"
CompilationType=0
OptimizationType=0
FavorPentiumPro(tm)=0
CodeViewDebugInfo=0
NoAliasing=0
BoundsCheck=0
OverflowCheck=0
FlPointCheck=0
FDIVCheck=0
UnroundedFP=0
StartMode=0
Unattended=0
Retained=0
ThreadPerObject=0
MaxNumberOfThreads=1