Ken,
Everything I need to copy is in the error window on the screen but I can't copy
it to the clipboard. Would that be easier than writing to a file?
Kurt
On Thursday, March 17, 2016 10:12 AM, Ken Pettit <[email protected]> wrote:
No. It would be super simple to add though ... the assembler and linker
already output through a common "stdout" handler (VT_Ide::Stdout in the ide.cpp
file). Would be a simple matter adding a line of code to also print any
messages to a file. The most time consuming thing would be to add a GUI
checkbox to enable it, and maybe an edit field / browse button for the
filename, and even that isn't much.
Ken
On 3/17/16 9:53 AM, Kurt McCullum wrote:
Is there a way to export the assembler error messages to a file?
Kurt