On Wed, 2008-06-04 at 14:16 +0200, Daniel Oberhoff wrote: > Hi, > > I am currently starting a small project wirh clutter. Just a friend > and me. Just: he is a perl freak, I do c/c++. So is it possible to > work on the same clutter stage from both languages, and exchanges > objects like images etc?
no, it's not possible. once the GObject introspection will be done, and the GLib Perl bindings will use it, it will be possible to share classes written in any language with other languages. for the time being, the C/C++ code could be used to write a library that gets wrapped in Perl the same way Clutter is wrapped in Perl; the other way around is, sadly, not possible. ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd., Bromley - BR12QZ http://www.o-hand.com -- To unsubscribe send a mail to [EMAIL PROTECTED]
