On Tuesday 21 October 2003 1:43 pm, Ricardo Javier Cardenes Medina wrote:
> On Tue, Oct 21, 2003 at 12:02:58PM +0100, Phil Thompson wrote:
> > It's a bug in my "manufacturing process". Add...
> >
> > typedef int Wid;
> >
> > ...to qwindowdefs_mac.sip
>
> typedef int WId;
>
> did it. Now it complains about not having Qt::HANDLE defined. I tried to
> mimic _qws and added:
>
>  typedef void * HANDLE;
>
> (checked qnamespace.h before to ensure that was the right definition),
> but that didn't help.

Put typedef void *HANDLE in the Qt class in qnamespace.sip.

Phil

_______________________________________________
PyKDE mailing list    [EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to