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]
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
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
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
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