Re: [Live-devel] Get version of shared library binary

2024-04-14 Thread Ross Finlayson
Paul, Thanks for the note. You raised a good point; there was not a way to get the library version at runtime. I have now installed a new version (2024-04-14) of the “LIVE555 Streaming Media” code that fixes this. In particular, you can now use the following definitions extern char c

[Live-devel] Get version of shared library binary

2024-04-10 Thread Paul Westlund
Hello, I was wondering if there is a way to get the version of the Live555 shared library binary (.so or .dll). I know the version is available in liveMedia/include/liveMedia_version.hh, but since the version string is a macro defined in the header file it will not be included in the shared lib