Re: [PyKDE] QMemArray problem

2004-02-20 Thread Aurélien Gâteau
Le Mercredi 18 Février 2004 20:28, Phil Thompson a écrit : > That's a SIP 3 bug (SIP 4 is Ok I think). It should be fixed in tonight's > snapshot. It works, thanks a lot. -- Aurélien Gâteau - Dental On Line ___ PyKDE mailing list[EMAIL PROTECTED]

Re: [PyKDE] QMemArray problem

2004-02-18 Thread Phil Thompson
On Wednesday 18 February 2004 08:39, Aurélien Gâteau wrote: > Le Mardi 17 Février 2004 19:16, Phil Thompson a écrit : > > > Yesterday I upgraded to Sip 3.10 and this does not work anymore. I get > > > this error message: > > > > > > > > > g++ <-f> -c -pipe -w -O2 -o dolimagefilterscmod

Re: [PyKDE] QMemArray problem

2004-02-18 Thread Aurélien Gâteau
Le Mardi 17 Février 2004 19:16, Phil Thompson a écrit : > > > > Yesterday I upgraded to Sip 3.10 and this does not work anymore. I get > > this error message: > > > > > > g++ <-f> -c -pipe -w -O2 -o dolimagefilterscmodule.o > > dolimagefilterscmodule.cpp > > -I/usr/share/qt3/mkspe

Re: [PyKDE] QMemArray problem

2004-02-17 Thread Phil Thompson
On Tuesday 17 February 2004 08:20, Aurélien Gâteau wrote: > Hi, > > I wrote a function which returns a QMemArray. Using Sip 3.7, I used to > bind it like this: > > > %Import qtmod.sip > > %HeaderCode > #include > #include > %End > > namespace DolImageUtils > { > QMemArray compute

[PyKDE] QMemArray problem

2004-02-17 Thread Aurélien Gâteau
Hi, I wrote a function which returns a QMemArray. Using Sip 3.7, I used to bind it like this: %Import qtmod.sip %HeaderCode #include #include %End namespace DolImageUtils { QMemArray compute8BitImageHistogram(const QImage&); }; Yesterday I upgraded to Sip 3.10