How to build C++ project in Visual Studio 2015 and Visual Studio 2002 at one time

  • Thread starter Thread starter ChanhNguyen
  • Start date Start date
C

ChanhNguyen

Guest
Hi, I need to build my C++ projects in two environments:


  • Visual Studio 2015 (VS2015) installed on Windows 10 x64

  • Visual Studio 2002 (VS2002) installed on Windows XP

Now every time I need to trigger to build my projects twice on 2 PC and this way is not sufficient for me.

I do some research before and someone suggest to install multiple compiler in one PC, but the problem is that VS2002 is too old to be installed on Windows 10 x64.

I am looking for any method or software tool that I can trigger the build once then I can build my projects on both VS2015 and VS2002 (e.g. if I can install both VS2015 and VS2002 in one PC, I can write a simple batch file to build my project in both compiler).

Could you please suggest some ideas. Thanks a lot.

Continue reading...
 
Back
Top