quote:
Originally posted by Eljay
Most likely yes, maybe if you explained what you were trying to accomplish we can help out.
Thanks. I appreciate it.
I installed VC++ (Express 2008) and I'll give it a try.
My code has a long loop and calls to the Sleep WinAPI to control the speed. The sleep/delay should be pretty quick (10 ms), so I cannot use Plus! timers as I see it.
However, this would stall everything else in WLM/Plus!, so I need it to run in a different thread.
It is supposed to do smooth animation/movement on a custom window.
I am not sure how you can help but I'll let you know how it goes.