Re: [C++-sig] pygccxml and multidimensional arrays

2009-04-23 Thread Roman Yakovenko
On Wed, Apr 22, 2009 at 11:43 PM, Davidson, Josh wrote: > Is this a confirmed bug? > > Thanks, I am sorry, but I am pretty busy these days ( too much production problems and too litle people who handles them ). I will try to take a look on your problem this evening. I will let you know. Do you

Re: [C++-sig] pygccxml and multidimensional arrays

2009-04-23 Thread Davidson, Josh
I'm using information provided by pygccxml to generate Construct objects (http://construct.wikispaces.com/) that are capable of reading and writing to data structures stored in shared memory. Right now, I just manually reverse the indices any time I detect an array type before I generate a Constru

Re: [C++-sig] pygccxml and multidimensional arrays

2009-04-23 Thread Roman Yakovenko
On Thu, Apr 23, 2009 at 8:17 PM, Davidson, Josh wrote: > I'm using information provided by pygccxml to generate Construct objects > (http://construct.wikispaces.com/) that are capable of reading and > writing to data structures stored in shared memory.  Right now, I just > manually reverse the ind

Re: [C++-sig] pygccxml and multidimensional arrays

2009-04-23 Thread Roman Yakovenko
On Thu, Apr 23, 2009 at 9:21 PM, Roman Yakovenko wrote: > On Thu, Apr 23, 2009 at 8:17 PM, Davidson, Josh > wrote: >> I'm using information provided by pygccxml to generate Construct objects >> (http://construct.wikispaces.com/) that are capable of reading and >> writing to data structures store

Re: [C++-sig] Expanding embedded code

2009-04-23 Thread Stefan Seefeld
Robin Gilks wrote: I'm still having a problem with the python side of things - the c++ side mostly makes sense. For example, the "class instances" section of the page at http://wiki.cacr.caltech.edu/danse/index.php/Lots_more_details_on_writing_wrappers I can follow with no problems but

Re: [C++-sig] Expanding embedded code

2009-04-23 Thread Robin Gilks
Stefan Seefeld wrote: I'm not sure what you are asking. Sticking to my example code, when you run the python script, 'instance' will be available in the global namespace, so you can make calls into it from Python. If that is not what you want, can you come up with another example ? Thanks,