In the Qt documentation about signals and slots they say: Callbacks have two fundamental flaws: Firstly, they are not type-safe. We can never be certain that the processing function will call the ...
I have a VB COM DLL that interfaces with a C library to run some functionality that for various reasons can't be rewritten in VB (or even COM). About halfway through this C code, it needs to get some ...