Re: [C++-sig] Pybindgen/pygccxml integration

2009-08-20 Thread Gustavo Carneiro
t; > > Thanks, > > Ben Fitzpatrick > > > > > > > > *From:* > cplusplus-sig-bounces+bfitzpatrick=vtiinstruments@python.org[mailto: > cplusplus-sig-bounces+bfitzpatrick = > vtiinstruments@python.org] *On Behalf Of *Gustavo Carneiro > *Sent:* Tuesday, Jun

Re: [C++-sig] Pybindgen/pygccxml integration

2009-08-19 Thread Ben Fitzpatrick
: cplusplus-sig-bounces+bfitzpatrick=vtiinstruments@python.org [mailto:cplusplus-sig-bounces+bfitzpatrick=vtiinstruments@python.org] On Behalf Of Gustavo Carneiro Sent: Tuesday, June 23, 2009 6:52 PM To: Development of Python/C++ integration Subject: Re: [C++-sig] Pybindgen/pygccxml

Re: [C++-sig] Pybindgen/pygccxml integration

2009-06-23 Thread Gustavo Carneiro
2009/6/23 Ben Fitzpatrick > Gustavo Carneiro wrote: > >> >> >> 2009/6/23 Ben Fitzpatrick > bfitzpatr...@vtiinstruments.com>> >> >>Thanks for the suggestions! >> >>I tried the first one, just as a test. I'd like to do the second >>programatically if I can, but I just wanted to make sur

Re: [C++-sig] Pybindgen/pygccxml integration

2009-06-23 Thread Ben Fitzpatrick
Gustavo Carneiro wrote: 2009/6/23 Ben Fitzpatrick > Thanks for the suggestions! I tried the first one, just as a test. I'd like to do the second programatically if I can, but I just wanted to make sure annotations were going to fix this

Re: [C++-sig] Pybindgen/pygccxml integration

2009-06-23 Thread Gustavo Carneiro
2009/6/23 Ben Fitzpatrick > Thanks for the suggestions! > > I tried the first one, just as a test. I'd like to do the second > programatically if I can, but I just wanted to make sure annotations were > going to fix this. It still seems to be giving me the same error: > (...)/pure_virtual.h:5: Wr

Re: [C++-sig] Pybindgen/pygccxml integration

2009-06-23 Thread Ben Fitzpatrick
Thanks for the suggestions! I tried the first one, just as a test. I'd like to do the second programatically if I can, but I just wanted to make sure annotations were going to fix this. It still seems to be giving me the same error: (...)/pure_virtual.h:5: WrapperWarning: Parameter 'int * value

Re: [C++-sig] Pybindgen/pygccxml integration

2009-06-23 Thread Gustavo Carneiro
2009/6/23 Ben Fitzpatrick > Hi everyone, > > I'm just starting to check out pybindgen after the messages I've seen > floating around on this mailing list, and I have a question about the > pygccxml integration. I've made a pure-virtual class with a pointer return > type, like so: > > class pure_v

[C++-sig] Pybindgen/pygccxml integration

2009-06-23 Thread Ben Fitzpatrick
Hi everyone, I'm just starting to check out pybindgen after the messages I've seen floating around on this mailing list, and I have a question about the pygccxml integration. I've made a pure-virtual class with a pointer return type, like so: class pure_virtual_class { virtual int get_val