Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Multi Thread via API Call..
Message
De
23/05/1999 07:18:14
 
 
À
21/05/1999 04:44:12
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00221276
Message ID:
00221864
Vues:
12
>I remember seeing a message on ..
>Calling a windows API to get Multiple threads....
>
>Can anyone point me to this????

I belive you can't do that in VFP alone since the CreateThread API call needs an address for a callback function, and VFP doesn't have VB's AddressOf property
I guess you can get multi=threading by wrapping a VFP program with VC or something like that I don't think it is worth it

Also note that an out-of-process exe will run in it own thread and that a MultiThreaded DLL (new feature of SP3) will be called in multithreads by MTS (but you won't have specific control over it)

Arnon
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform