Can't Register Comctl32.OCX 
Author Message
 Can't Register Comctl32.OCX

Hi all

When trying to use comctl32.ocx in my vb5 project I received the following
error.

"License information for this component is not found..."

I then tried to use regsvr32.exe to register the DLL but received the
following message,

"Comctl32.dll was loaded but the DLLRegisterServer entry point was not
found. DLLRegisterServer may not be exported or a corrupt version of
comctl32.dll may be in memory. Consider using PView to detect & remove it ."

I used PView to have a look if comctl32 was loaded into memory but found
nothing and I still couldn't use the control.

Next I copied the newest version of comctl32.dll & .ocx to my machine but
with the same result as above.

I then copied the old version back on and made a setup disk from another
machine that had a working version of the new comctl32 control hoping that
when I installed the setup disk on my machine the newer version of comctl32
would be copied over the old and registered.

The copy process didn't occur and I am back to square one.

Can anyone help stop a young man aging prematurely?

Thanks in advance

David Burke



Fri, 16 Feb 2001 03:00:00 GMT  
 Can't Register Comctl32.OCX
Hi David,

I had the very same problem.  There is a fix on the Microsoft site which
fixes this and other control problems.  The file is called Vbc.exe.  I found
it by doing a search in the Microsoft support site for Visual Basic license.
I know it's out there.

Good luck,

Jeff

Quote:

>Hi all

>When trying to use comctl32.ocx in my vb5 project I received the following
>error.

>"License information for this component is not found..."

>I then tried to use regsvr32.exe to register the DLL but received the
>following message,

>"Comctl32.dll was loaded but the DLLRegisterServer entry point was not
>found. DLLRegisterServer may not be exported or a corrupt version of
>comctl32.dll may be in memory. Consider using PView to detect & remove it
."

>I used PView to have a look if comctl32 was loaded into memory but found
>nothing and I still couldn't use the control.

>Next I copied the newest version of comctl32.dll & .ocx to my machine but
>with the same result as above.

>I then copied the old version back on and made a setup disk from another
>machine that had a working version of the new comctl32 control hoping that
>when I installed the setup disk on my machine the newer version of comctl32
>would be copied over the old and registered.

>The copy process didn't occur and I am back to square one.

>Can anyone help stop a young man aging prematurely?

>Thanks in advance

>David Burke



Fri, 23 Feb 2001 03:00:00 GMT  
 Can't Register Comctl32.OCX
Jeff, Julie and David,

Hello, this is my first post, but I hope it is useful.  Microsoft has
literally hundreds of files for free download via ftp at

ftp://ftp.microsoft.com/Softlib/MSLFILES/

Here is a listing of just the files that I assume have to do with VB,
including the fix you're looking for.

10/05/94 12:00AM        210,199 VB3.EXE
05/22/96 12:00AM         76,528 VB32RAS.EXE
10/01/95 12:00AM        175,584 VB40.EXE
03/07/97 12:00AM         15,986 VB416FIX.EXE
03/08/96 12:00AM         34,494 VB4DLL.EXE
02/09/96 12:00AM         29,558 VB4MAPI.EXE
05/20/97 12:00AM        971,380 VB5DATA.EXE
08/19/97 12:00AM         44,756 VB5DCOM.EXE
11/04/97 12:00AM     10,602,990 VB5SP2DS.EXE
06/24/98 12:19AM      5,240,832 VB5SP3DS.EXE
12/21/93 12:00AM         47,928 VBA.EXE
03/20/96 12:00AM        623,102 VBA232A.EXE
01/23/97 12:00AM         63,941 VBABDR8.EXE
04/07/95 12:00AM        166,269 VBAGRP.EXE
01/29/97 12:00AM        256,837 VBAGRP8.EXE
01/23/97 12:00AM         55,995 VBAMAP8.EXE
09/02/94 12:00AM         69,050 VBAMAPI.EXE
01/23/97 12:00AM        214,905 VBAOUTL.EXE
05/19/94 12:00AM         13,921 VBAPI.EXE
01/05/95 12:00AM        507,366 VBAPPS.EXE
04/23/96 12:00AM      1,828,600 VBAPPT7.EXE
01/16/95 12:00AM         77,174 VBASMAPI.EXE
09/16/94 12:00AM      1,329,189 VBAXLHLP.EXE
02/27/98 02:46PM         36,208 VBC.EXE
03/31/94 12:00AM        689,385 VBCOBSQL.EXE
05/19/94 12:00AM         28,549 VBCOMDEM.EXE
07/29/95 12:00AM         63,762 VBDB300.EXE
10/05/94 12:00AM      1,318,251 VBDIST.EXE
04/22/94 12:00AM         78,655 VBEXTDEV.EXE
03/31/94 12:00AM         40,441 VBFILEIO.EXE
10/07/97 12:00AM         47,597 VBFTP.EXE
03/07/94 12:00AM         41,336 VBGRID.EXE
04/25/95 12:00AM        231,170 VBHC505.EXE
04/28/98 10:18PM         32,256 VBINET.EXE
01/30/96 12:00AM      5,691,213 VBKB16.EXE
04/23/96 12:00AM      1,881,867 VBKB32.EXE
11/30/94 12:00AM         23,094 VBMCI.EXE
01/04/98 12:07AM         42,726 VBOBJVW.EXE
04/13/96 12:00AM      1,029,882 VBRASAPI.EXE
07/27/93 12:00AM        172,991 VBRUN100.EXE
07/27/93 12:00AM        220,504 VBRUN200.EXE
03/07/94 12:00AM        246,805 VBRUN300.EXE
04/21/97 12:00AM         32,413 VBS32K.EXE
03/17/97 12:00AM         71,069 VBSARRAY.EXE
01/09/97 12:00AM         25,888 VBSTRING.EXE
09/29/97 12:00AM         30,695 VBTHREAD.EXE
07/20/94 12:00AM         41,629 VBXC.EXE


