Click here to Skip to main content
15,896,154 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: VC6 to VC2008 migration Pin
Stefan_Lang19-Jul-11 22:04
Stefan_Lang19-Jul-11 22:04 
I got similar errors when moving from 2003 to 2010 recently. The cause was a static library that was part of my project that bound the runtime library statically rather than dynamically. For some reason this was never a problem before, but VS 2010 didn't like it.

My advice is check the libs that are part of your solution and make sure they all use the same settings regarding the runtime library being used. note that it doesn't matter whether the lib is bound statically or dynamically to your executable - the main point is that all libs must use the same version of the runtime library. (and I believe the same is true for the choice of MFC library)
GeneralRe: VC6 to VC2008 migration Pin
_Flaviu20-Jul-11 4:05
_Flaviu20-Jul-11 4:05 
GeneralRe: VC6 to VC2008 migration Pin
_Flaviu20-Jul-11 19:51
_Flaviu20-Jul-11 19:51 
QuestionWhy debugging doesn't work properly when I choose "USE PRECOMPILED HEADER"? Pin
Cold_Fearing_Bird19-Jul-11 19:01
Cold_Fearing_Bird19-Jul-11 19:01 
AnswerRe: Why debugging doesn't work properly when I choose "USE PRECOMPILED HEADER"? Pin
Richard MacCutchan19-Jul-11 21:44
mveRichard MacCutchan19-Jul-11 21:44 
GeneralRe: Why debugging doesn't work properly when I choose "USE PRECOMPILED HEADER"? Pin
Cold_Fearing_Bird19-Jul-11 22:17
Cold_Fearing_Bird19-Jul-11 22:17 
GeneralRe: Why debugging doesn't work properly when I choose "USE PRECOMPILED HEADER"? Pin
Stefan_Lang19-Jul-11 22:48
Stefan_Lang19-Jul-11 22:48 
GeneralRe: Why debugging doesn't work properly when I choose "USE PRECOMPILED HEADER"? Pin
Cold_Fearing_Bird19-Jul-11 23:14
Cold_Fearing_Bird19-Jul-11 23:14 
GeneralRe: Why debugging doesn't work properly when I choose "USE PRECOMPILED HEADER"? Pin
Richard MacCutchan19-Jul-11 23:52
mveRichard MacCutchan19-Jul-11 23:52 
AnswerRe: Why debugging doesn't work properly when I choose "USE PRECOMPILED HEADER"? Pin
Stefan_Lang19-Jul-11 22:11
Stefan_Lang19-Jul-11 22:11 
GeneralRe: Why debugging doesn't work properly when I choose "USE PRECOMPILED HEADER"? Pin
Cold_Fearing_Bird19-Jul-11 22:22
Cold_Fearing_Bird19-Jul-11 22:22 
GeneralRe: Why debugging doesn't work properly when I choose "USE PRECOMPILED HEADER"? Pin
Stefan_Lang19-Jul-11 22:26
Stefan_Lang19-Jul-11 22:26 
QuestionHow to turn off the disassemble functionality Pin
Cold_Fearing_Bird19-Jul-11 5:48
Cold_Fearing_Bird19-Jul-11 5:48 
AnswerRe: How to turn off the disassemble functionality Pin
Richard MacCutchan19-Jul-11 6:15
mveRichard MacCutchan19-Jul-11 6:15 
AnswerRe: How to turn off the disassemble functionality Pin
Rajesh R Subramanian19-Jul-11 7:04
professionalRajesh R Subramanian19-Jul-11 7:04 
AnswerRe: How to turn off the disassemble functionality Pin
«_Superman_»19-Jul-11 8:40
professional«_Superman_»19-Jul-11 8:40 
GeneralRe: How to turn off the disassemble functionality Pin
Maximilien19-Jul-11 10:27
Maximilien19-Jul-11 10:27 
QuestionHow can I set the size of a popup CDialog? Pin
DanYELL19-Jul-11 5:20
DanYELL19-Jul-11 5:20 
AnswerRe: How can I set the size of a popup CDialog? Pin
Albert Holguin19-Jul-11 5:58
professionalAlbert Holguin19-Jul-11 5:58 
Questionright-click on windows taskbar Pin
kartikdasani19-Jul-11 2:18
kartikdasani19-Jul-11 2:18 
AnswerRe: right-click on windows taskbar Pin
«_Superman_»19-Jul-11 4:20
professional«_Superman_»19-Jul-11 4:20 
GeneralRe: right-click on windows taskbar Pin
kartikdasani20-Jul-11 3:27
kartikdasani20-Jul-11 3:27 
AnswerRe: right-click on windows taskbar Pin
Abhi Lahare20-Jul-11 11:33
Abhi Lahare20-Jul-11 11:33 
QuestionDialog box focus Pin
aangerma19-Jul-11 1:12
aangerma19-Jul-11 1:12 
AnswerRe: Dialog box focus Pin
User 742933819-Jul-11 1:35
professionalUser 742933819-Jul-11 1:35 

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.