Skip to content

Commit 2b38c7c

Browse files
committed
Update some errors.
1 parent 46051a8 commit 2b38c7c

File tree

9 files changed

+7
-9
lines changed

9 files changed

+7
-9
lines changed

VB.net/PigObjFs.exe

-17 KB
Binary file not shown.

VB.net/PigObjFs/PigObjFs.vbproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,10 @@
117117
</None>
118118
<None Include="App.config" />
119119
</ItemGroup>
120-
<ItemGroup>
121-
<Content Include="PigObjFsLib.dll" />
122-
</ItemGroup>
123120
<ItemGroup>
124121
<COMReference Include="PigObjFsLib">
125122
<Guid>{D5C32F69-EDD1-4D0D-874D-CC57DC9385D8}</Guid>
126-
<VersionMajor>7</VersionMajor>
123+
<VersionMajor>8</VersionMajor>
127124
<VersionMinor>0</VersionMinor>
128125
<Lcid>0</Lcid>
129126
<WrapperTool>tlbimp</WrapperTool>

VB.net/PigObjFsLib.dll

0 Bytes
Binary file not shown.

VB6DLL/PigObjFsLib.dll

0 Bytes
Binary file not shown.

VB6DLL/PigObjFsLib.exp

-5 Bytes
Binary file not shown.

VB6DLL/PigObjFsLib.lib

0 Bytes
Binary file not shown.

VB6DLL/PigObjFsLib.vbp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Type=OleDll
2-
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#..\..\..\..\..\..\Windows\SysWOW64\stdole2.tlb#OLE Automation
2+
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#..\..\..\..\..\Windows\SysWOW64\stdole2.tlb#OLE Automation
33
Class=pFileSystemObject; pFileSystemObject.cls
44
Class=pFile; pFile.cls
55
Class=pFolder; pFolder.cls
@@ -13,11 +13,12 @@ Command32=""
1313
Name="PigObjFsLib"
1414
HelpContextID="0"
1515
Description="Piggy Objectified FileSystemObject DLL library"
16-
CompatibleMode="1"
16+
CompatibleMode="2"
1717
CompatibleEXE32="PigObjFsLib.dll"
18+
VersionCompatible32="1"
1819
MajorVer=1
1920
MinorVer=0
20-
RevisionVer=8
21+
RevisionVer=9
2122
AutoIncrementVer=1
2223
ServerSupportFiles=0
2324
VersionCompanyName="Seow Phong Studio"

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,5 +1,5 @@
11
Type=Exe
2-
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#..\..\..\..\..\..\Windows\SysWOW64\stdole2.tlb#OLE Automation
2+
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#..\..\..\..\..\Windows\SysWOW64\stdole2.tlb#OLE Automation
33
Reference=*\G{D5C32F69-EDD1-4D0D-874D-CC57DC9385D8}#8.0#0#PigObjFsLib.dll#Piggy Objectified FileSystemObject DLL library
44
Form=frmPigObjFs.frm
55
Module=modPigObjFs; modPigObjFs.bas
@@ -15,7 +15,7 @@ Description="Piggy Objectified FileSystemObject test dll"
1515
CompatibleMode="0"
1616
MajorVer=1
1717
MinorVer=0
18-
RevisionVer=17
18+
RevisionVer=18
1919
AutoIncrementVer=1
2020
ServerSupportFiles=0
2121
VersionComments="Class usage examples of pigobjfs"

0 commit comments

Comments
 (0)