Quote:
>Hi David,

>I had the very same problem.  There is a fix on the Microsoft site which
>fixes this and other control problems.  The file is called Vbc.exe.  I
found
>it by doing a search in the Microsoft support site for Visual Basic
license.
>I know it's out there.

>Good luck,

>Jeff


>>Hi all

>>When trying to use comctl32.ocx in my vb5 project I received the following
>>error.

>>"License information for this component is not found..."

>>I then tried to use regsvr32.exe to register the DLL but received the
>>following message,

>>"Comctl32.dll was loaded but the DLLRegisterServer entry point was not
>>found. DLLRegisterServer may not be exported or a corrupt version of
>>comctl32.dll may be in memory. Consider using PView to detect & remove it
>."

>>I used PView to have a look if comctl32 was loaded into memory but found
>>nothing and I still couldn't use the control.

>>Next I copied the newest version of comctl32.dll & .ocx to my machine but
>>with the same result as above.

>>I then copied the old version back on and made a setup disk from another
>>machine that had a working version of the new comctl32 control hoping that
>>when I installed the setup disk on my machine the newer version of
comctl32
>>would be copied over the old and registered.

>>The copy process didn't occur and I am back to square one.

>>Can anyone help stop a young man aging prematurely?

>>Thanks in advance

>>David Burke



Mon, 26 Feb 2001 03:00:00 GMT  
 Can't Register Comctl32.OCX


Quote:
>Hi David,

>I had the very same problem.  There is a fix on the Microsoft site which
>fixes this and other control problems.  The file is called Vbc.exe.  I
found
>it by doing a search in the Microsoft support site for Visual Basic
license.
>I know it's out there.

>Good luck,

>Jeff


>>Hi all

>>When trying to use comctl32.ocx in my vb5 project I received the following
>>error.

>>"License information for this component is not found..."

>>I then tried to use regsvr32.exe to register the DLL but received the
>>following message,

>>"Comctl32.dll was loaded but the DLLRegisterServer entry point was not
>>found. DLLRegisterServer may not be exported or a corrupt version of
>>comctl32.dll may be in memory. Consider using PView to detect & remove it
>."

>>I used PView to have a look if comctl32 was loaded into memory but found
>>nothing and I still couldn't use the control.

>>Next I copied the newest version of comctl32.dll & .ocx to my machine but
>>with the same result as above.

>>I then copied the old version back on and made a setup disk from another
>>machine that had a working version of the new comctl32 control hoping that
>>when I installed the setup disk on my machine the newer version of
comctl32
>>would be copied over the old and registered.

>>The copy process didn't occur and I am back to square one.

>>Can anyone help stop a young man aging prematurely?

>>Thanks in advance

>>David Burke



Fri, 09 Mar 2001 03:00:00 GMT  
 Can't Register Comctl32.OCX
Hi

I had the same problem and I uninstalled then re-installed VB, hoping that
it would solve the problem and it never.

So what I did was to delete the comctl32.ocx file from the windows system
directory, then re-installed VB and it worked OK.

try it.


Legio Patria Nostra



Fri, 09 Mar 2001 03:00:00 GMT  
 Can't Register Comctl32.OCX
I had this same problem but got it fixed by installing the Visual Studio 97
Service Pack 3.  There are known bugs in this Comctl32.ocx control which
this service pack fixes.


Sun, 11 Mar 2001 03:00:00 GMT  
 Can't Register Comctl32.OCX
Someone told me that the problem arises when you install Internet Explorer
4.

Chris Kiekens


Quote:
>I had this same problem but got it fixed by installing the Visual Studio 97
>Service Pack 3.  There are known bugs in this Comctl32.ocx control which
>this service pack fixes.



Thu, 15 Mar 2001 03:00:00 GMT  
 Can't Register Comctl32.OCX

----------

Quote:

>Hi

>I had the same problem and I uninstalled then re-installed VB, hoping that
>it would solve the problem and it never.

>So what I did was to delete the comctl32.ocx file from the windows system
>directory, then re-installed VB and it worked OK.

>try it.


>Legio Patria Nostra



Fri, 23 Mar 2001 03:00:00 GMT  
 
 [ 8 post ] 

 Relevant Pages 

1. Can't register comctl32.ocx ???

2. Problems registering comdlg32.ocx and comctl32.ocx

3. Dependency Files for comctl32.ocx and comctl32.ocx

4. A95 application installation: COMCTL32.OCX was unable to register itself

5. COMCTL32.OCX not registered?!!

6. HELP!!! Registering comctl32.ocx

7. comctl32.ocx Office97 Library Register Problems

8. Need Help Registering COMCTL32.OCX

9. register comctl32.ocx

10. comctl32.ocx registered. error

11. Having problems registering comctl32.ocx...

12. comctl32.ocx self-registering?

 

 
Powered by phpBB® Forum Software