Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS General Discussion » CExtProgressWnd in release mode Collapse All
Subject Author Date
Itay Shahaf Aug 16, 2007 - 12:13 AM

Hi,

An application I wrote take a lot of time to run (about 20 minutes), so I put on a CExtProgressWnd. The application is single threaded. When running in debug mode, the progress bar is running fine. When running in release mode, the progress bar sometimes stops to show the progress, although its update code is running. I suspect that it might be caused because another application, MSN messenger for example,
takes the focus (because an incoming message), but I’m not sure about this suspicion. Please help !

Itay.

Technical Support Aug 19, 2007 - 10:03 AM

Did you try to debug the release version of your application? We wonder what is the update code running in your message? Is it an invocation of the UpdateWindow() API? In any case, you can send us a test project so we can help you find out what is wrong.