K
kelvin.koogan
I have an unmanaged DLL which calls my managed C++ app using a
callback (standard C++ function pointer). I can receive the callbacks
OK using a static function with global scope, but I can't find a way
to get hold of a pointer to my Form to pass it the data.
Any ideas?
Application seems to have the only pointer to the form but no way for
me to retrieve it (in VC 2003 anyway). Any attempt to create a static
pointer to the form seems to fail.
Ideas gratefully received.
TIA,
KK
callback (standard C++ function pointer). I can receive the callbacks
OK using a static function with global scope, but I can't find a way
to get hold of a pointer to my Form to pass it the data.
Any ideas?
Application seems to have the only pointer to the form but no way for
me to retrieve it (in VC 2003 anyway). Any attempt to create a static
pointer to the form seems to fail.
Ideas gratefully received.
TIA,
KK