I need to port C++ code into Visual studio and get it to build, but it does not. Reason is that this code is currently compiled using a Perl script which I have not deciphered yet. This builds code which will be linked on a HP non-stop box.
Without going into specific compile errors, is there any way of having Visual Studio use an external make script to compile? If not, we will probably go back to coding enterprise application in Notepad++ which is not optimal.