Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to Create an other Thread in the VFP?
Message
From
15/05/2002 06:21:27
 
 
To
03/04/2002 03:27:19
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00640247
Message ID:
00656786
Views:
12
>Can any one tell me ?
>
>Thanks in Advance!

You can try to create an FLL (in C) and use the CreateThread() function. In the new thread, don't make any call to VFP directly otherwise your program will crash. Should you want to perform some VFP calls in the new thread (_Execute() for example), then you'll have to deal with thread switching to go back to the original thread of VFP.

Difficult to do but feasible. I have never tested this with COM.

Cheers,

Pat
Previous
Reply
Map
View

Click here to load this message in the networking platform