Click here to Skip to main content
15,891,976 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Detecting GUI events Pin
CPallini2-Jan-07 3:24
mveCPallini2-Jan-07 3:24 
GeneralRe: Detecting GUI events Pin
narada1503-Jan-07 8:48
narada1503-Jan-07 8:48 
QuestionMFC Message map routing question Pin
Arris742-Jan-07 2:42
Arris742-Jan-07 2:42 
AnswerRe: MFC Message map routing question Pin
S Douglas2-Jan-07 23:24
professionalS Douglas2-Jan-07 23:24 
GeneralRe: MFC Message map routing question Pin
Arris743-Jan-07 7:32
Arris743-Jan-07 7:32 
QuestionConvert project VC++6.0 to VC++.Net Pin
Atul232-Jan-07 2:20
Atul232-Jan-07 2:20 
AnswerRe: Convert project VC++6.0 to VC++.Net Pin
Cristian Amarie2-Jan-07 6:41
Cristian Amarie2-Jan-07 6:41 
AnswerRe: Convert project VC++6.0 to VC++.Net [modified] Pin
S Douglas2-Jan-07 23:32
professionalS Douglas2-Jan-07 23:32 
The real question is do you want to take advantage of .NET?

I personally don't care for the VS 2005 IDE, but the complier is worlds better than VC 6.0 Complier. If you use STL at all it’s worth the upgrade to VS2005 alone.

If you are just doing C++ Development you can use VS2005 without worrying about .NET. Should you decide to move devolvement from VS 6.0 to VS 2005 there where some very important changes made. VS 2005 targets version 8 of the C / MFC run time, this isn’t a huge issue except most computers do not have the updated version of the run time installed. The only way to update the run time versions is to install them. Gone are the days of dropping dependency DLLs of that nature onto the computer, the new paradigm is SAS (Side By Side) DLL Support. This allows many versions of the same DLL to be run on the same box, theoretically eliminating DLL Hell. Additionally, by default all projects are UNICODE now (not generally an issue but it did trip me up for a few minutes).

Good Luck!


-- modified at 5:39 Wednesday 3rd January, 2007


-- modified at 5:40 Wednesday 3rd January, 2007



I'd love to help, but unfortunatley I have prior commitments monitoring the length of my grass. :Andrew Bleakley:


QuestionHow to Invoke Resource-Only DLL Dialogs Pin
Pradeep.Reddy2-Jan-07 1:29
Pradeep.Reddy2-Jan-07 1:29 
QuestionRe: How to Invoke Resource-Only DLL Dialogs Pin
prasad_som2-Jan-07 1:35
prasad_som2-Jan-07 1:35 
AnswerRe: How to Invoke Resource-Only DLL Dialogs Pin
Pradeep.Reddy3-Jan-07 7:17
Pradeep.Reddy3-Jan-07 7:17 
AnswerRe: How to Invoke Resource-Only DLL Dialogs Pin
prasad_som3-Jan-07 19:03
prasad_som3-Jan-07 19:03 
AnswerRe: How to Invoke Resource-Only DLL Dialogs Pin
Johan Pretorius2-Jan-07 2:42
Johan Pretorius2-Jan-07 2:42 
GeneralRe: How to Invoke Resource-Only DLL Dialogs Pin
Pradeep.Reddy3-Jan-07 7:13
Pradeep.Reddy3-Jan-07 7:13 
AnswerRe: How to Invoke Resource-Only DLL Dialogs Pin
Cristian Amarie2-Jan-07 6:50
Cristian Amarie2-Jan-07 6:50 
GeneralRe: How to Invoke Resource-Only DLL Dialogs Pin
Pradeep.Reddy3-Jan-07 7:11
Pradeep.Reddy3-Jan-07 7:11 
GeneralRe: How to Invoke Resource-Only DLL Dialogs Pin
Cristian Amarie3-Jan-07 8:00
Cristian Amarie3-Jan-07 8:00 
QuestionThe Active X control cannot be instantiated Pin
nripun2-Jan-07 1:20
nripun2-Jan-07 1:20 
GeneralRe: The Active X control cannot be instantiated Pin
prasad_som2-Jan-07 1:32
prasad_som2-Jan-07 1:32 
GeneralRe: The Active X control cannot be instantiated Pin
nripun2-Jan-07 1:45
nripun2-Jan-07 1:45 
GeneralRe: The Active X control cannot be instantiated Pin
prasad_som2-Jan-07 1:54
prasad_som2-Jan-07 1:54 
QuestionDll exception Pin
manu_22052-Jan-07 0:56
manu_22052-Jan-07 0:56 
AnswerRe: Dll exception Pin
CPallini2-Jan-07 2:25
mveCPallini2-Jan-07 2:25 
QuestionRe: Dll exception Pin
Hamid_RT2-Jan-07 17:48
Hamid_RT2-Jan-07 17:48 
QuestionInternet and C++ Pin
Malini Nair2-Jan-07 0:53
Malini Nair2-Jan-07 0:53 

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.