Re: [C++-sig] Calling python virtual function from C++

2009-01-29 Thread William Marié
Hi David, Here is the reproducible test ( just change the boost.strap and the python paths in the jamroot ) !! Thanks for your time David Abrahams a écrit : on Wed Jan 28 2009, William Marié wrote: I need to call my testVirtualPure function from C++ side : BaseCmp* bc = BaseCmp(); Bas

Re: [C++-sig] Calling python virtual function from C++

2009-01-29 Thread David Abrahams
on Thu Jan 29 2009, William Marié wrote: > Hi David, > > Here is the reproducible test ( just change the boost.strap and the python > paths in > the jamroot ) !! > Thanks for your time void testVirtualPure( BaseCmp* pBaseCmp ) { this->get_override("testVirtualPu