You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am following the tutorial at CodeAndUx. When I added the post-build option and try to build the project, it seems to build fine, but fails on the post-build command. The error trace is in this pastebin: http://pastebin.com/YKqvmL9s
It appears that it's trying to call the functions to manipulate the console, which are failing. Let me know if there is anything else you need.
For reference, here is the build number for my edition of visual studio.
Microsoft Visual Studio Professional 2015 Version 14.0.24720.00 Update 1.
EDIT 1: Added work-around
I found the arg flag -noui lets me get around this error. Although, it uncovered another error relating to Illegal characters in path.
The text was updated successfully, but these errors were encountered:
I am following the tutorial at CodeAndUx. When I added the post-build option and try to build the project, it seems to build fine, but fails on the post-build command. The error trace is in this pastebin: http://pastebin.com/YKqvmL9s
It appears that it's trying to call the functions to manipulate the console, which are failing. Let me know if there is anything else you need.
For reference, here is the build number for my edition of visual studio.
EDIT 1: Added work-around
I found the arg flag
-noui
lets me get around this error. Although, it uncovered another error relating to Illegal characters in path.The text was updated successfully, but these errors were encountered: