Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pausing in my .dll
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00315821
Message ID:
00316148
Views:
29
In this case sleep() would probably ok for use in an out of proc EXE COM server too, correct? If not, what would be the best alternative?

Thanks,
Bill

>FWIW, you have to be careful with what you use Sleep for, because it suspends VFP's main thread. In a DLL it's probably safe to do this, but in other situations using Sleep causes all of VFP to freeze up including possible events that might be firing from ActiveX control and the like.
>
>+++ Rick ---
>
>
>>DECLARE Sleep IN WIN32API INTEGER
William A. Caton III
Software Engineer
MAXIMUS
Atlanta, Ga.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform