Click here to Skip to main content
15,888,351 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: fatal error C1001: INTERNAL COMPILER ERROR Pin
arun_pk7-Jun-10 20:40
arun_pk7-Jun-10 20:40 
QuestionUnable to print micron character µ (mu) in japanese OS Pin
arun_pk7-Jun-10 19:38
arun_pk7-Jun-10 19:38 
AnswerRe: Unable to print micron character µ (mu) in japanese OS Pin
GDavy7-Jun-10 21:17
GDavy7-Jun-10 21:17 
QuestionWindows message Pin
Pryabu7-Jun-10 19:27
Pryabu7-Jun-10 19:27 
AnswerRe: Windows message Pin
Stephen Hewitt7-Jun-10 19:37
Stephen Hewitt7-Jun-10 19:37 
GeneralRe: Windows message Pin
Cool_Dev7-Jun-10 20:11
Cool_Dev7-Jun-10 20:11 
QuestionVisual C++ 6 migrate to Visual Studio 2008 Pin
cancerion7-Jun-10 19:21
cancerion7-Jun-10 19:21 
AnswerRe: Visual C++ 6 migrate to Visual Studio 2008 Pin
Randor 7-Jun-10 20:26
professional Randor 7-Jun-10 20:26 
Hi,

Microsoft releases a list of what they call 'Breaking Changes' each time they release a new compiler.

Breaking Changes in Visual C++ .NET 2003[^]
Breaking Changes in the Visual C++ 2005 Compiler[^]
Breaking Changes in Visual C++ 2008[^]
Breaking Changes in Visual C++ 2010[^]

When I am upgrading legacy VC6 applications... I would say that one of the most common problems that I find is within the STL. For example VC6 iterators could be compared to NULL which was non-compliant with the standards. You will now need to compare it to the container.end()

Hmmm I guess another issue I see alot is the forced conformance in for-loop scope. It seems alot of VC6 C++ software engineers would re-use variables outside of the loop scope. You can disable the conformance but I usually take the time to fix it.

Another common issue that I find within MFC projects... is that some of the MFC message handler function signatures have been changed from UINT to LRESULT.

Thats all I can really think of at the moment...

Best Wishes,
-David Delaune
QuestionHow to send message to the MainFrame from the dll space ? Pin
wangningyu7-Jun-10 18:02
wangningyu7-Jun-10 18:02 
AnswerRe: How to send message to the MainFrame from the dll space ? Pin
Cool_Dev7-Jun-10 19:58
Cool_Dev7-Jun-10 19:58 
GeneralRe: How to send message to the MainFrame from the dll space ? Pin
wangningyu7-Jun-10 20:06
wangningyu7-Jun-10 20:06 
GeneralRe: How to send message to the MainFrame from the dll space ? Pin
Cool_Dev7-Jun-10 20:22
Cool_Dev7-Jun-10 20:22 
GeneralRe: How to send message to the MainFrame from the dll space ? Pin
wangningyu7-Jun-10 20:36
wangningyu7-Jun-10 20:36 
AnswerRe: How to send message to the MainFrame from the dll space ? Pin
Aescleal7-Jun-10 21:08
Aescleal7-Jun-10 21:08 
GeneralRe: How to send message to the MainFrame from the dll space ? Pin
wangningyu7-Jun-10 21:18
wangningyu7-Jun-10 21:18 
QuestionBITMAP.bmBits returning NULLS Pin
ForNow7-Jun-10 13:56
ForNow7-Jun-10 13:56 
AnswerRe: BITMAP.bmBits returning NULLS Pin
Niklas L7-Jun-10 20:59
Niklas L7-Jun-10 20:59 
GeneralRe: BITMAP.bmBits returning NULLS Pin
ForNow8-Jun-10 6:38
ForNow8-Jun-10 6:38 
GeneralRe: BITMAP.bmBits returning NULLS Pin
ForNow8-Jun-10 18:21
ForNow8-Jun-10 18:21 
GeneralRe: BITMAP.bmBits returning NULLS Pin
Niklas L8-Jun-10 23:07
Niklas L8-Jun-10 23:07 
GeneralRe: BITMAP.bmBits returning NULLS Pin
ForNow9-Jun-10 2:56
ForNow9-Jun-10 2:56 
GeneralRe: BITMAP.bmBits returning NULLS Pin
Niklas L9-Jun-10 11:19
Niklas L9-Jun-10 11:19 
GeneralRe: BITMAP.bmBits returning NULLS Pin
ForNow9-Jun-10 13:16
ForNow9-Jun-10 13:16 
GeneralRe: BITMAP.bmBits returning NULLS Pin
Niklas L9-Jun-10 21:57
Niklas L9-Jun-10 21:57 
GeneralRe: BITMAP.bmBits returning NULLS Pin
ForNow10-Jun-10 21:29
ForNow10-Jun-10 21:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.