[C++-sig] Base class defined in other header file notincludedinbp::bases<>

Haridev, Meghana mharidev at qualcomm.com
Wed Jul 26 21:17:48 CEST 2006


Great - that works :-)
Thanks for your help!

-----Original Message-----
From: c++-sig-bounces at python.org [mailto:c++-sig-bounces at python.org] On
Behalf Of Roman Yakovenko
Sent: Wednesday, July 26, 2006 12:07 PM
To: Development of Python/C++ integration
Subject: Re: [C++-sig] Base class defined in other header file
notincludedinbp::bases<>

On 7/26/06, Haridev, Meghana <mharidev at qualcomm.com> wrote:
> for c in baseB_creators:
>
>          c.create = lambda self: ''
^^^^^^^^^^^^^^^^^^^^^
c.create = lambda: ''

Please try this, it should work.

-- 
Roman Yakovenko
C++ Python language binding
http://www.language-binding.net/
_______________________________________________
C++-sig mailing list
C++-sig at python.org
http://mail.python.org/mailman/listinfo/c++-sig



More information about the Cplusplus-sig mailing list