2
shouts

Passing C++/CLI delegate to native code « RCode

posted by http://resnikb.wordpress.com/http://resnikb.wordpress.com/ 213 days, 1 hour, 15 minutes ago
Monday, August 17, 2009 10:56:33 AM GMT

Installing the same managed addin in 32bit and 64bit Autodesk Inventor »Passing C++/CLI delegate to native code Posted by Bojan Resnik on May 18, 2009 Recently I had to interface a C++/CLI assembly with a native DLL written in C. This is mostly straightforward, but the C DLL could raise an internal event and provided a way to have the application notified of this event. In order to be informed, the application has to register a callback function that will be invoked by the DLL when the event is raised....

category: Foundation | clicked: 7 | | source: resnikb.wordpress.com | show counter code
tags: C++, CLI

No comments yet, be the first one to post comment.

To post your comment please login or signup