> So Im 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
Dear friends,
Im hoping to receive some tips to my problem. At the moment Im 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