Click here to Skip to main content
15,897,371 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Seperation between Menu and Panel Pin
PanB1-Dec-05 17:42
PanB1-Dec-05 17:42 
GeneralRe: Seperation between Menu and Panel Pin
khan++1-Dec-05 20:24
khan++1-Dec-05 20:24 
GeneralRe: Seperation between Menu and Panel Pin
PanB1-Dec-05 20:27
PanB1-Dec-05 20:27 
QuestionKilling a Process Pin
PanB30-Nov-05 19:40
PanB30-Nov-05 19:40 
AnswerRe: Killing a Process Pin
Cool Ju30-Nov-05 20:23
Cool Ju30-Nov-05 20:23 
AnswerRe: Killing a Process Pin
ThatsAlok30-Nov-05 21:39
ThatsAlok30-Nov-05 21:39 
QuestionVC6.0 vs VC8.0 any links please Pin
narayanagvs30-Nov-05 18:00
narayanagvs30-Nov-05 18:00 
AnswerRe: VC6.0 vs VC8.0 any links please Pin
BadKarma30-Nov-05 22:54
BadKarma30-Nov-05 22:54 
Hi,

I had the same problem. I wanted (not needed) to change to the new environment,
which was VC7.1 (.Net 2003). At first there where some compile errors because of a stricter
ANSI compiler. Solving these did solve a few not simulatable bugs, so it was a good thing.
BUT a whole bunch of new bugs where introduced although everything compiled.
1. My communication failed. I used CSocket to pass Objects to another program using Serialisation
via CArchive/CSocketFile. While this never was a problem in VC6.0 (the program runned for a few
years without any problems), now the CArchives blew them selves up after a short period of time. I needed to rewrite the full communication protocol which set me back a few weeks.
2. A short while ago a change in the MFC classes caused a new bug. In VC6.0 I can't remember
the use of the smallcaps bool, everywhere the big caps BOOL was used.
But the VC7.1 MFC classes using booth even in the same class. So one function could return a
BOOL while another uses bool. The internal handling of logical operation now uses the smallcaps
bool. This can lead to bugs.

But what the heck, I'm now running in VC7.1 and I need to change to VC8.0
In my opinion yes I need to upgrade to VC8.0 for two reasons VC7.1 is dead Dead | X| .
It didn't get a change. Theres a new compiler in town.
Microsoft maked it more ANSI C++ compliant forwich we chear.
But the major reason is: if you are forced/brave/dumbBig Grin | :-D enought to write managed code,
you will need this compiler suport for the 2.0 framework.

Finaly I compiled my code with VC8.0 and only a few minor errors did com up all because of the
strictness of the new compiler. So I'm getting ready to move to VC8.0
I dont think that there will be great changes underneath, like doing the complete opposite
of what you programmed to do in VC6.0.

Here is a link[^] to find all new features in VC8.0

Hope that this helps you to upgrade decision,



codito ergo sum
QuestionPushbutton in a toolbar Pin
RoyceF30-Nov-05 17:15
RoyceF30-Nov-05 17:15 
AnswerRe: Pushbutton in a toolbar Pin
Owner drawn30-Nov-05 19:07
Owner drawn30-Nov-05 19:07 
QuestionOwner drawn CListCtrl items too spaced out on Win2K (picture). Pin
Haywire Guy30-Nov-05 17:01
Haywire Guy30-Nov-05 17:01 
QuestionHaving trouble overriding WndProc in VC8 Managed C++ Windows Form Pin
dxben30-Nov-05 16:29
dxben30-Nov-05 16:29 
QuestionWMP ActiveX SetProperty Issues Pin
zorba99030-Nov-05 14:50
zorba99030-Nov-05 14:50 
AnswerRe: WMP ActiveX SetProperty Issues Pin
zorba99030-Nov-05 17:33
zorba99030-Nov-05 17:33 
QuestionHow to do it in the most easy way Pin
LaHaHa30-Nov-05 13:39
LaHaHa30-Nov-05 13:39 
QuestionHow to Fix error C2105 ? Pin
rat.crown30-Nov-05 13:08
rat.crown30-Nov-05 13:08 
AnswerRe: How to Fix error C2105 ? Pin
Nilesh K.1-Dec-05 23:37
Nilesh K.1-Dec-05 23:37 
QuestionCreating an automated build process - where do I start? Pin
Ian Bowler30-Nov-05 9:56
Ian Bowler30-Nov-05 9:56 
QuestionRe: Creating an automated build process - where do I start? Pin
David Crow30-Nov-05 10:01
David Crow30-Nov-05 10:01 
AnswerRe: Creating an automated build process - where do I start? Pin
Ian Bowler30-Nov-05 10:23
Ian Bowler30-Nov-05 10:23 
GeneralRe: Creating an automated build process - where do I start? Pin
Chris Losinger30-Nov-05 10:40
professionalChris Losinger30-Nov-05 10:40 
GeneralRe: Creating an automated build process - where do I start? Pin
Ian Bowler30-Nov-05 10:57
Ian Bowler30-Nov-05 10:57 
GeneralRe: Creating an automated build process - where do I start? Pin
Chris Losinger30-Nov-05 14:08
professionalChris Losinger30-Nov-05 14:08 
GeneralRe: Creating an automated build process - where do I start? Pin
David Crow30-Nov-05 10:49
David Crow30-Nov-05 10:49 
GeneralRe: Creating an automated build process - where do I start? Pin
Ian Bowler30-Nov-05 10:52
Ian Bowler30-Nov-05 10:52 

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.