Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to use dll's
Message
De
21/09/2000 10:38:59
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00418635
Message ID:
00419038
Vues:
21
>>>>>>>>>>>>
>Apparently VB dll's are not the kind you use the Declare - Dll statements with.
>>>>>>>>>>>
>
>Right. There are two kinds of DLLs that you can call -- API-style DLL calls, and COM. The first type are created in C, C++, Delphi (?) and are assigned with SET LIBRARY TO --- the second can be created in VB, VFP, etc. and are called by another program via CREATEOBJECT().


Not really. .FLL files are added via SET LIBRARY, and are direct extensions of VFP working with a special API that exposes VFP's internals to the .FLL; standard C-style .DLL files get referenced by using DECLARE...DLL to produce references to DLL entrypoints; things not passed as parameters to a standard .DLL are not visible; FLL code can access VFP's internal NTI, and actually call VFP native commands within the FLL
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform