On 26. 2. 2015 2:23, Bill Lee wrote:
> It is related to Msys2 only because it is an application being developed 
> using Msys2.

Do you get a different result when compiling with some other toolchain, e.g. 
Microsoft's VC?

> I had hoped others having created applications that when launched open a new 
> window would give me some idea of where to go.
> 
> As for the Fonts tab, that is NOT anything I have purposely coded nor asked 
> for in the application. They are "just there", supplied gratuitously by 
> Windows.
> 
> I have attached a sample,  not the same program, but exhibiting the 
> characteristic.

Huh. So this is basically a console application, but the host window seems to 
be special. Common terminal windows don't have this menu; see the attached 
screenshot.

Are you compiling this as a normal console application (with `main()`), or as a 
windowed application with some terminal window component? In the former case, 
the menu seems to be supplied by some external program (e.g. ConEmu). In the 
latter case, you need to consult the documentation of the component.

-- 
David Macek

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Msys2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/msys2-users

Reply via email to