[Qt-interest] Qt , third party library
Julien Cugnière
julien.cugniere at gmail.com
Mon Nov 15 14:36:20 CET 2010
2010/11/15 Adrian <adrian at generic-imaging.com>:
> I have a problem using Qt with a third part library for some hardware. The
> header file for this is full of windows idioms such as PVOID, OVERLAPPED,
> UCHAR, PUCHAR etc all of which are usually defined in winbase.h etc. It
> appears I cannot easily include these headers into my Qt project. Including
> qtglobals and qwindowsdef.h doesn’t help either. Is there a solution for
> this problem?
Try #include <qt_windows.h>. I think you need to do that after all
other Qt includes, but I'm not sure.
--
Julien Cugnière
More information about the Qt-interest-old
mailing list