Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multi Thread via API Call..
Message
From
23/05/1999 07:18:14
 
 
To
21/05/1999 04:44:12
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00221276
Message ID:
00221864
Views:
11
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform