Re: [C++-sig] Conversion problem

2010-01-14 Thread Simon Pickles
Thanks Nicolas, I learnt a lot from your way of doing it! Simon On 13/01/2010 11:17, Nicolas Lelong wrote: Simon, it seems that I wrapped the same videoinput library you're using. I wrapped the getPixels the following way : python script is responsible of the memory allocation for pixels bu

Re: [C++-sig] Boost and wxWidgets

2010-01-14 Thread Brian O'Kennedy
I suspect your problem is unrelated to boost.python. I've never used wxWidgets, but a quick google suggests it should be initialised before being used. *http://docs.wxwidgets.org/stable/wx_appinifunctions.html* int wxEntry(int& * argc*, w

Re: [C++-sig] Boost and wxWidgets

2010-01-14 Thread Joan Carles Jimenez
Thanks Brian, but do not work. The "canvas.so" is a static library not an application. My info is: openSuSE 11.2 64bits boost 1.39 gcc-c++ 4.4 python 2.6.2 On Thu, 2010-01-14 at 08:53 +, Brian O'Kennedy wrote: > I suspect your problem is unrelated to boost.python. I've never used > wxWidge

Re: [C++-sig] Boost and wxWidgets

2010-01-14 Thread Hans Meine
Am Donnerstag, 14. Januar 2010 11:41:31 schrieb Joan Carles Jimenez: > On Thu, 2010-01-14 at 08:53 +, Brian O'Kennedy wrote: > > I suspect your problem is unrelated to boost.python. I've never used > > wxWidgets, but a quick google suggests it should be initialised before > > being used. > [...

[C++-sig] Robotics Project Using Boost Python: OpenRAVE

2010-01-14 Thread Rosen Diankov
Dear Boost Python Developers, We've been using boost.python for about a year now for a robotics planning and simulation environment called OpenRAVE (developed by Rosen Diankov): http://openrave.programmingvision.com We are very pleased with boost python and it has opened up many new doors for dev