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
Yes, exactly. I had a hard time adding these locally, as there are so many methods, and I couldn't quickly identify which ones should be exported. It would have been easier if all public methods had been defined using a macro, so I could modify that and thereby add the export declaration.
A macro could be helpful also to ensure a consistent API surface, such as the oc_ prefix.
I'm not entirely sure how this is meant to work, but if I want to interop with the API from C#, I had to do the following:
__declspec(dllexport)
to functions, to ensure they're exportedCould these things be done in the project itself, so that I and others can interop with the produced binary?
The text was updated successfully, but these errors were encountered: