We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
When I build a project (hit F7 for instance) the screen goes blank until it's done, then it comes back to Keil uVision2. Everything works correctly, but it's a big pain in the butt to have the screen change. What's happening? It seems to me that the computer is switching to a type of dos full screen display (640x480), then switching back. How do I stop it?
Check the Keil knowledgebase. http://www.keil.com/support/docs/1852.htm Jon
Great for NT, but I'm on 98. Where is this setting in 98? Guess I'll keep looking.
Jon, thanks for the help, but that was for NT. I fished around in the Micrsoft knowledge base and found Article ID: Q126031 titled PRB: Repeated Blank Screens During Build Process in VC++. I had the same problem with MSDEV. Turns out you have to check the property settings in the file named CONAGENT.EXE to be sure it runs in a window, not full screen. Did that one little thing (one mouse click!) and presto wammo problem solved. Guess I should squirl this little tidbit away for someone else later.