I explain exactly what I want to do:
write a callback function in a C++/CLI application
this application imports function from a native DLL
call this function from the DLL and return the results to the application
Can Anyone help with the simplest example, please!
write a callback function in a C++/CLI application
this application imports function from a native DLL
call this function from the DLL and return the results to the application
Can Anyone help with the simplest example, please!