VB4 setup cannot register OCX files 
Author Message
 VB4 setup cannot register OCX files

When I run VB4 setup for my application on other PC's, when the program
gets ready to finish the setup it gives one or more (depending on the PC)
messages about being unable to register OCX files.  Works just great on my
PC.

On one PC I just get the message for the CRYSTL32.OCX file.  On a different
PC I get the same message for COMDLG32.OCX, TABCTL32.OCX,
DBLIST32.OCX,DBGRID32.OCX, THREED32.OCX, GUAGE32.OCX and CRYSTL32.OCX.  I
have double checked that I have the appropriate DLL files and have included
EVERYTHING suggested by the setup wizard.  I have even downloaded a program
to tell me which files which DLL's I could be missing, and even including
everything in my kit cannot get this to work.

Does anyone have any ideas on how to find what I am missing?
Thank-you.



Wed, 05 Jul 2000 03:00:00 GMT  
 VB4 setup cannot register OCX files

Quote:

>When I run VB4 setup for my application on other PC's, when the program
>gets ready to finish the setup it gives one or more (depending on the PC)
>messages about being unable to register OCX files.  Works just great on my
>PC.

Often the missing file is MSVCRT.DLL

A bug in an earlier version of Microsoft Visual C++ falsely demands
this .DLL in components produce with it.  Many 3rd party .OCX's were
built this way, so you need to ship MSVCRT.DLL with your setup.
(Some machines have it from other sources, which explains why your
setup works on some machines.)

-- Rick
--

(Rick Rutt is a system architect living and working in metropolitan Detroit.)



Thu, 06 Jul 2000 03:00:00 GMT  
 VB4 setup cannot register OCX files

The problem most likely is, that you also have VB  5 on your system (am I
right??).

This introduced some new system controls, which require minimum version levels
of som DLL's. These are of course available on your system. so everything works
fine here and you will not see any problem, until the first customer with an
"older" system calls in.

The only solution to that is: keep VB 4 and VB 5 separate.
Winfried Kaiser
Fortune Systems GmbH & Co.
Germany



Mon, 10 Jul 2000 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. VB 4.0(16-bit) Setup cannot register GRAPH16.OCX

2. cannot register crystl32.ocx during setup

3. Setup cannot register HHCTRL.OCX

4. Register problems, VB Setup dont register HTML.OCX, cant load or register

5. VB4/32: Cannot register xxx.OCX

6. Setup Wizard not registering all OCX's (VB4/32)

7. VB4 Cannot register DLL File

8. OCX files not registering during Setup Wizzard.

9. Can not register OCX files during software setup (installation)

10. Can't register OCX files during software setup (installation)

11. VB setup registering .ocx files

12. Problems registering OCX from setup file.

 

 
Powered by phpBB® Forum Software