RE: multi-threaded c++ callback problem

2006-05-12 Thread Ames Andreas
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > g] On Behalf Of pydev > Sent: Tuesday, April 11, 2006 9:23 PM > Subject: multi-threaded c++ callback problem > > void pyCallEventCallback( CALL hCall, >

multi-threaded c++ callback problem

2006-05-11 Thread pydev
hi all, i'm building a wrapper for a multi-threaded c++ library to use it in python. everything works fine except the callback. the c++ code to call the python function: //---// void pyCallEventCallback( CALL hCall,

multi-threaded c++ callback problem

2006-05-11 Thread t.buehler
hi all,   i'm building a wrapper for a multi-threaded c++ library to use it in python. everything works fine except the callback.   the c++ code to call the python function: //---// void pyCallEventCallback(  CALL hCall,