Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP is Multithread or MultiProcess?
Message
 
 
To
22/11/2003 19:50:20
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00852517
Message ID:
00853038
Views:
20
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform