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
For Inprocess Communcation between dotnet and native c/c++ the context pointer needs to be the same. If the C++ Backend provides this pointer then I can only inject it via Reflection into the ZContext. (by terminating then setting the private field in ZContext).
It would be nice to have a constructor or Factory Method which allows me to create the ZContext using an IntPtr as a parameter.
This could be dangerous of course....
The text was updated successfully, but these errors were encountered:
For Inprocess Communcation between dotnet and native c/c++ the context pointer needs to be the same. If the C++ Backend provides this pointer then I can only inject it via Reflection into the ZContext. (by terminating then setting the private field in ZContext).
It would be nice to have a constructor or Factory Method which allows me to create the ZContext using an IntPtr as a parameter.
This could be dangerous of course....
The text was updated successfully, but these errors were encountered: