Building a 'legacy' program

Peter Jackson 1 Reputation point
2021-01-14T18:04:48.107+00:00

I have the C++ source code for a program written some 15 years ago, using the then-current developer studio, to run under windows XP. I would like to get it to run on windows 10, but when I tried to build it under dev. studio 2019 there were hunfreds of errors, all the header files had changed. Is there a 'backwards compatibility' version of dev. studio?

Developer technologies | C++
{count} votes

1 answer

Sort by: Most helpful
  1. RLWA32 49,551 Reputation points
    2021-01-15T00:48:50.923+00:00

    You may be able to build your "legacy" program with a minimum of warnings/errors in VS2019 by following the guidance here - configuring-programs-for-windows-xp

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.