0

I'm trying to use the Pjsip library in a win32 program with Embarcadero C++Builder 13. I managed to compile the Pjsip library with Visual Studio Community 2026, thus obtaining the static *.lib libraries. Unfortunately, however, if I convert the libraries using coff2omf.exe to use them in C++Builder, I get very small files compared to the originals which therefore do not actually contain the library functions. Has anyone managed to use the Pjsip libraries in C++Builder or can help me do so?

Thanks

1
  • You have to compile the library with C++Builder's compiler, you can't compile it in VS's compiler and then use it in C++Builder, unless you wrap it inside a DLL with a C-compatible interface that C++Builder can consume. I tried using Pjsip in C++Builder many years ago, but didn't have much luck with it. But, I was using a very old version of C++Builder at the time. Maybe things are better with a modern version, I don't know. Commented 2 days ago

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.