Click here to Skip to main content
15,929,429 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Oh No. What Have I done. Pin
Michael Dunn8-Feb-07 16:34
sitebuilderMichael Dunn8-Feb-07 16:34 
QuestionShould I migrate from Visual C++ 6 to Visual C++ 2005 Pin
Wei Cheng8-Feb-07 10:45
Wei Cheng8-Feb-07 10:45 
AnswerRe: Should I migrate from Visual C++ 6 to Visual C++ 2005 Pin
Christian Graus8-Feb-07 10:56
protectorChristian Graus8-Feb-07 10:56 
GeneralRe: Should I migrate from Visual C++ 6 to Visual C++ 2005 Pin
Michael Dunn8-Feb-07 16:35
sitebuilderMichael Dunn8-Feb-07 16:35 
AnswerRe: Should I migrate from Visual C++ 6 to Visual C++ 2005 Pin
led mike8-Feb-07 11:36
led mike8-Feb-07 11:36 
AnswerRe: Should I migrate from Visual C++ 6 to Visual C++ 2005 Pin
Ravi Bhavnani8-Feb-07 14:24
professionalRavi Bhavnani8-Feb-07 14:24 
AnswerRe: Should I migrate from Visual C++ 6 to Visual C++ 2005 Pin
Michael Dunn8-Feb-07 16:36
sitebuilderMichael Dunn8-Feb-07 16:36 
AnswerRe: Should I migrate from Visual C++ 6 to Visual C++ 2005 Pin
#realJSOP8-Feb-07 23:29
professional#realJSOP8-Feb-07 23:29 
If you're writing VC++ code, VS2005 makes your life harder because the new IDE is built around .Net development.

For VC++ programmers, the ONLY real reason to switch is to get the newest version of MFC, but be prepared for a bit of work to get your code to compile clean. A lot of MFC functionality has changed (be especially aware of COleDateTime changes). Also, if you do move to VS2005, make sure you also download and install the service pack that was released in December.

We had an app that was over 670,000 lines of code spread across 24 sub-projects. The initial compile resulted in over 2000 errors, and over 4000 warnings. It only took about two hours re-factor the code code because a lot of the warnings/errors were just duplicates of prior entries.

Lastly, despite what Christian said, VC6 is most certainly NOT rubbish. If you're in the middle of development on a project using VC6, I'd stick with VC6 for that version and move to VS2005 for the next major revision.




"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001


AnswerRe: Should I migrate from Visual C++ 6 to Visual C++ 2005 Pin
Wei Cheng9-Feb-07 3:02
Wei Cheng9-Feb-07 3:02 
QuestionDialog box from UI thread crashes application Pin
BuckBrown8-Feb-07 10:43
BuckBrown8-Feb-07 10:43 
AnswerRe: Dialog box from UI thread crashes application Pin
Mark Salsbery8-Feb-07 11:28
Mark Salsbery8-Feb-07 11:28 
GeneralRe: Dialog box from UI thread crashes application Pin
BuckBrown8-Feb-07 12:05
BuckBrown8-Feb-07 12:05 
GeneralRe: Dialog box from UI thread crashes application Pin
Mark Salsbery8-Feb-07 12:24
Mark Salsbery8-Feb-07 12:24 
GeneralRe: Dialog box from UI thread crashes application Pin
BuckBrown8-Feb-07 12:35
BuckBrown8-Feb-07 12:35 
GeneralRe: Dialog box from UI thread crashes application Pin
Mark Salsbery8-Feb-07 12:52
Mark Salsbery8-Feb-07 12:52 
GeneralRe: Dialog box from UI thread crashes application Pin
BuckBrown8-Feb-07 13:02
BuckBrown8-Feb-07 13:02 
GeneralRe: Dialog box from UI thread crashes application Pin
BuckBrown8-Feb-07 13:51
BuckBrown8-Feb-07 13:51 
GeneralRe: Dialog box from UI thread crashes application Pin
Mark Salsbery8-Feb-07 13:53
Mark Salsbery8-Feb-07 13:53 
GeneralRe: Dialog box from UI thread crashes application Pin
Mark Salsbery8-Feb-07 13:55
Mark Salsbery8-Feb-07 13:55 
GeneralRe: Dialog box from UI thread crashes application Pin
Mark Salsbery8-Feb-07 13:57
Mark Salsbery8-Feb-07 13:57 
AnswerRe: Dialog box from UI thread crashes application Pin
Ravi Bhavnani8-Feb-07 14:29
professionalRavi Bhavnani8-Feb-07 14:29 
QuestionUniversal Bluetooth API / SDKs Pin
Obliterator8-Feb-07 9:22
Obliterator8-Feb-07 9:22 
AnswerRe: Universal Bluetooth API / SDKs Pin
Cedric Moonen8-Feb-07 9:54
Cedric Moonen8-Feb-07 9:54 
GeneralRe: Universal Bluetooth API / SDKs Pin
Obliterator9-Feb-07 3:37
Obliterator9-Feb-07 3:37 
QuestionWinsock send FiFo Size Pin
ScotDolan8-Feb-07 9:09
ScotDolan8-Feb-07 9:09 

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.