wpearsall
Sep 3rd, 2009, 01:39 PM
ok...
---- i know these are the vb required files... :P
[Bootstrap Files]
File1=@VB6STKIT.DLL,$(WinSysPathSysFile),,,6/18/98 12:00:00 AM,102912,6.0.81.69
File2=@COMCAT.DLL,$(WinSysPathSysFile),$(DLLSelfRegister),,5/31/98 12:00:00 AM,22288,4.71.1460.1
File3=@stdole2.tlb,$(WinSysPathSysFile),$(TLBRegister),,4/13/08 9:12:08 PM,16896,5.1.2600.5512
File4=@asycfilt.dll,$(WinSysPathSysFile),,,4/14/08 5:41:50 AM,65024,5.1.2600.5512
File5=@olepro32.dll,$(WinSysPathSysFile),$(DLLSelfRegister),,4/14/08 5:42:04 AM,84992,5.1.2600.5512
File6=@oleaut32.dll,$(WinSysPathSysFile),$(DLLSelfRegister),,4/14/08 5:42:04 AM,551936,5.1.2600.5512
File7=@msvbvm60.dll,$(WinSysPathSysFile),$(DLLSelfRegister),,4/14/08 5:42:02 AM,1384479,6.0.98.2
but these are my references in my application
[Setup1 Files]
File1=@msstdfmt.dll,$(WinSysPath),$(DLLSelfRegister),$(Shared),3/24/09 12:52:32 PM,129872,6.1.98.16
File2=@MSDatGrd.ocx,$(WinSysPath),$(DLLSelfRegister),$(Shared),3/24/09 12:52:36 PM,278352,6.1.98.16
File3=@mscomctl.OCX,$(WinSysPath),$(DLLSelfRegister),$(Shared),3/24/09 12:52:40 PM,1069376,6.1.98.16
File4=@dx7vb.dll,$(WinSysPath),$(DLLSelfRegister),$(Shared),4/14/08 5:41:54 AM,619008,5.3.2600.5512
File5=@msxml6.dll,$(WinSysPath),$(DLLSelfRegister),$(Shared),9/10/08 2:14:56 AM,1307648,6.20.1099.0
File6=@Xlisten.dll,$(WinSysPath),$(DLLSelfRegister),$(Shared),1/12/99 3:19:12 PM,208896,4.0.4.2512
File7=@msadox.dll,$(WinSysPath),$(DLLSelfRegister),$(Shared),4/14/08 5:42:00 AM,200704,2.81.1132.0
File8=@msado25.tlb,$(WinSysPath),,$(Shared),4/13/08 10:56:10 PM,81920,2.81.1132.0
File9=@wmp.dll,$(AppPath),,,7/13/09 11:43:24 PM,10841088,11.0.5721.5268
File10=@quartz.dll,$(WinSysPath),$(DLLSelfRegister),$(Shared),6/3/09 8:09:37 PM,1291264,6.5.2600.5822
File11=@sapi.dll,$(WinSysPath),$(DLLSelfRegister),$(Shared),4/14/08 5:42:06 AM,741376,5.1.4111.0
DX7vb.dll - direct x 7 - i use a gamepad as a remote for my app.
file 2 - data grid i removed, i forgot to remove the checkbox off the ocx controls,
file 9 - WMP ive removed, since i went a different route since WMP doesnt seam to let me search the library with wild card i built my own library database [meaning i can actually remove WMP off my machine - giving me space for a few more mp3's]
ive replaced the ADO stuff wit the ado redist file
Quartz.dll - anyone know what that is?
and also what from the SDK for SAPI do i need to ship with my application
which of those files do i actually need to ship? do i need the DX7VB.dll? or is DX compatible?
ive tried installing my app on my other xp machine, it all runs, EXCEPT: the SAPI doesnt load and gives ERROR 91 [ even though i have error handling to contain it, it STILL gives the error????? ]
Do i need to switch it to LATE BINDING?
Dim WithEvents RecoContext As SpSharedRecoContext
Dim Grammar As ISpeechRecoGrammar
'thats in my declarations then i use
' in my load proceedure
set recocontext = new spshared......
i dont fancy having to ship the whole SAPI SDK if i dont have to... - i dont do i?
---- i know these are the vb required files... :P
[Bootstrap Files]
File1=@VB6STKIT.DLL,$(WinSysPathSysFile),,,6/18/98 12:00:00 AM,102912,6.0.81.69
File2=@COMCAT.DLL,$(WinSysPathSysFile),$(DLLSelfRegister),,5/31/98 12:00:00 AM,22288,4.71.1460.1
File3=@stdole2.tlb,$(WinSysPathSysFile),$(TLBRegister),,4/13/08 9:12:08 PM,16896,5.1.2600.5512
File4=@asycfilt.dll,$(WinSysPathSysFile),,,4/14/08 5:41:50 AM,65024,5.1.2600.5512
File5=@olepro32.dll,$(WinSysPathSysFile),$(DLLSelfRegister),,4/14/08 5:42:04 AM,84992,5.1.2600.5512
File6=@oleaut32.dll,$(WinSysPathSysFile),$(DLLSelfRegister),,4/14/08 5:42:04 AM,551936,5.1.2600.5512
File7=@msvbvm60.dll,$(WinSysPathSysFile),$(DLLSelfRegister),,4/14/08 5:42:02 AM,1384479,6.0.98.2
but these are my references in my application
[Setup1 Files]
File1=@msstdfmt.dll,$(WinSysPath),$(DLLSelfRegister),$(Shared),3/24/09 12:52:32 PM,129872,6.1.98.16
File2=@MSDatGrd.ocx,$(WinSysPath),$(DLLSelfRegister),$(Shared),3/24/09 12:52:36 PM,278352,6.1.98.16
File3=@mscomctl.OCX,$(WinSysPath),$(DLLSelfRegister),$(Shared),3/24/09 12:52:40 PM,1069376,6.1.98.16
File4=@dx7vb.dll,$(WinSysPath),$(DLLSelfRegister),$(Shared),4/14/08 5:41:54 AM,619008,5.3.2600.5512
File5=@msxml6.dll,$(WinSysPath),$(DLLSelfRegister),$(Shared),9/10/08 2:14:56 AM,1307648,6.20.1099.0
File6=@Xlisten.dll,$(WinSysPath),$(DLLSelfRegister),$(Shared),1/12/99 3:19:12 PM,208896,4.0.4.2512
File7=@msadox.dll,$(WinSysPath),$(DLLSelfRegister),$(Shared),4/14/08 5:42:00 AM,200704,2.81.1132.0
File8=@msado25.tlb,$(WinSysPath),,$(Shared),4/13/08 10:56:10 PM,81920,2.81.1132.0
File9=@wmp.dll,$(AppPath),,,7/13/09 11:43:24 PM,10841088,11.0.5721.5268
File10=@quartz.dll,$(WinSysPath),$(DLLSelfRegister),$(Shared),6/3/09 8:09:37 PM,1291264,6.5.2600.5822
File11=@sapi.dll,$(WinSysPath),$(DLLSelfRegister),$(Shared),4/14/08 5:42:06 AM,741376,5.1.4111.0
DX7vb.dll - direct x 7 - i use a gamepad as a remote for my app.
file 2 - data grid i removed, i forgot to remove the checkbox off the ocx controls,
file 9 - WMP ive removed, since i went a different route since WMP doesnt seam to let me search the library with wild card i built my own library database [meaning i can actually remove WMP off my machine - giving me space for a few more mp3's]
ive replaced the ADO stuff wit the ado redist file
Quartz.dll - anyone know what that is?
and also what from the SDK for SAPI do i need to ship with my application
which of those files do i actually need to ship? do i need the DX7VB.dll? or is DX compatible?
ive tried installing my app on my other xp machine, it all runs, EXCEPT: the SAPI doesnt load and gives ERROR 91 [ even though i have error handling to contain it, it STILL gives the error????? ]
Do i need to switch it to LATE BINDING?
Dim WithEvents RecoContext As SpSharedRecoContext
Dim Grammar As ISpeechRecoGrammar
'thats in my declarations then i use
' in my load proceedure
set recocontext = new spshared......
i dont fancy having to ship the whole SAPI SDK if i dont have to... - i dont do i?