Click here to Skip to main content
15,891,316 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Upgrading an old VC application Pin
Chris Losinger9-Jun-14 9:01
professionalChris Losinger9-Jun-14 9:01 
GeneralRe: Upgrading an old VC application Pin
Jörgen Andersson9-Jun-14 9:41
professionalJörgen Andersson9-Jun-14 9:41 
GeneralRe: Upgrading an old VC application Pin
Dan Neely9-Jun-14 9:56
Dan Neely9-Jun-14 9:56 
GeneralCString woes Pin
Ravi Bhavnani9-Jun-14 11:11
professionalRavi Bhavnani9-Jun-14 11:11 
GeneralRe: CString woes Pin
Member 460889810-Jun-14 8:27
Member 460889810-Jun-14 8:27 
GeneralRe: CString woes Pin
Ravi Bhavnani10-Jun-14 8:30
professionalRavi Bhavnani10-Jun-14 8:30 
GeneralRe: Upgrading an old VC application Pin
Joe Woodbury9-Jun-14 13:31
professionalJoe Woodbury9-Jun-14 13:31 
GeneralRe: Upgrading an old VC application Pin
Stuart Dootson10-Jun-14 3:25
professionalStuart Dootson10-Jun-14 3:25 
You're likely to find some issues because you're moving from pre-98 Standard C++ to C++ 11(ish) if you're going to migrate to VS2013... I started developing a project with VC6 back in 2001/2 that I've maintained ever since. It moved to VS2003 in 2005, VS2008 in 2010, VS2010 in 2012 and to VS2013 in the last month. I had the most problems moving from VC6 to VS2003, but after that, VS2010 to VS2013 had the most issues, all due to improved C++ standards compliance. Oh - and some deprecated Platform SDK / C runtime functions - but those deprecation warnings can be turned off with macros (or you can modify your code to conform with the warnings, of course).

However...take a copy of the project. Open it in VS2013. Rebuild. Fix compile errors. Rinse & repeat... Just do it, I suspect it'll be easier than you might think.
Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

CodeProject MVP for 2010 - who'd'a thunk it!

GeneralRe: Upgrading an old VC application Pin
Dan Neely10-Jun-14 4:30
Dan Neely10-Jun-14 4:30 
GeneralRe: Upgrading an old VC application Pin
patbob10-Jun-14 4:57
patbob10-Jun-14 4:57 
GeneralRe: Upgrading an old VC application Pin
Stuart Dootson10-Jun-14 5:55
professionalStuart Dootson10-Jun-14 5:55 
GeneralRe: Upgrading an old VC application Pin
Dan Neely10-Jun-14 6:02
Dan Neely10-Jun-14 6:02 
GeneralRe: Upgrading an old VC application Pin
basementman10-Jun-14 4:26
basementman10-Jun-14 4:26 
GeneralRe: Upgrading an old VC application Pin
Dan Neely10-Jun-14 4:31
Dan Neely10-Jun-14 4:31 
GeneralRe: Upgrading an old VC application Pin
basementman10-Jun-14 4:35
basementman10-Jun-14 4:35 
GeneralRe: Upgrading an old VC application Pin
Dan Neely10-Jun-14 4:36
Dan Neely10-Jun-14 4:36 
GeneralRick Mayal, dead! Pin
Munchies_Matt9-Jun-14 7:16
Munchies_Matt9-Jun-14 7:16 
GeneralRe: Rick Mayal, dead! Pin
Richard Deeming9-Jun-14 7:22
mveRichard Deeming9-Jun-14 7:22 
GeneralRe: Rick Mayal, dead! Pin
Munchies_Matt9-Jun-14 7:39
Munchies_Matt9-Jun-14 7:39 
GeneralRe: Rick Mayal, dead! Pin
The_Slurm10-Jun-14 0:25
The_Slurm10-Jun-14 0:25 
GeneralRe: Rick Mayal, dead! Pin
Munchies_Matt10-Jun-14 4:25
Munchies_Matt10-Jun-14 4:25 
GeneralRe: Rick Mayal, dead! Pin
_Maxxx_9-Jun-14 15:26
professional_Maxxx_9-Jun-14 15:26 
GeneralI have to share this: Pin
Munchies_Matt9-Jun-14 6:19
Munchies_Matt9-Jun-14 6:19 
GeneralRe: I have to share this: Pin
OriginalGriff9-Jun-14 6:25
mveOriginalGriff9-Jun-14 6:25 
GeneralRe: I have to share this: Pin
Richard MacCutchan9-Jun-14 6:31
mveRichard MacCutchan9-Jun-14 6:31 

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.