Click to See Complete Forum and Search --> : execute method with gcroot


BrianB
October 29th, 2004, 05:49 PM
I have used gcroot to reference a managed class from an unmanaged class. Now, how do i call a function of that managed class?
-> isnt doing it :/

If someone could paste a simple example i would be overwhelmed with joy :)
thanks

atkin
November 2nd, 2004, 01:08 AM
Where are you calling this managed code from, some other managed code or unmanaged code.