Guest_imported
New member
- Jan 1, 1970
- 0
I am using Visual basic 6.00 to deploy an application that incorporates an OCX built with Visual C++ 6.0.
The setup wizard gets an error registering the ocx and of course the app fails when invoking it. On a PC that have VB6 installed it works OK. I tried regsvr32 but a loadlibrary error occurs (0x0000001f = 31 ERROR_GEN_FAILURE that means “A device attacched to the sistem is not functioning”).
The OCX developer said me that the OCX was built to have virtually not dependencies and he can't think of anything that might cause the OCX not to register.
It seems that one or more dll’s installed by VB are required for the registration, but looking on the Dependency walker (an utility of Visual Studio) all of the dll’s are present on the client pc. Upgrading them with the recents ones don’t match.
I looked into the microsoft support sites, but anithing help me on that.
Any hints ???
Thanks very much
Leandro Bil
Leandrobil@katamail.com
The setup wizard gets an error registering the ocx and of course the app fails when invoking it. On a PC that have VB6 installed it works OK. I tried regsvr32 but a loadlibrary error occurs (0x0000001f = 31 ERROR_GEN_FAILURE that means “A device attacched to the sistem is not functioning”).
The OCX developer said me that the OCX was built to have virtually not dependencies and he can't think of anything that might cause the OCX not to register.
It seems that one or more dll’s installed by VB are required for the registration, but looking on the Dependency walker (an utility of Visual Studio) all of the dll’s are present on the client pc. Upgrading them with the recents ones don’t match.
I looked into the microsoft support sites, but anithing help me on that.
Any hints ???
Thanks very much
Leandro Bil
Leandrobil@katamail.com