Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Registering DLL failed return code 0x8004005
Message
 
À
24/08/2001 10:23:48
Rex Mahel
Realm Software, Llc
Ohio, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00548622
Message ID:
00548660
Vues:
7
>All,
>
>I am trying to register a new DLL, created in VFP6.0 SP5, on a machine running Win95. I am getting the above message. How can I get this DLL to register?
>
>Thanks
>
Rex,

This isn't one of the two error codes that would be returned. The only documented ones are: SELFREG_E_TYPELIB (0x80040200) and SELFREG_E_CLASS (0x80040201). The former error indicates that all the type libraries couldn't be registered. The latter that all the classes couldn't be registered. Further, the value doesn't look quite right (the expression is only 28 rather than 32 bits). Are you sure it's correct?

You might try programmatically registering the server via its DllRegisterServer() function call and see what that returns.
George

Ubi caritas et amor, deus ibi est
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform