You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue from Tue, 07 May 2013 12:02:46 GMT
Originally opened at https://clrinterop.codeplex.com/workitem/10981
Hi,
I am using a c# wrapper, in the c++ library, the called function returns a pointer to the class object.
In the c# wrapper, if I call that method it returns an interface variable.
That interface variable is null, so I am unable gets the values.
How should I handle that interface variable in order to get values.
Anyone please help me.
The text was updated successfully, but these errors were encountered:
Issue from Tue, 07 May 2013 12:02:46 GMT
Originally opened at https://clrinterop.codeplex.com/workitem/10981
Hi,
I am using a c# wrapper, in the c++ library, the called function returns a pointer to the class object.
In the c# wrapper, if I call that method it returns an interface variable.
That interface variable is null, so I am unable gets the values.
How should I handle that interface variable in order to get values.
Anyone please help me.
The text was updated successfully, but these errors were encountered: