| Author |
moving big MFC/STL app to vs2005
|
|
|
| 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
>
| |
|
| 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:
>
|
|
|
|