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
I'm wondering how to call a pure C library from Xamarin?
For C++, I might get a safe handle during construction and release it in Dispose() method as your examples show.
For pure C, however, do I still need to get a safe handle and release it in the end?
Hi,
I'm wondering how to call a pure C library from Xamarin?
For C++, I might get a safe handle during construction and release it in Dispose() method as your examples show.
For pure C, however, do I still need to get a safe handle and release it in the end?