Hey guys,
I was wondering if anyone has had some experience with sending interrupts and handling them, with a slight twist though. I'd like to send an Interrupt from my C++ DLL to a C# Controller program. Does anyone know if it is at all possible to do such a thing?
I can't quite seem to wrap my head around how C#'s delegates or events could at all be implemented with C++ signal() method.
The reason I am interested in such a task is because I don't want my C# app to be constantly polling DLL for a response.
Anyways thanks if someone could provide me with some suggestions, I'm kind of out of research terms to type into Google.