For Programmers: Free Programming Magazines  


Home > Archive > VC Language > January 2006 > moving big MFC/STL app to vs2005









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author moving big MFC/STL app to vs2005
Al

2006-01-29, 7:04 pm

hi all

i'm moving several huge MFC/STL apps from vs2003 to vs2005 ... anyone tried
this yet? is there any MSDN lists of things to watch out for?

thanks


--
Al

schedman

2006-01-29, 7:04 pm

I started but put it on hold. I was using the istreamstring function to parse
input streams. (see note in this area). You will also have to deal with
upgrading any c like string functions in libc getc strcpy ..... which are
all be updated. Several default enviroments have changed. For example time is
now defaulted to 64 bit instead of 32 allowing dates beyond 2038 (ot r
something kike that. In other words there are changes ... probably for the
better. test test test.

"Al" wrote:

> hi all
>
> i'm moving several huge MFC/STL apps from vs2003 to vs2005 ... anyone tried
> this yet? is there any MSDN lists of things to watch out for?
>
> thanks
>
>
> --
> Al
>

Al

2006-01-29, 7:04 pm

thanks ... thats what i was afraid of

no time for all that ... maybe next lifetime :o)

--
Al



"schedman" wrote:
[color=darkred]
> I started but put it on hold. I was using the istreamstring function to parse
> input streams. (see note in this area). You will also have to deal with
> upgrading any c like string functions in libc getc strcpy ..... which are
> all be updated. Several default enviroments have changed. For example time is
> now defaulted to 64 bit instead of 32 allowing dates beyond 2038 (ot r
> something kike that. In other words there are changes ... probably for the
> better. test test test.
>
> "Al" wrote:
>
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com