Click here to Skip to main content
16,007,932 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Threads.. Pin
Laing,James15-Jan-04 6:07
Laing,James15-Jan-04 6:07 
GeneralRe: Threads.. Pin
Laing,James15-Jan-04 10:29
Laing,James15-Jan-04 10:29 
GeneralRe: Threads.. Pin
Abhishek Srivastava15-Jan-04 16:58
Abhishek Srivastava15-Jan-04 16:58 
GeneralMSDN installation Pin
Rob Catterall15-Jan-04 3:15
Rob Catterall15-Jan-04 3:15 
GeneralRe: MSDN installation Pin
Maximilien15-Jan-04 3:25
Maximilien15-Jan-04 3:25 
GeneralRe: MSDN installation Pin
Gary Wheeler15-Jan-04 5:14
Gary Wheeler15-Jan-04 5:14 
GeneralRe: MSDN installation Pin
Rob Catterall15-Jan-04 23:15
Rob Catterall15-Jan-04 23:15 
GeneralRe: MSDN installation Pin
Gary Wheeler16-Jan-04 1:57
Gary Wheeler16-Jan-04 1:57 
Rob Catterall wrote:
Would you suggest that it is worthwhile upgrading from Visual Studio 6 (we have an MSDN subscription so I already have the software)?

Yes. While VS.NET has significant differences in the IDE from VC6, for the most part the changes are worthwhile. A number of editor functions that you used to have to write macros for are now provided directly. Speaking of which, if you use macros a lot, you're going to be really pissed off. Any macros you had from VC6 will have to be rewritten, since the IDE object model is completely different. Also, VS.NET 2002 had some bugs in the resource editors, which supposedly 2003 has corrected. We're at the tail end of a development cycle, so we haven't upgraded to 2003 yet, and I have no direct experience.

Rob Catterall wrote:
Can I continue to maintain VisualC++ 6 projects under vs.net

Sort of. VC6 projects will import directly into VS.NET and can be recompiled with little or no changes. The compiler may issue a few warnings about features that have been deprecated, but those are easily fixed usually. But. Projects that have been upgraded to VS.NET cannot be easily downgraded to VC6. There was a tool here on Code Project at one time to do just that. The other, more significant, concern is that projects compiled under VS.NET require the VS.NET versions of the C++ runtime and MFC DLL's to be loaded onto the target machine, and those DLL's aren't installed unless you put them there. The VC6 DLL's were included in the OS install.

Rob Catterall wrote:
can 6 and .net be installed on the same machine safely?

Yes. I recommend installing things in the following order: VC6, MSDN Library October 2001 (the last version that integrated with VC6), VS.NET, and the latest MSDN Library.


Software Zen: delete this;
GeneralOpenGL in an SDI app..! Pin
Halloko15-Jan-04 2:30
Halloko15-Jan-04 2:30 
GeneralRe: OpenGL in an SDI app..! Pin
567890123415-Jan-04 3:00
567890123415-Jan-04 3:00 
GeneralRe: OpenGL in an SDI app..! Pin
Alexander M.,15-Jan-04 5:32
Alexander M.,15-Jan-04 5:32 
GeneralRe: OpenGL in an SDI app..! Pin
Halloko15-Jan-04 5:49
Halloko15-Jan-04 5:49 
GeneralRe: OpenGL in an SDI app..! Pin
LunaticFringe15-Jan-04 6:11
LunaticFringe15-Jan-04 6:11 
GeneralRe: OpenGL in an SDI app..! Pin
Halloko15-Jan-04 7:35
Halloko15-Jan-04 7:35 
GeneralRe: OpenGL in an SDI app..! Pin
LunaticFringe15-Jan-04 8:16
LunaticFringe15-Jan-04 8:16 
Generalfunction with multiple arguments Pin
hdaly15-Jan-04 2:11
hdaly15-Jan-04 2:11 
GeneralRe: function with multiple arguments Pin
Michael P Butler15-Jan-04 2:26
Michael P Butler15-Jan-04 2:26 
GeneralRe: function with multiple arguments Pin
Michael Dunn15-Jan-04 5:09
sitebuilderMichael Dunn15-Jan-04 5:09 
Generalto lock an application Pin
Idefix15-Jan-04 1:41
Idefix15-Jan-04 1:41 
GeneralRe: to lock an application [modified] Pin
Marek Grzenkowicz15-Jan-04 4:17
Marek Grzenkowicz15-Jan-04 4:17 
GeneralRe: to lock an application Pin
Idefix15-Jan-04 5:01
Idefix15-Jan-04 5:01 
GeneralRe: to lock an application Pin
Diddy15-Jan-04 5:37
Diddy15-Jan-04 5:37 
GeneralRe: to lock an application Pin
Rage15-Jan-04 7:42
professionalRage15-Jan-04 7:42 
GeneralRe: to lock an application Pin
David Crow15-Jan-04 7:49
David Crow15-Jan-04 7:49 
GeneralRe: to lock an application Pin
Idefix22-Jan-04 0:37
Idefix22-Jan-04 0:37 

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.