Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Need to programatically recover from dll mistake!
Message
De
11/04/2004 03:27:28
 
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00891903
Message ID:
00893890
Vues:
14
This message has been marked as a message which has helped to the initial question of the thread.
Actually an easier way:
TRY 
	x=CREATEOBJECT("dictionary.dict")
ENDTRY
IF TYPE("x")!='O'
	DECLARE integer DllRegisterServer IN dictionary.dll
	x=CREATEOBJECT("dictionary.dict")
ENDIF
If it's a COM DLL, then unregistering it is not required: just register it in it's new location.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform