Re: dynimac code with lambda function creation

2008-03-27 Thread Justin Delegard
ed it.  After inserting that, everything worked fine when I pass just the method object! Thanks all. Justin Bruno Desthuilliers wrote: Justin Delegard a écrit : So I am trying to pass an object's method call I assume you mean "to pass an object's method", sin

dynimac code with lambda function creation

2008-03-27 Thread Justin Delegard
So I am trying to pass an object's method call to a function that requires a function pointer. I figured an easy way to do it would be to create a lambda function that calls the correct method, but this is proving more difficult than I imagined. Here is the function I'm using: def objectMetho