Click to See Complete Forum and Search --> : Managed wrapper question


BrianB
October 29th, 2004, 12:11 PM
I made a managed wrapper class around my unmanaged class , and it works great in a .net forms project. The issue is now there are a few callback functions in the unmanaged class. How do they get access to the managed side of the app? I need to call some function on the managed side form the unmanaged side, very simple really a few args and a return int.

thanks