lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


2008/6/23 Javier Guerra <javier@guerrag.com>:
> On Mon, Jun 23, 2008 at 12:46 PM, Mauro Iazzi <mauro.iazzi@gmail.com> wrote:
>> SWIG has one big disadvantage which is that it cannot define virtual
>> functions (i.e. you can't redefine the virtual functions from the
>> target language). But it would surely be very useful for all the
>> libraries whose API don't rely on virtual functions.
>
> that leaves out Qt

exactly, this is why I needed to define my own bindings infrastructure.


>
> --
> Javier
>