open-im-server icon indicating copy to clipboard operation
open-im-server copied to clipboard

How to use this library in Qt?

Open meanfulHuman opened this issue 1 month ago • 1 comments

Why this feature?

I want to perform secondary development on this library using C++. How should I integrate it into my project? I will be using Qt for the secondary development.I believe that developing software using C++ will run faster.

Suggested Solution

Compile into an so library or a lib library

Additional Information

No response

meanfulHuman avatar Oct 29 '25 03:10 meanfulHuman

Hello! Thank you for filing an issue.

If this is a bug report, please include relevant logs to help us debug the problem.

Join slack 🤖 to connect and communicate with our developers.

OpenIM-Robot avatar Oct 29 '25 03:10 OpenIM-Robot

You can refer to this repository, which provides C interfaces: https://github.com/openimsdk/openim-sdk-cpp

FGadvancer avatar Dec 12 '25 13:12 FGadvancer