DeanRoddey/CIDLib

XMLFormat standard output weirdness

llblumer opened this issue · 0 comments

XMLFormat behaves oddly when used in a makefile in Visual Studio 2017. The makefile line immediately after the XMLFormat line will display unprintable characters instead of tabs and CR/LF's.

The makefile echoes message 1, then XMLFormat, then message 2, then message 3. Message 2 is affected, and message 3 is OK.

Add XMLFormat to the path and run "nmake test" from the Visual Studio 2017 developer prompt

repro.zip
image