|
From: Hans-Bernhard B. <HBB...@t-...> - 2016-10-04 22:09:31
|
Am 03.10.2016 um 10:37 schrieb Bastian Märkisch: > Sigh. MinGW32 is falling behind rather seriously. IPrintDialogCallback > and friends have been part of the API since Windows 2000 Pro according > to MSDN. Mingw32 is currently also lacking support for several other > "modern" APIs like Direct2D, DirectWrite and touch, which gnuplot might > use in the near future. This is also not the only development > environment with that problem: OpenWatcom's library is seriously out of > date, too. I think you're misinterpreting the symptoms there. I don't have MinGW32 installed anymore, but at least OpenWatcom has no actual problem with current gnuplot sources. The only stumbling stone has been that the definition of WINVER in our source trees has been broken: it's not seen where it's needed. The definition in "syscfg.h" doesn't do us any good for sources that don't include syscfg.h. > Btw. Mingw64 and MSVC2015 compile gnuplot just fine As does OW as of right now. |