2

I am moving a project from VS 2013 to VS 2015 and when I go to compile a project I get "The command "call “C:***\vcvarsall.bat” x86 “C:***\EditBin.exe” “E:***.exe” /LARGEADDRESSAWARE" exited with code 123.

If I go into (r-click project) properties->BuildEvents "Post-Build event command line" and delete

call “$(DevEnvDir)....\vc\vcvarsall.bat” x86 “$(DevEnvDir)....\vc\bin\EditBin.exe” “$(TargetPath)” /LARGEADDRESSAWARE

It compiles and starts fine. Do I need the post-build command? If so can someone help me with the error.

runfastman
  • 927
  • 2
  • 11
  • 31
  • Looks familiar, brr, the awful things that happen to my code. Replace the “curly quotes” that a word processor would generate with "straight quotes". Couple of spares to copy paste: """"""""""""" – Hans Passant Nov 22 '16 at 19:30
  • Not sure I understand your suggestion. I put quotes around the command only in this post (removed now). I did make sure the quotes were correct in the text field, and got the same error. – runfastman Nov 22 '16 at 20:26
  • Thanks @HansPassant ! I have this damn issue too. – ske Dec 15 '16 at 03:50

0 Answers0