Skip to content

Commit aa73635

Browse files
authored
Fix bug, recompile
1 parent 64a6b8f commit aa73635

File tree

7 files changed

+5
-5
lines changed

7 files changed

+5
-5
lines changed

VB6DLL/PigObjFsLib.dll

-24 KB
Binary file not shown.

VB6DLL/PigObjFsLib.exp

0 Bytes
Binary file not shown.

VB6DLL/PigObjFsLib.lib

0 Bytes
Binary file not shown.

VB6DLL/PigObjFsLib.vbp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ CompatibleMode="1"
1717
CompatibleEXE32="PigObjFsLib.dll"
1818
MajorVer=1
1919
MinorVer=0
20-
RevisionVer=6
20+
RevisionVer=7
2121
AutoIncrementVer=1
2222
ServerSupportFiles=0
2323
VersionCompanyName="Seow Phong Studio"
2424
VersionLegalCopyright="Copyright @ 2020 Seow Phong Studio All Rights Reserved"
2525
VersionProductName="PigObjFsLib"
26-
CompilationType=0
26+
CompilationType=-1
2727
OptimizationType=0
2828
FavorPentiumPro(tm)=0
2929
CodeViewDebugInfo=0

VB6DLL/PigObjFsTestDll.exe

0 Bytes
Binary file not shown.

VB6DLL/PigObjFsTestDll.vbp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Type=Exe
22
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#..\..\..\..\Windows\SysWOW64\stdole2.tlb#OLE Automation
3-
Reference=*\G{D5C32F69-EDD1-4D0D-874D-CC57DC9385D8}#6.0#0#PigObjFsLib.dll#Piggy Objectified FileSystemObject DLL library
3+
Reference=*\G{D5C32F69-EDD1-4D0D-874D-CC57DC9385D8}#6.0#0#..\VB6DLL_CN\PigObjFsLib.dll#Piggy Objectified FileSystemObject DLL library
44
Form=frmPigObjFs.frm
55
Module=modPigObjFs; modPigObjFs.bas
66
IconForm="frmPigObjFs"
@@ -15,7 +15,7 @@ Description="Piggy Objectified FileSystemObject test dll"
1515
CompatibleMode="0"
1616
MajorVer=1
1717
MinorVer=0
18-
RevisionVer=15
18+
RevisionVer=16
1919
AutoIncrementVer=1
2020
ServerSupportFiles=0
2121
VersionComments="Class usage examples of pigobjfs"

VB6DLL/PigObjFsTestDll.vbw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
frmPigObjFs = 104, 104, 1142, 429, , 26, 26, 1064, 351, C
1+
frmPigObjFs = 104, 104, 1142, 429, Z, 26, 26, 1064, 351, C
22
modPigObjFs = 0, 0, 0, 0, C

0 commit comments

Comments
 (0)