Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DLLs
Message
De
21/08/1998 11:06:52
 
 
À
21/08/1998 10:53:13
Jim Rieck
Quicken Loans/Rock Financial/Title Sourc
Livonia, Michigan, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Re: DLLs
Divers
Thread ID:
00128483
Message ID:
00128796
Vues:
18
>So are you saying that a form cannot be a DLL and DLLs are only for client/server application?
>
>Is it possible to have a dll in a non client/server application?
>

From the 6.0 docs...

User Interfaces and In-Process Servers
The new apartment model threading support requires that in-process .dll Automation servers not have user-interfaces. In Visual FoxPro 5.0, one could create (although it was not recommended) an in-process .dll Automation server that had a user-interface such as a form. The form could be used only for display because the form events are not supported. In Visual FoxPro 6.0, any attempts to create a user-interface in an in-process .dll Automation generates an error.

An out-of-process .exe Automation server can have a user-interface. A new Visual FoxPro 6.0 function, SYS(2335), has been added so you can disable modal events for an out-of-process .exe Automation server, which may be deployed remotely without intervention from a user. Modal events are created by user-defined modal forms, system dialogs, the MESSAGEBOX( ) function and the WAIT command, and so on.

BOb
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform