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