Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help me with Sleep

Status
Not open for further replies.

teubenragee

Programmer
May 22, 2001
27
DE
I've got a real problem with the Sleep command:

The Sleep performs before the trts that are written before in the Same Bloc

if (Condition)
{

trt 1...
Sleep(xxxx);
trt2....
}

The Sleep command performs before 'trt1'
What does it come from?
What can I do to prevent from it?
????
Tell me something intelligent????
QUICCk
 
Check with the Debugger what's really going on!
Probably there is a fault anywhere else in the code (Buffer overflow or similar and the code is overwritten)
hnd
hasso55@yahoo.com

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top