Click here to Skip to main content
15,909,953 members
Home / Discussions / COM
   

COM

 
GeneralRe: Transparent ActiveX Control Pin
Pinhead_Me18-Apr-05 5:44
Pinhead_Me18-Apr-05 5:44 
GeneralCom-Addin Query Pin
Anonymous5-Mar-05 2:14
Anonymous5-Mar-05 2:14 
GeneralWindows Hooking. Pin
technojewel3-Mar-05 20:18
technojewel3-Mar-05 20:18 
GeneralRe: Windows Hooking. Pin
Tarundeep Singh Kalra4-Mar-05 8:15
Tarundeep Singh Kalra4-Mar-05 8:15 
GeneralRe: Windows Hooking. Pin
vishalmore15-Mar-05 19:08
vishalmore15-Mar-05 19:08 
GeneralClient/Server COM+ Application Pin
Wender Oliveira3-Mar-05 14:58
Wender Oliveira3-Mar-05 14:58 
GeneralProblem While Instantiating and calling API through COM Component Pin
Anuj Mishra2-Mar-05 18:04
Anuj Mishra2-Mar-05 18:04 
GeneralIE code download failure for dll and ActiveX control using INF and CAB file Pin
prog012-Mar-05 11:40
prog012-Mar-05 11:40 
Is there a way to find out more about the cause of the failure?
It used to work but not anymore.
It did that to me on two different computers.
The file other.dll doesn't get copied to C:\WINNT\system,
so myX.dll cannot be registered (since it depends on it).
See CAB, INF file and error log below...
Thanks!

-----------------
CAB FILE CREATION
-----------------
CabArc.exe n myX.cab other.dll myX.dll myX.inf
--------
INF file
--------
[Version]
; This section is required for compatibility on both Windows 95 and Windows NT.
Signature="$CHICAGO$"
AdvancedInf=2.0

[Add.Code]
other.dll=other.dll
myX.dll=myX.dll

[other.dll]
file-win32-x86=thiscab
FileVersion=1,0,0,1
DestDir=10
RegisterServer=no

[myX.dll]
file-win32-x86=thiscab
clsid={98B6686C-EF56-4FFF-ACBD-2BC5A853377D}
FileVersion=1,0,0,1
RegisterServer=yes

------------
IE Error log
------------
*** Code Download Log entry (02 Mar 2005 @ 14:34:52) ***
Code Download Error: (hr = 8007007e) The specified module could not be found.

Operation failed. Detailed Information:
CodeBase: file:///C:/Dev/myX/myX.cab
CLSID: {98B6686C-EF56-4FFF-ACBD-2BC5A853377D}
Extension:
Type:

LOG: Item other.dll being processed.
--- Detailed Error Log Follows ---
LOG: Download OnStopBinding called (hrStatus = 0 / hrResponseHdr = 0).
LOG: Item other.dll being processed.
LOG: Item myX.dll being processed.
LOG: URL Download Complete: hrStatusBlush | :O , hrOSB:1, hrResponseHdrBlush | :O , URL:(file://C:\Dev\myX\myX.cab)
LOG: File C:\WINNT\Downloaded Program Files\myX.dll being registered.
ERR: Setup Failed Error Code: (hr) = 8007007e, installing: myX.dll to (null) destination code(0)
LOG: Reporting Code Download Completion: (hr:8007007e (FAILED), CLASSID: 98b6686c..., szCODE:(file:///C:/Dev/myX/myX.cab), MainType:(null), MainExt:(null))
GeneralBindIFilterFromStream Pin
cheesepirate2-Mar-05 7:02
cheesepirate2-Mar-05 7:02 
Generaldyanamically create listboxes in ATL Pin
gauravjain1-Mar-05 4:28
gauravjain1-Mar-05 4:28 
GeneralCommunication with one particular instance of an activex/com object Pin
awhit1-Mar-05 0:54
awhit1-Mar-05 0:54 
GeneralCOM and MSFlexGrid Pin
A. Karthick Arun28-Feb-05 20:34
A. Karthick Arun28-Feb-05 20:34 
GeneralCOM,OLE,AUTOMATION,ActiveX Pin
hjkjk28-Feb-05 20:16
hjkjk28-Feb-05 20:16 
GeneralCreating Schema Rowset ( OLE DB) in COM Pin
gauravjain28-Feb-05 5:47
gauravjain28-Feb-05 5:47 
Generalfft scale factor in MRI Dicom images Pin
ramtilak gattu28-Feb-05 5:34
ramtilak gattu28-Feb-05 5:34 
GeneralRe: fft scale factor in MRI Dicom images Pin
dicomapi27-Apr-05 2:20
dicomapi27-Apr-05 2:20 
Generalimplementing COM in c++ Pin
csharp627-Feb-05 18:19
csharp627-Feb-05 18:19 
GeneralRe: implementing COM in c++ Pin
Anuj Mishra2-Mar-05 18:10
Anuj Mishra2-Mar-05 18:10 
Generaltips on how start mfc & vc++ Pin
yogesh tillu26-Feb-05 5:56
sussyogesh tillu26-Feb-05 5:56 
GeneralRe: tips on how start mfc & vc++ Pin
Anonymous27-Feb-05 2:49
Anonymous27-Feb-05 2:49 
GeneralRe: tips on how start mfc & vc++ Pin
ThatsAlok11-Mar-05 2:09
ThatsAlok11-Mar-05 2:09 
GeneralSysAllocString() allocation Pin
abc87624-Feb-05 22:54
abc87624-Feb-05 22:54 
GeneralRe: SysAllocString() allocation Pin
geo_m26-Feb-05 7:54
geo_m26-Feb-05 7:54 
GeneralRe: SysAllocString() allocation Pin
Jörgen Sigvardsson26-Feb-05 8:05
Jörgen Sigvardsson26-Feb-05 8:05 
Generalwhy my com dll could not be imported Pin
williamchou24-Feb-05 15:26
williamchou24-Feb-05 15:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.