Forgot your password?
typodupeerror

Comment Re:Perl (Score 1) 18

The 'kalyptus' bindings generation tool has a '-fperl' option to generate .pig (Perl Interface Generator) files. The .pig files can be then be fed straight into Ashley Winters' Pig.pm generator.

kalyptus is in the KDE cvs under kdebindings/kalyptus.

The main technical obstacle to producing Perl bindings for Qt 3/KDE 3 is that they assume that the moc generated code works like Qt 2. Qt used to call slots via function pointers, but in Qt 3 it uses an integer offset into the slot table.

So the slot/signal handling needs to be redone to get the Perl bindings to work.

And Common Lisp for Qt/KDE should certainly be possible.

-- Richard

Slashdot Top Deals

"A great many people think they are thinking when they are merely rearranging their prejudices." -- William James

Working...