I recently tried rebuilding my Qt 4.2.2 static libraries that were working with the SDK from VS2003 using the latest platform SDK release from Microsoft.

When I build these libraries, I get a number of deprecated function warnings (no big deal), and a problem looking for winable.h (this has merged into some other header, so I was able to provide a blank winable.h and complete the compile).

Unfortunately, the libraries don't seem fully functional. For example, in my app the menu text fonts are extremely small (maybe 2 pix high), and the status bar area fonts are quite large (and a different font). There may be other problems too. Some of the built examples have all kinds of strange behaviour.

Has anyone built Qt with this platform SDK without problems? Any guesses what is wrong? I'm wondering if some change in the accessibility code is causing this font craziness...

Colby