When you hit f5 your are running the debugger. Hit ctrl+f5 (runs without the debbuger) and it should be a lot faster.
E
eddstar
@eddstar
Posts
-
Managed C++ Running Delay -
How to make the system beepsimple question, how do I make the computer beep from my managed c++ application. I've been looking a MessageBeep and Beep which both need the windows base class to work. However, I can't get either to work. Any replies would be greatly appreciated. Thanks