<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>On Monday, 28 Dec 2015 18:09:03 +0800, Dmitry Timoshkov wrote:<br><div>> Hugh McMaster wrote:<br>> <br>> > >> The testbot seems to have an out-of-date version of mingw32, or at least, its linker, ld.exe.<br>> > >><br>> > >> I'm trying to run tests for GetConsoleScreenBufferInfoEx, a function available on Vista and higher.<br>> > ><br>> > > Then using GetProcAddress() is the only solution.<br>> > <br>> > Yes. Until the build software can be updated.<br>> <br>> Since the tests must be executed under versions of Windows earlier than<br>> Vista it's still needed to fallback to GetProcAddress().<br><br>For the submitted tests, yes, I am doing that.<br><br>But for quick testing, it would be nice if GetModuleHandle() and GetProcAddress() weren't required.<br>Calling documented Vista functions like GetConsoleScreenBufferInfoEx really shouldn't require special handling.<br></div>                                           </div></body>
</html>