Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP is Multithread or MultiProcess?
Message
 
 
À
22/11/2003 19:50:20
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00852517
Message ID:
00853038
Vues:
19
>Although, as specified, a VFP app is a single thread, there is no way to create another thread. Sure, you could proably use the Windows api to do it, but it wouldn't be simple.

Actually, you couldn't. CreateThread() requires a callback function, which VFP can't accomodate. You could pull it off with a C++ DLL that VFP calls into, but it rapidly becomes more trouble than it's worth.
Mike Stewart
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform