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
Background: We have modified some of the logic in the official openim-sdk-core and need to compile a C# compatible SDK. I have currently based my work on the openim-sdk-core and openim-sdk-cpp projects and have compiled libopenimsdk.dll. However, when I compared it to the author's provided DLL, I noticed many methods were different. The author's DLL includes methods like SetMessageHandler and free_memory, which leads me to believe that the author might not have compiled their DLL from the openim-sdk-cpp project.
My question is: How can I compile a usable openimsdk.dll for use in this project?
Additional information
No response
The text was updated successfully, but these errors were encountered:
What would you like to share?
Background: We have modified some of the logic in the official openim-sdk-core and need to compile a C# compatible SDK. I have currently based my work on the openim-sdk-core and openim-sdk-cpp projects and have compiled libopenimsdk.dll. However, when I compared it to the author's provided DLL, I noticed many methods were different. The author's DLL includes methods like SetMessageHandler and free_memory, which leads me to believe that the author might not have compiled their DLL from the openim-sdk-cpp project.
My question is: How can I compile a usable openimsdk.dll for use in this project?
Additional information
No response
The text was updated successfully, but these errors were encountered: