Re: [pygccxml-development] Registration order issue
Brought to you by:
mbaas,
roman_yakovenko
From: Allen B. <al...@vr...> - 2006-08-31 20:02:14
|
[snip] >> >> The problem is that the registration ordering method doesn't seem to >> know that the wrapper for the NullFieldContainerPtr needs to be >> registered before this default argument can be registered. (notice: the >> type of destination is osg::ImagePtr which has an implicit conversion >> method ,ie. constructor, that allows it to be filled from a >> NullFieldContainerPtr) >> >> Any ideas? > > > Yes. First of all this is the problem with boost.python library. I am > trying to solve > it, but it will take some time. > > Second, you are going to be a tester of new feature I just added: > createMipmap.use_overload_macro = True > > Take a look on generated code. I am sure this will work for you. > That seems to have worked. Thanks for the quick reply. :) -Allen |