September 15th, 2010 04:26 AM
I am getting reports of the application that I write sporadically crashing under Windows 7 (more often than similar reports with XP). The program is configured to support memory addresses with the...
March 26th, 2010 12:19 PM
We have been having trouble with a program running on Windows 7 and we have traced it to this code.
CT2W szwService(SERVICE_WORKSTATION);
#if (_MSC_VER == 1500)
// XXXX The following...
December 11th, 2008 03:39 AM
I’m surprised not to see strongly typed enums as I thought they were based on managed C++ enums.
Also, what is the timescale for a future release with the rest of C++0x?
October 12th, 2007 07:43 AM
We protect some points from interruption with critical sections including the rich text window the analysis thread logs to. Maybe we don’t protect enough.
October 11th, 2007 11:23 AM
We develop a finite element application with a facility for users to abort analysis while it is running. Because the analysis code is not structured to poll a stop flag regularly and needs to clean...
August 31st, 2007 04:03 AM
Hallo.
Are there any differences in optimisation or preprocessor symbols?
February 9th, 2007 05:23 AM
We have a multithreaded application using MFC 7.1SP1. It has recently displayed very curious behaviour. When a new IE6 window is opened or the browser navigates to a page with a pop-under, the...
November 7th, 2006 03:55 AM
Unfortunately, we are currently in beta and are trying to drop in Russian support as unintrusively as possible. We were already intending to use Unicode builds for future releases.
November 6th, 2006 11:07 AM
We don’t support Windows before Windows 2000 and could live with reqiring Russian users to use XP. Unfortunately we want to implement Russian quickly so we don’t want to switch to wide characters.
...
November 6th, 2006 10:05 AM
I have an application using narrow-character MFC where resource strings used for program output can be switched between multiple languages. I have been asked to support Russian, which requires a...