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