Dear Roman,
thank you very much for the suggested workaround. Could you answer the
additional questions below?
...
> > This indicated that the Test(char) constructor is applied although a string
> was given.
> > How can I solve the problem?
>
> Py++ doesn't help you here.
>
> > If possible o
On Tue, Jun 9, 2009 at 9:22 PM, Werner Joergensen wrote:
>
> Dear Roman,
> thank you very much for the suggested workaround. Could you answer the
> additional questions below?
>
> ...
>> > This indicated that the Test(char) constructor is applied although a string
>
>> was given.
>> > How can I so
Thanks! I can't express my gratitude for your help on this list.
I think my questions are answered. I'll see if I can implement your solutions.
Werner
> > But would you mind mentioning the other alternatives? My aim is to
> > construct
> the class like the "t=testmodule.Test("Hello")" above.
Dear Gustavo and Mike,
When you have a chance, please have a look at the website:
http://www.ncnr.nist.gov/staff/taner/pybindgen/doc_installation_features.htm
l
Implementing my toy std::vector class to a generic type in pybindgen code
turned out to be quite easy! All I had to do is to w