Hugh McMaster hugh.mcmaster@outlook.com wrote:
The testbot seems to have an out-of-date version of mingw32, or at least, its linker, ld.exe.
I'm trying to run tests for GetConsoleScreenBufferInfoEx, a function available on Vista and higher.
Then using GetProcAddress() is the only solution.
Yes. Until the build software can be updated.
Since the tests must be executed under versions of Windows earlier than Vista it's still needed to fallback to GetProcAddress().