Skip to content

Commit

Permalink
Adding more libraries to fix issue #2 etc.
Browse files Browse the repository at this point in the history
The maze editor has many external dependencies. Hopefully you will find anything else you need here. Files are straight from the VB98 and OS/SYSTEM subdirs of the VB6 installation media.
- See README.MD and issue #2 for setup info if needed:
> The process is the same as to add the COMDLG32.OCX and RICHTX32.OCX libraries but could be helpful to add this file to the 'libraries' folder and some information in the 'README.md' file
- Note: I don't expect most of these will be needed in practice. Please don't bother your system unless it looks like something is missing trying to run /nopen the maze editor project.
  • Loading branch information
greyblue9 authored Apr 22, 2018
1 parent f5c239a commit 2600180
Show file tree
Hide file tree
Showing 37 changed files with 998 additions and 0 deletions.
Binary file added libraries/COMCT232.OCX
Binary file not shown.
162 changes: 162 additions & 0 deletions libraries/COMCT332.DEP
Original file line number Diff line number Diff line change
@@ -0,0 +1,162 @@

; Dependency file for setup wizards.

[Version]
Version=6.0.81.76

; Dependencies for Comct332.ocx

; Default Dependencies ----------------------------------------------

[Comct332.ocx]
Dest=$(WinSysPath)
Register=$(DLLSelfRegister)
Version=6.0.81.76
Uses1=MSVBVM60.dll
Uses2=StdOle2.tlb
Uses3=OleAut32.dll
Uses4=OlePro32.dll
Uses5=AsycFilt.dll
Uses6=ComCat.dll
Uses7=
CABFileName=Comct332.cab
CABDefaultURL=http://activex.microsoft.com/controls/vb6
CABINFFile=Comct332.inf

[ComCat.dll]
Dest=$(WinSysPathSysFile)
Register=$(DLLSelfRegister)
Uses1=

[MSVBVM60.dll]
Dest=$(WinSysPathSysFile)
Register=$(DLLSelfRegister)

[STDOLE2.TLB]
Register=$(TLBRegister)
Dest=$(WinSysPathSysFile)
Uses1=OleAut32.dll
Uses2=OlePro32.dll
Uses3=AsycFilt.dll

[OLEAUT32.DLL]
Register=$(DLLSelfRegister)
Dest=$(WinSysPathSysFile)
Uses1=

[OLEPRO32.DLL]
Register=$(DLLSelfRegister)
Dest=$(WinSysPathSysFile)
Uses1=

[ASYCFILT.DLL]
Register=
Dest=$(WinSysPathSysFile)
Uses1=

; Localized Dependencies --------------------------------------------

; ** German (DE) ***
; (0007 = German)
;
[Comct332.ocx <0007>]
Uses1=Cmct3DE.dll
Uses2=

[Cmct3DE.dll <0007>]
Uses1=
CABFileName=Cmct3DE.cab
CABDefaultURL=http://activex.microsoft.com/controls/vb6
CABINFFile=Cmct3DE.inf

; ** French (FR) ***
; (000C = French)
;
[Comct332.ocx <000C>]
Uses1=Cmct3FR.dll
Uses2=

[Cmct3FR.dll <000C>]
Uses1=
CABFileName=Cmct3FR.cab
CABDefaultURL=http://activex.microsoft.com/controls/vb6
CABINFFile=Cmct3FR.inf

; ** Italian (IT) ***
; (0010 = Italian)
;
[Comct332.ocx <0010>]
Uses1=Cmct3IT.dll
Uses2=

[Cmct3IT.dll <0010>]
Uses1=
CABFileName=Cmct3IT.cab
CABDefaultURL=http://activex.microsoft.com/controls/vb6
CABINFFile=Cmct3IT.inf

; ** Spanish (ES) ***
; (000A = Spanish)
;
[Comct332.ocx <000A>]
Uses1=Cmct3ES.dll
Uses2=

[Cmct3ES.dll <000A>]
Uses1=
CABFileName=Cmct3ES.cab
CABDefaultURL=http://activex.microsoft.com/controls/vb6
CABINFFile=Cmct3ES.inf

; ** Japanese (JP) ***
; (0011 = Japanese)
;
[Comct332.ocx <0011>]
Uses1=Cmct3JP.dll
Uses2=

[Cmct3JP.dll <0011>]
Uses1=
CABFileName=Cmct3JP.cab
CABDefaultURL=http://activex.microsoft.com/controls/vb6
CABINFFile=Cmct3JP.inf

; ** Korean (KO) ***
; (0012 = Korean)
;
[Comct332.ocx <0012>]
Uses1=Cmct3KO.dll
Uses2=

[Cmct3KO.dll <0012>]
Uses1=
CABFileName=Cmct3KO.cab
CABDefaultURL=http://activex.microsoft.com/controls/vb6
CABINFFile=Cmct3KO.inf

; ** Chinese Traditional (CHT) ***
; (0404 = Chinese Traditional)
;
[Comct332.ocx <0404>]
Uses1=Cmct3CHT.dll
Uses2=

[Cmct3CHT.dll <0404>]
Uses1=
CABFileName=Cmct3CHT.cab
CABDefaultURL=http://activex.microsoft.com/controls/vb6
CABINFFile=Cmct3CHT.inf

; ** Chinese Simplified (CHS) ***
; (0804 = Chinese Simplified)
;
[Comct332.ocx <0804>]
Uses1=Cmct3CHS.dll
Uses2=

