Click here to Skip to main content
15,895,011 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Advice: Managed C++ or C# Pin
ThatsAlok29-Dec-05 21:13
ThatsAlok29-Dec-05 21:13 
AnswerRe: Advice: Managed C++ or C# Pin
Owner drawn29-Dec-05 18:58
Owner drawn29-Dec-05 18:58 
AnswerRe: Advice: Managed C++ or C# Pin
Joe Woodbury31-Dec-05 7:14
professionalJoe Woodbury31-Dec-05 7:14 
GeneralRe: Advice: Managed C++ or C# Pin
fmmanrique2-Jan-06 10:31
fmmanrique2-Jan-06 10:31 
QuestionUpgrading MFC projects from VS2003 to VS2005 Pin
peterboulton29-Dec-05 2:56
professionalpeterboulton29-Dec-05 2:56 
AnswerRe: Upgrading MFC projects from VS2003 to VS2005 Pin
ddmcr29-Dec-05 3:07
ddmcr29-Dec-05 3:07 
AnswerRe: Upgrading MFC projects from VS2003 to VS2005 Pin
peterboulton29-Dec-05 3:57
professionalpeterboulton29-Dec-05 3:57 
GeneralRe: Upgrading MFC projects from VS2003 to VS2005 Pin
ddmcr29-Dec-05 6:23
ddmcr29-Dec-05 6:23 
peterboulton wrote:
theTable.Format(CStringRes(IDS_STATSHTML_STRING), m_AvePctErr, diagMAPE, m_StdError, diagStdErr, m_StdDev, diagStdDev, m_ymean, diagMean, m_CorrCoeff, diagCorrCoeff);


the problem is here that in Visual Studio 2003 following line of code was OK :

someString.Format("x = %d",x);


in VS2005 you need to write :

someString.Format(_T("x = %d"),x);


peterboulton wrote:
Debug Assertion Failed! Program: ... File: f:\rtm\vctools\crt_bld\self_x86\crt\src\output.c Line: 1123 Expression: (state != ST_INVALID) For information on how your program can cause an assertion failure, see the Visual C++ documentation on asserts. (Press Retry to debug the application)


Does this happen with all projects ?



"Success is the ability to go from one failure to another with no loss of enthusiasm." - W.Churchill


GeneralRe: Upgrading MFC projects from VS2003 to VS2005 Pin
peterboulton29-Dec-05 6:38
professionalpeterboulton29-Dec-05 6:38 
AnswerRe: Upgrading MFC projects from VS2003 to VS2005 Pin
Nish Nishant29-Dec-05 8:32
sitebuilderNish Nishant29-Dec-05 8:32 
QuestionCRichEditView question Pin
YaronNir29-Dec-05 2:20
YaronNir29-Dec-05 2:20 
QuestionRe: CRichEditView question Pin
David Crow29-Dec-05 3:12
David Crow29-Dec-05 3:12 
AnswerRe: CRichEditView question Pin
YaronNir29-Dec-05 3:25
YaronNir29-Dec-05 3:25 
GeneralRe: CRichEditView question Pin
David Crow29-Dec-05 3:49
David Crow29-Dec-05 3:49 
GeneralRe: CRichEditView question Pin
YaronNir29-Dec-05 3:52
YaronNir29-Dec-05 3:52 
GeneralRe: CRichEditView question Pin
David Crow29-Dec-05 3:54
David Crow29-Dec-05 3:54 
QuestionTo Change CPU after creation of Project in eVC++ Pin
birajendu29-Dec-05 1:59
birajendu29-Dec-05 1:59 
AnswerRe: To Change CPU after creation of Project in eVC++ Pin
GDavy29-Dec-05 2:15
GDavy29-Dec-05 2:15 
GeneralRe: To Change CPU after creation of Project in eVC++ Pin
birajendu29-Dec-05 17:30
birajendu29-Dec-05 17:30 
QuestionPrinting REFCLSID Pin
Chintoo72329-Dec-05 1:44
Chintoo72329-Dec-05 1:44 
AnswerRe: Printing REFCLSID Pin
khan++29-Dec-05 3:15
khan++29-Dec-05 3:15 
GeneralRe: Printing REFCLSID Pin
Chintoo72329-Dec-05 3:25
Chintoo72329-Dec-05 3:25 
QuestionShade icon on the view (SDI ) Pin
zhonglin.liang29-Dec-05 1:39
zhonglin.liang29-Dec-05 1:39 
AnswerRe: Shade icon in a view (SDI ) Pin
Identity Undisclosed29-Dec-05 1:58
Identity Undisclosed29-Dec-05 1:58 
GeneralRe: Shade icon in a view (SDI ) Pin
zhonglin.liang29-Dec-05 2:17
zhonglin.liang29-Dec-05 2:17 

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.