Re: [python-win32] Problems with Implementing Callback Python/C++-DLL

2005-07-29 Thread Mark Hammond
> So I’m not sure how can I “register” my_set_callback function in the already > started Python-Interpreter and to “explain” my DLL which Python-Function is > to call when the new values in my DLL were calculated. I'm not sure I understand your problem. The tail of the code you posted looks like

[python-win32] Problems with Implementing Callback Python/C++-DLL

2005-07-29 Thread Oleg Novychny
Dear friends, I’m hoping to receive some tips to my problem. At the moment I’m trying to implement a callback between Python and my C++-DLL. My DLL calculates permanently some values and stores them in member-variables in one of the DLL-classes. There are some exported functions in my DLL for sta