Re: VC++ sample for fast notification interface? - WeOnlyDo Discussion board

Re: VC++ sample for fast notification interface? (General questions)

by wodSupport, Monday, October 10, 2005, 22:29 (6765 days ago) @ Paul

Paul,

no drawbacks, that's how I think you should do it. Just make sure you use WaitMessage so you don't use CPU too much, and make sure you can always get out of the loop (you can use WM_TIMER to be posted regularly for that).

Kreso


Complete thread: