Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Find example projects for building DLL?
Message
 
À
10/10/2008 03:36:18
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de projet
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Divers
Thread ID:
01353990
Message ID:
01354002
Vues:
17
>Hi all!
>I have two problems about DLL that build by VFP.
>1. Can other languages (VC++) use that DLL?
>2. Please send to me example projects of VFP for building DLL.
>Please help me!
>Thanks

VFP can build ONLY COM servers, you can't use VFP to biuld API DLL.
Yes all languages that can use COM Server can use your VFP built COM.
To do this you can have at least one class defined as OLEPUBLIC. That is the class that can be accessed from everywhere.
There is nothing different when you start your project BUT you have to keep one thing in mind.
If you build your project as DLL NO user interface is alowed. No MessageBox, No report, no wait window no forms etc.
If you want to have User interface you must build your project as EXE.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform