Maksim Moisiuk
Maksim Moisiuk
That is by design. Neither of console options has effect on ChlildGui applications. That is just impossible. https://conemu.github.io/en/ChildGui.html You have only two ways: don't use mintty and run proper console...
I will take a look
It? ConEmu supports Windows 2000. This is even less that xp. All functions not available in Win2k are **dynamically** linked!
What is the purpose of `0012-AssertMessageBox-is-not-supported-in-mingw-w64.patch`?
And `0013-Add-guard-to-gestureinfo-as-it-is-defined-in-mingw-w.patch`? ConEmu must be compiled for WINVER=0x500.
I see. OK
I'm not sure about these flags. `__GNUC__` was added long ago to support old gcc compiler (from mingw AFAIR). How about cygwin version and `__MINGW32__`?
Patches were applied into [daily](https://github.com/Maximus5/ConEmu/tree/daily) branch.
strange. it's defined in `common/MAssert.h`. will check this later
Almost all patches are clear enough.