compuphase / Black-Magic-Probe-Book

A guide plus associated utilities for the Black Magic Probe.
Apache License 2.0
147 stars 26 forks source link

Windows: Console window stays open for a long time after closing BMTrace #18

Closed sidprice closed 4 years ago

compuphase commented 4 years ago

The console window should not be there in the first place. These are GUI applications. However, the linker sets a flag in the PE header that it is a console application. Are you using Makefile.mingw? I will need to look at the linker options.

sidprice commented 4 years ago

Yes, I am using Makefile.mingw

compuphase commented 4 years ago

Commit a2142e835245827057b1a12c6797ee9f0fe2f86f has an extra linker flag for MingW to avoid a console window on GUIs.

sidprice commented 4 years ago

@compuphase Thank you, looks good and BMTrace shuts down much more quickly without the console window.