[Cmct3CHS.dll <0804>]
Uses1=
CABFileName=Cmct3CHS.cab
CABDefaultURL=http://activex.microsoft.com/controls/vb6
CABINFFile=Cmct3CHS.inf

Binary file added libraries/COMCT332.OCX
Binary file not shown.
2 changes: 2 additions & 0 deletions libraries/COMCT332.SRG
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[HKEY_CLASSES_ROOT\Licenses\38911DA0-E448-11D0-84A3-00DD01104159]
@ = "mcpckchcdchjcjcclidcgcgchdqdcjhcojpd"
5 changes: 5 additions & 0 deletions libraries/COMCTL.SRG
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[HKEY_CLASSES_ROOT\Licenses\57CBF9E0-6AA7-11cf-8ADB-00AA00C00905]
@ = "aahakhchghkhfhaamghhbhbhkbpgfhahlfle"

[HKEY_CLASSES_ROOT\Licenses\ED4B87C4-9F76-11d1-8BF7-0000F8754DA1]
@ = "knlggnmntgggrninthpgmnngrhqhnnjnslsh"
5 changes: 5 additions & 0 deletions libraries/COMCTL2.SRG
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[HKEY_CLASSES_ROOT\Licenses\9E799BF1-8817-11cf-958F-0020AFC28C3B]
@ = "uqpqnqkjujkjjjjqwktjrjkjtkupsjnjtoun"

[HKEY_CLASSES_ROOT\Licenses\4F86BADF-9F77-11d1-B1B7-0000F8753F5D]
@ = "iplpwpnippopupiivjrioppisjsjlpiiokuj"
131 changes: 131 additions & 0 deletions libraries/COMCTL32.DEP
Original file line number Diff line number Diff line change
@@ -0,0 +1,131 @@

; Dependency file for setup wizards.

[Version]
Version=6.0.80.22

; Dependencies for ComCtl32.ocx

; Default Dependencies ----------------------------------------------

[ComCtl32.ocx]
Dest=$(WinSysPath)
Register=$(DLLSelfRegister)
Version=6.0.80.22
Uses1=ComCat.dll
Uses2=
CABFileName=ComCtl32.cab
CABDefaultURL=http://activex.microsoft.com/controls/vb6
CABINFFile=ComCtl32.inf

[ComCat.dll]
Dest=$(WinSysPathSysFile)
Register=$(DLLSelfRegister)
Uses1=

; Localized Dependencies --------------------------------------------

; ** German (DE) ***
; (0007 = German)
;
[ComCtl32.ocx <0007>]
Uses1=CmCtlDE.dll
Uses2=

[CmCtlDE.dll <0007>]
Uses1=
CABFileName=CmCtlDE.cab
CABDefaultURL=http://activex.microsoft.com/controls/vb6
CABINFFile=CmCtlDE.inf

; ** French (FR) ***
; (000C = French)
;
[ComCtl32.ocx <000C>]
Uses1=CmCtlFR.dll
Uses2=

[CmCtlFR.dll <000C>]
Uses1=
CABFileName=CmCtlFR.cab
CABDefaultURL=http://activex.microsoft.com/controls/vb6
CABINFFile=CmCtlFR.inf

; ** Italian (IT) ***
; (0010 = Italian)
;
[ComCtl32.ocx <0010>]
Uses1=CmCtlIT.dll
Uses2=

[CmCtlIT.dll <0010>]
Uses1=
CABFileName=CmCtlIT.cab
CABDefaultURL=http://activex.microsoft.com/controls/vb6
CABINFFile=CmCtlIT.inf

; ** Spanish (ES) ***
; (000A = Spanish)
;
[ComCtl32.ocx <000A>]
Uses1=CmCtlES.dll
Uses2=

[CmCtlES.dll <000A>]
Uses1=
CABFileName=CmCtlES.cab
CABDefaultURL=http://activex.microsoft.com/controls/vb6
CABINFFile=CmCtlES.inf

; ** Japanese (JP) ***
; (0011 = Japanese)
;
[ComCtl32.ocx <0011>]
Uses1=CmCtlJP.dll
Uses2=

[CmCtlJP.dll <0011>]
Uses1=
CABFileName=CmCtlJP.cab
CABDefaultURL=http://activex.microsoft.com/controls/vb6
CABINFFile=CmCtlJP.inf

; ** Korean (KO) ***
; (0012 = Korean)
;
[ComCtl32.ocx <0012>]
Uses1=CmCtlKO.dll
Uses2=

[CmCtlKO.dll <0012>]
Uses1=
CABFileName=CmCtlKO.cab
CABDefaultURL=http://activex.microsoft.com/controls/vb6
CABINFFile=CmCtlKO.inf

; ** Chinese Traditional (CHT) ***
; (0404 = Chinese Traditional)
;
[ComCtl32.ocx <0404>]
Uses1=CmCtlCHT.dll
Uses2=

[CmCtlCHT.dll <0404>]
Uses1=
CABFileName=CmCtlCHT.cab
CABDefaultURL=http://activex.microsoft.com/controls/vb6
CABINFFile=CmCtlCHT.inf

; ** Chinese Simplified (CHS) ***
; (0804 = Chinese Simplified)
;
[ComCtl32.ocx <0804>]
Uses1=CmCtlCHS.dll
Uses2=

[CmCtlCHS.dll <0804>]
Uses1=
CABFileName=CmCtlCHS.cab
CABDefaultURL=http://activex.microsoft.com/controls/vb6
CABINFFile=CmCtlCHS.inf

Binary file added libraries/COMCTL32.OCX
Binary file not shown.
Loading

0 comments on commit 2600180

Please sign in to comment.