[Kde-bindings] Introduction

Richard Dale rdale at foton.es
Fri Sep 1 11:01:10 UTC 2006


On Wednesday 30 August 2006 01:15, Caleb Tennis wrote:
> On gentoo I'd recommend installing and looking at the 'qt4-qtruby'
> package.
>
> Caleb
>
> On Aug 29, 2006, at 5:40 PM, Vladimir Kulev wrote:
> > Please suggest me kde-bindings project (kalyptus/smoke/etc) for
> > generating Qt/KDE binding for D language, binary compatible with C
> > (not C++). This is an academic project, but quite serious.
> > I have Qt versions 3.3.6 and 4.1.4 installed in my Gentoo box,
> > which revision should I download to use it for Qt 4?
Does D have the equivalent of Java Proxies or C# Transparent Proxies? The 
Smoke library was designed for dynamic languages like perl or ruby where you 
could trap every method call via method_missing() or perl autoload. So you 
can only use a more static language if it has proxies to do that diversion. 
It might be possible to work round that, but could be a bit ugly.

-- Richard



More information about the Kde-bindings mailing list