Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cannot sleep()
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Miscellaneous
Thread ID:
00655232
Message ID:
00655273
Views:
26
Stephen,

>do you know, are all "declare"s case sensitive?

It's a C/C++ thing that causes the case sensitivity. As far as VFP is concerned only the DECLARE command is affected. Once you declare it properly you can call it with any case:

declare dll Sleep ...

Sleep(100)
sleep(100)
SLEEP(100)
sleeP(100)

all of the above calls will work.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform