[Q]: CoCreateInstance
Shiva Shenoy -- shiva@netbuild.com
Tuesday, July 09, 1996
Environment VC 4.1 Win95/ NT4.0
I am using 3rd party OCXs. I am having problem in using one of them.
The call to Create returns an error.
First-chance exception in (OC30.DLL): 0xE06D7363:
Microsoft C++ Exception.
CoCreateInstance of OLE control {CEE3CDC0-A269-101C-BCB6-426094C33F90}
failed.
>>> Result code: 0x80040112
>>> Is the control is properly registered?
The control is properly registered because I registered again using
the RegSvr32 program. I cant find the explanation for error code
0x80040112.
Would any kind soul be able to help ?
Thanks
shiva@netbuild.com
raja@mail.cswl.com
Sunday, July 14, 1996
0x80040112 error code corresponds to CLASS_E_NOTLICENSED,
It means that you don't have the proper licensing to use the control
at runtime. You have to have the .lic file in the same directory(that
of your ocx).
Rgds,
Raja R.
(Raja@CSWL.Com)
______________________________ Reply Separator _________________________________
Subject: [Q]: CoCreateInstance
Author: mfc-l@netcom.com at internet
Date: 7/13/96 6:50 PM
Environment VC 4.1 Win95/ NT4.0
I am using 3rd party OCXs. I am having problem in using one of them.
The call to Create returns an error.
First-chance exception in (OC30.DLL): 0xE06D7363:
Microsoft C++ Exception.
CoCreateInstance of OLE control {CEE3CDC0-A269-101C-BCB6-426094C33F90}
failed.
>>> Result code: 0x80040112
>>> Is the control is properly registered?
The control is properly registered because I registered again using
the RegSvr32 program. I cant find the explanation for error code
0x80040112.
Would any kind soul be able to help ?
Thanks
shiva@netbuild.com
Benny -- blee@filenet.com
Monday, July 15, 1996
If your 3rd party OCX is not built using MFC or that the developer of that
OCX modifies what command line arguments to look for, feeding the 3rd party
OCX to regsvr32 will not do any good.
If that is the case, your only option is re-intall the OCX using OCX's setup
program.
Benny
> ----------
>From: owner-mfc-l
>To: 'mfc-l@netcom.com'
>Subject: [Q]: CoCreateInstance
>Date: Tuesday, July 09, 1996 10:09PM
>
>
>Environment VC 4.1 Win95/ NT4.0
>
>I am using 3rd party OCXs. I am having problem in using one of them.
>
>The call to Create returns an error.
>
>First-chance exception in (OC30.DLL): 0xE06D7363:
>Microsoft C++ Exception.
>CoCreateInstance of OLE control {CEE3CDC0-A269-101C-BCB6-426094C33F90}
>failed.
>>>> Result code: 0x80040112
>>>> Is the control is properly registered?
>
>The control is properly registered because I registered again using
>the RegSvr32 program. I cant find the explanation for error code
>0x80040112.
>
>Would any kind soul be able to help ?
>
>Thanks
>shiva@netbuild.com
David Elliott - dce@netcom.com
Visit The Land of the Squishy - http://www.btw.com/dce
| Вернуться в корень Архива
|