Click here to Skip to main content
15,885,757 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: FileSystemWatcher Class in Visual C++ 6.0 Pin
Chris Losinger3-Jan-13 7:42
professionalChris Losinger3-Jan-13 7:42 
Questionhow to batch build VC++ 6 project to VC++ 2010? Pin
Falconapollo2-Jan-13 5:02
Falconapollo2-Jan-13 5:02 
AnswerRe: how to batch build VC++ 6 project to VC++ 2010? Pin
Maximilien2-Jan-13 5:37
Maximilien2-Jan-13 5:37 
GeneralRe: how to batch build VC++ 6 project to VC++ 2010? Pin
Falconapollo2-Jan-13 15:46
Falconapollo2-Jan-13 15:46 
AnswerRe: how to batch build VC++ 6 project to VC++ 2010? Pin
jschell2-Jan-13 8:12
jschell2-Jan-13 8:12 
GeneralRe: how to batch build VC++ 6 project to VC++ 2010? Pin
Maximilien2-Jan-13 9:37
Maximilien2-Jan-13 9:37 
GeneralRe: how to batch build VC++ 6 project to VC++ 2010? Pin
jschell3-Jan-13 8:04
jschell3-Jan-13 8:04 
GeneralRe: how to batch build VC++ 6 project to VC++ 2010? Pin
Maximilien3-Jan-13 8:36
Maximilien3-Jan-13 8:36 
Unit testing is only one of many validation tools when updating code to newer compilers.

Maybe they have tons of small and simple libraries (.lib) projects that need to be upgraded and when all tests are passed and validated they will be released. (AFAIK) The library are not compatible between VC6 and VS2010; so they might have to do it "all at once" (an exe build with VC cannot use a VS2010 library and vice-versa).

In the OP's particular case, coming from VC6, it might be the least of their problems if they have been doing C++ and MFC; just fixing all of the compilation errors and warning will probably take forever.

Just updating the project files will be at best hard, even if they can automatize them.
Nihil obstat

QuestionWho can take a look at my code? Pin
McPhantom2-Jan-13 3:56
McPhantom2-Jan-13 3:56 
AnswerRe: Who can take a look at my code? Pin
Pete O'Hanlon2-Jan-13 4:00
mvePete O'Hanlon2-Jan-13 4:00 
AnswerRe: Who can take a look at my code? Pin
OriginalGriff2-Jan-13 4:13
mveOriginalGriff2-Jan-13 4:13 
AnswerRe: Who can take a look at my code? Pin
DaveAuld2-Jan-13 4:18
professionalDaveAuld2-Jan-13 4:18 
GeneralRe: Who can take a look at my code? Pin
Colin Mullikin2-Jan-13 4:20
professionalColin Mullikin2-Jan-13 4:20 
GeneralRe: Who can take a look at my code? Pin
Pete O'Hanlon2-Jan-13 4:26
mvePete O'Hanlon2-Jan-13 4:26 
GeneralRe: Who can take a look at my code? Pin
Colin Mullikin2-Jan-13 4:30
professionalColin Mullikin2-Jan-13 4:30 
GeneralRe: Who can take a look at my code? Pin
Argonia2-Jan-13 4:32
professionalArgonia2-Jan-13 4:32 
GeneralRe: Who can take a look at my code? Pin
Colin Mullikin2-Jan-13 4:47
professionalColin Mullikin2-Jan-13 4:47 
AnswerRe: Who can take a look at my code? Pin
Erudite_Eric2-Jan-13 7:08
Erudite_Eric2-Jan-13 7:08 
Questionwriting a plug in for internet browsers Pin
muharrem2-Jan-13 1:28
muharrem2-Jan-13 1:28 
AnswerRe: writing a plug in for internet browsers Pin
Richard MacCutchan2-Jan-13 1:33
mveRichard MacCutchan2-Jan-13 1:33 
GeneralRe: writing a plug in for internet browsers Pin
muharrem2-Jan-13 2:07
muharrem2-Jan-13 2:07 
GeneralRe: writing a plug in for internet browsers Pin
Richard MacCutchan2-Jan-13 4:20
mveRichard MacCutchan2-Jan-13 4:20 
Questionhow to convert resource only dll to hex-format *.cpp file? Pin
Falconapollo1-Jan-13 22:57
Falconapollo1-Jan-13 22:57 
AnswerRe: how to convert resource only dll to hex-format *.cpp file? Pin
Richard MacCutchan1-Jan-13 23:59
mveRichard MacCutchan1-Jan-13 23:59 
GeneralRe: how to convert resource only dll to hex-format *.cpp file? Pin
Erudite_Eric2-Jan-13 7:10
Erudite_Eric2-Jan-13 7:10 

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.