how to work around OCX registration? 
Author Message
 how to work around OCX registration?

I made some changes to an OCX and i realy need to redistribute it.
My new OCX is binary compatible with the old one, but I have to re-build
en redistribute all applications with the new OCX. I think this makes no
sense, because there's nothing changed in the interface since it is bin.
compatible.

Is there a work- or hack-around for this? (change a win32 registry
entry?)

I realy appreciate any help. I have an app. wich needs the new OCX, but
the source code is not availlable for me, so redistributing is not a
option here.

Regards,
Jan Wicher



Mon, 12 Nov 2001 03:00:00 GMT  
 how to work around OCX registration?

Quote:

>I made some changes to an OCX and i realy need to redistribute it.
>My new OCX is binary compatible with the old one, but I have to re-build
>en redistribute all applications with the new OCX. I think this makes no
>sense, because there's nothing changed in the interface since it is bin.
>compatible.

>Is there a work- or hack-around for this? (change a win32 registry
>entry?)

>I realy appreciate any help. I have an app. wich needs the new OCX, but
>the source code is not availlable for me, so redistributing is not a
>option here.

>Regards,
>Jan Wicher

I'm not sure, but try executing

regsvr32 ocxname.ocx

after copying the .ocx into the new machine (could be in a install script)

JLS



Tue, 13 Nov 2001 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Work Around doesn't work for RichTextBox

2. Setup Wiz (Registration Blues - mfc40.dll, grid32.ocx, comdlg32.ocx)

3. Answer to comdlg32.ocx and comctl32.ocx registration problems

4. Listing of VBX/OCX's around?

5. Work Around for Update?

6. Opening .CSV file from VBA mis-converts SOME dates - how to work-around

7. Working around security

8. Work Around for AutoMail Send

9. work around for rich text puzzle

10. WorkGroup Work-Around

11. Working around GetAddress?

12. Document Map View work around?

 

 
Powered by phpBB® Forum Software