Hi Everyone,
I have started working on a new project. This project involves rewriting an application written in assembly language for z/OS. We are writing this application in ANSI C++ (STL included). However to speed up the development process, we are developing the application in Microsoft Visual Studio 2005 on Win XP SP2. We are taking every precaution not to use any micorosft specific features in our application (to prevent issues of compilation when the application code is later taken to mainframe).
Is there any way that I can compile my programs on Visual Studio but the compilation actually happens for the mainframe platform, just to be sure that later on there are no issues?