Click here to Skip to main content
15,881,812 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
GeneralRe: Upgrading MFC projects from VS2003 to VS2005 Pin
peterboulton29-Dec-05 6:38
professionalpeterboulton29-Dec-05 6:38 
I really appreciate your suggestion to help on th specifics, but I was really hoping
to just get a flavour for other peoples' experiences with 2003 to 2005 ports. Is
it a struggle for most people, or just me? I've since resolved the CString issue.
For what it's worth, this code worked fine in VS2003:

CString txt;<br />
txt.Format("The MAPE<span style="color: red">%</span> was %0.2f%%",
fMapePct);


In VS2005 you need:


CString txt;<br />
txt.Format("The MAPE<span style="color: red">%%</span> was %0.2f%%",
fMapePct);


No worry, it only took me 2 hours to work out!  The solution is invariably
childishly simple once it's found!



So, more generally, what are peoples' experiences of porting from 2003 to 2005?



Pete

-- modified at 12:39 Thursday 29th December, 2005
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 
GeneralRe: Shade icon in a view (SDI ) Pin
Identity Undisclosed29-Dec-05 2:30
Identity Undisclosed29-Dec-05 2:30 

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.