Peter Kümmel wrote:
What about using my patch and to replace the QLibrary code with your
native calls?

I think using native calls is safer. This is the standard method that is known to work on all Windows versions. You should not use "#define _WIN32_WINNT 0x0500" because it may cause other include files (like boost) to think Windows 2000 functions can be used.

Joost

Reply via email to