Some servers and ocx's won't unregister 
Author Message
 Some servers and ocx's won't unregister

I have a couple machines I use for development.  Both of them have several
dll's, ocx's, and active x exe's that I have created.

If I manually unregister them using regsvr32 /u mydll.dll or myexe.exe
/unregserver, most of these components unregister but not all of them.
There is always one or two, and they are different on each machine, that
doesn't unregister.

To test to see if they have been unregistered, I load VB and look in Project
/ References and Project / Components.  If I see them there I assume they
did not get unregistered.  Whats happening???

Clark Sann



Sun, 04 Mar 2001 03:00:00 GMT  
 Some servers and ocx's won't unregister
Clark,

Its kind of hard to tell why they are not unregistering without using a
de{*filter*} and tracing into the DllUnregister() call. You did not say what
language the DLLs and OCXs are written in, however, the problem might be
that some of the controls do not even have any code behind the
un-registration code. For instance, I VC4.0 does not even put anything in
the DllUnregister() function. It was up to the programmer to do. I think the
same is true for 5.0 as well. If you have the source for them can you walk
thru the unregister code?

Kyle


http://www.*-*-*.com/

Quote:

>I have a couple machines I use for development.  Both of them have several
>dll's, ocx's, and active x exe's that I have created.

>If I manually unregister them using regsvr32 /u mydll.dll or myexe.exe
>/unregserver, most of these components unregister but not all of them.
>There is always one or two, and they are different on each machine, that
>doesn't unregister.

>To test to see if they have been unregistered, I load VB and look in
Project
>/ References and Project / Components.  If I see them there I assume they
>did not get unregistered.  Whats happening???

>Clark Sann




Sun, 04 Mar 2001 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Why don't my exe's and ocx's unregister

2. MSINET.OCX *still* won't register, and now IE4 won't install

3. Unregister OCX's

4. VB4.0 won't register OCX's built with VC++4.0

5. Registering DLL's and OCX's in Win 3.1

6. IE5.5 + OCX + web page won't display on some PC's

7. _,.+*'^'*+.,_ ACTiVEX OCX TRADE _,.+*'^'*+.,_

8. RDO OCX won't load in design mode

9. Comdl32.ocx won't load

10. vbsql.ocx won't load

11. OCX in VB4 won't Load.

12. VB5 : Comdl32.ocx won't load

 

 
Powered by phpBB® Forum Software