Might be a Windows SDK7 Beta artifact, but I got a clash between
  gui/kernel/qapplication_win.cpp
and
  WinUser.h

over bragging rights to declare struct tagTOUCHINPUT.

Problem is that the Qt code uses ifdef(WM_TOUCH) to referee this,
and WinUser is using WINVER>=0x0601 (and I'm on Vista SP2),
and it declares the struct and the TOUCHEVENTF_xxxx macros
but not WM_TOUCH.

I changed to switching on ifdef(TOUCHEVENTF_MOVE) and
compilation continued. (And indeed still continues, after running
all night!)


_______________________________________________
Qt4-preview-feedback mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt4-preview-feedback

Reply via email to