Re: [pygccxml-development] Problems with long filename
Brought to you by:
mbaas,
roman_yakovenko
From: Roman Y. <rom...@gm...> - 2007-03-09 17:31:57
|
On 3/9/07, Birgir Sigurjonsson <Bir...@ro...> wrote: > > > > Hei, I have tried both method, but no success yet. > > 1. when printing out mb.classes() there is not class > that starts with vector. > > 2. in the following example I get an error declarations. > How do I define the declarations? > > al_cls = mb.class_( 'AbstractLoader' ) > extensions = al_cls.mem_fun( 'extensions' ) > rtype = extensions.return_type > print rtype > rtype_cls = declarations.class_traits.get_declaration( rtype ) > rtype.alias = 'vector_of_strings' May I see your code that reproduce the bug? Something fundamentally wrong or broken. At best the example would consist from single header file and Py++ script. Thanks -- Roman Yakovenko C++ Python language binding http://www.language-binding.net/ |