farnster
March 12th, 2003, 12:10 PM
I have a managed C++ (windows.forms) application that needs to start unmanaged threads (real-time hardware stuff) that will run in the background until the application is terminated.
The interface commuication between the managed UI and the
unmanaged threads needs to be both ways with pointer references.
Is this possible? And how would it be done?
Thank you,
Della
The interface commuication between the managed UI and the
unmanaged threads needs to be both ways with pointer references.
Is this possible? And how would it be done?
Thank you,
Della