-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cross-platform support #3
Comments
Possible solution: https://github.com/forderud/public/tree/master/nonwin-com . It satisfies all the desired properties, except for out-of-process marshaling. |
Changed back to default DummyLoader
Hi Fredrik, everyone, Best, |
@TheHubbit If you take a look at the Some nice properties when accessing COM interfaces from "managed" languages like .NET and Pyton:
|
Thanks for getting back and pointing to the TestPython and TestViewer examples! I looked at the example and agree with the benefits of COM you’ve highlighted. The reason I brought up C style interfaces was in the context of cross platform support, namely not being restricted to Windows operating system. |
Image3dAPI is currently Windows-only. This might become a problem.
TASK:
DESIRED PROPERTIES:
The text was updated successfully, but these errors were encountered: