aholzinger

Results 7 issues of aholzinger

If USBPcap is installed (I installed it together with Wireshark) VirtualBox passthrough of USB devices is not anymore working as expected. This website explains it in detail: http://www.zachpfeffer.com/single-post/A-fix-for-a-USB-drive-or-any-USB-device-not-working-in-VirtualBox There is...

Hi, I try to use rpmalloc on a VS2019 C++ Win32 project (x64). I added the rpmalloc.vcxproj to my solution and set ENABLE_OVERRIDE=1 and ENABLE_PRELOAD=1 in both the rpmalloc lib...

compatibility

Streaming implementations that use SDP to configure (create objects, set internal state) also for receivers need the information in the SDP. Why not call set_transportfile also for receivers (and not...

documentation

By default Boost error messages when using Visual Studio are ANSI encoded and not UTF-8. To force Boost to emmit strings in UTF-8 the `#define BOOST_SYSTEM_USE_UTF8` is needed. It could...

discuss
:star:

Why not supporting vcpkg with nmos-cpp so that nmos-cpp can be installed with vcpkg? As nmos-cpp isn't only installing nmos specific headers in the nmos include directory, I created an...

enhancement

Hi Sergio, I found an issue on Ubuntu 22.04 with gcc 11 on x86-64. It seems as the std::regex implementation has issues if ranges over the sign border (0x7F to...

FormatMessageA does not work with a lot of languages. As the function returns utf8 anyhow it's better to use FormatMessageW. The new implementation also makes use of the abbility of...