Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Installing VB.NET application using VFP DLL
Message
De
10/04/2006 10:55:05
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro et .NET
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01111923
Message ID:
01111984
Vues:
19
This message has been marked as the solution to the initial question of the thread.
GUID must be the SAME on any computer.
To automatically register DLL on the user's computer run regsvr32 your_dll_name.dll in the command prompt.
Or regsvr32 /s your_dll_name.dll (silent mode) form the installer.
In this case registration data (especially ProgID and CLSID) will be the same as on the development computer.

There are also other ways to invoke automatic registration.
Just remember that auto-register function DllRegisterServer is built into your DLL.
/A new technology turns into completely outdated stuff before you have a time to read "Getting Started..." section.
/If there are some "system programmers" then others are unsystematic.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform