Click here to Skip to main content
15,920,801 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: exception handeling Pin
Bram van Kampen24-Sep-06 15:16
Bram van Kampen24-Sep-06 15:16 
GeneralRe: exception handeling Pin
Christian Graus24-Sep-06 15:18
protectorChristian Graus24-Sep-06 15:18 
GeneralRe: exception handeling Pin
Bram van Kampen24-Sep-06 16:15
Bram van Kampen24-Sep-06 16:15 
GeneralRe: exception handeling Pin
Christian Graus24-Sep-06 16:31
protectorChristian Graus24-Sep-06 16:31 
GeneralRe: exception handeling Pin
Bram van Kampen25-Sep-06 13:58
Bram van Kampen25-Sep-06 13:58 
GeneralRe: exception handeling Pin
Stephen Hewitt24-Sep-06 16:18
Stephen Hewitt24-Sep-06 16:18 
Questionproblem with code after switching to visual studio 2005 Pin
swatgodjr24-Sep-06 10:51
swatgodjr24-Sep-06 10:51 
AnswerRe: problem with code after switching to visual studio 2005 Pin
Christian Graus24-Sep-06 12:34
protectorChristian Graus24-Sep-06 12:34 
swatgodjr wrote:
i passed into a ostrstrea object(which in 2005 now is ostringstream)


I suspect this means you used to use strstream.h. The standard headers you're now using in VC2005 were there in VC6, but it's taken this long for the headers that are not part of standard C++ to be removed from the Microsoft compiler.

swatgodjr wrote:
but i am not sure what changes were made


All the the changes made were to make the compiler more standards compliant, in other words, if your code had been legal C++, it would not have caused any problems.

swatgodjr wrote:
if someone could help me figure out what might be wrong i would greatly appreciate it.


I'm more than happy to help. Not much I can do without seeing the code Smile | :)

Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog

GeneralRe: problem with code after switching to visual studio 2005 Pin
swatgodjr24-Sep-06 13:06
swatgodjr24-Sep-06 13:06 
GeneralRe: problem with code after switching to visual studio 2005 Pin
Christian Graus24-Sep-06 14:14
protectorChristian Graus24-Sep-06 14:14 
GeneralRe: problem with code after switching to visual studio 2005 Pin
swatgodjr24-Sep-06 14:50
swatgodjr24-Sep-06 14:50 
GeneralRe: problem with code after switching to visual studio 2005 Pin
Christian Graus24-Sep-06 15:01
protectorChristian Graus24-Sep-06 15:01 
GeneralRe: problem with code after switching to visual studio 2005 Pin
swatgodjr24-Sep-06 15:19
swatgodjr24-Sep-06 15:19 
GeneralRe: problem with code after switching to visual studio 2005 Pin
Christian Graus24-Sep-06 15:32
protectorChristian Graus24-Sep-06 15:32 
QuestionMemory Hogger!? Pin
MacGadger24-Sep-06 7:43
MacGadger24-Sep-06 7:43 
AnswerRe: Memory Hogger!? Pin
Christian Graus24-Sep-06 16:12
protectorChristian Graus24-Sep-06 16:12 
AnswerRe: Memory Hogger!? Pin
Hamid_RT26-Sep-06 6:31
Hamid_RT26-Sep-06 6:31 
QuestionCEdit and ON_EN_CHANGE [modified] Pin
Oliver12324-Sep-06 6:55
Oliver12324-Sep-06 6:55 
AnswerRe: CEdit and ON_EN_CHANGE Pin
Eytukan24-Sep-06 7:20
Eytukan24-Sep-06 7:20 
GeneralRe: CEdit and ON_EN_CHANGE Pin
toxcct25-Sep-06 23:01
toxcct25-Sep-06 23:01 
AnswerRe: CEdit and ON_EN_CHANGE Pin
Gary R. Wheeler24-Sep-06 11:07
Gary R. Wheeler24-Sep-06 11:07 
QuestionRegistry Question Pin
LiYS24-Sep-06 5:54
LiYS24-Sep-06 5:54 
AnswerRe: Registry Question Pin
PJ Arends24-Sep-06 9:43
professionalPJ Arends24-Sep-06 9:43 
QuestionRich Edit Printing Pin
LiYS24-Sep-06 5:43
LiYS24-Sep-06 5:43 
QuestionHow to open Dialog for choose folder Pin
Max++24-Sep-06 5:40
Max++24-Sep-06 5:40 

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.