i have found an very very unserious problem and i have no idea what went wrong in my system! i use windows2000pro with all fixed and latest SP and DX9 (feb 2005 release)!
Code: Select all
OpenConsole()
For test = 0 To 10
Repeat
Delay(1)
loop = loop+1
; Debug loop
Until loop = 1000 : loop = 0
PrintN("#")
Next
EndThis works fine when i have run ICQ2003Pro in the background! But the curious thing is, when i turn off ICQ, the same code runs very very slow (without debugger and same on exe!)!
Its sooo slow, that i have only to wait up to 80ms (for computer this are only 80ms but in real this are up to 1000ms! Very strange!) I checked taskman and its all fine with CPU usage and memory)!
btw, i own an AMD3200+ WInchester (supports 64bit)! When i run ICQ again, and try to compile, it works again fine (normal speed)
soneone an idea what happen here??? (i would understand it, if the problem only exist if icq would run... but the curious thing is, that it still only happen, if ICQ dont run....
EDIT:
i have tried to replace Delay() by Sleep() = no different! And there are no add nor unknown tasks running in background! (checked!)



