D
db_from_mn
I'm having a lot of difficulty getting even the simplest
callback function (void return, no arguments) to work,
from a dll to C#.
When the callback is invoked from the dll, I get a fatal
error, that shuts down the app.
I suspect that the function pointer is passed incorrectly.
I've studied the documentation, and I seem to have things
configured properly.
Are there any bugs that I need to know of, or any hints,
other than what I've found in the documentation?
Thank in advance,
Dennis
callback function (void return, no arguments) to work,
from a dll to C#.
When the callback is invoked from the dll, I get a fatal
error, that shuts down the app.
I suspect that the function pointer is passed incorrectly.
I've studied the documentation, and I seem to have things
configured properly.
Are there any bugs that I need to know of, or any hints,
other than what I've found in the documentation?
Thank in advance,
Dennis