Julien Marodon
Julien Marodon
Good morning everybody, and specially gavv. First, thanks for this excellent library, i'd love to see this protocol and toolkit become an universal cross-platform standard. I've done some tests, just...
Thanks for all those, perfectly answers. Obviously having a new target directory feels much more comfortable without risk of breaking things in another target. I was building on Windows, but...
Now MinGW build compiles without using -fpermissive, also tested Linux build and a roc-receive+roc-send test still works. To sum up what i've changed: - some console outputs from %lu to...
### OpenFEC / MinGW This isn't yet priority, but i thought might be of interest, as OpenFEC compilation in my early Makefile test was just one single line of code...
> > About MSVC compatibility, went first with MinGW as an 'intermediate step', as my ultimate goal would be a Windows virtual sound card driver to connect to multi-room sound...
Hello, Resuming my works on this subject, with those two new commits i've pushed into the PR: #### Solved the last warning on MinGW cross-compile (Wsign-conversion on IN_MULTICAST in socket_addr.cpp)...
Ok, learning to use PR's, i believed it would contain only the commit for the URL, but looks like the PR includes all commits including ones added later, so it...
Hello, Worked some more on porting. Got rid of all but one compile warning for MinGW. Here's the remaining warning: ``` src/internal_modules/roc_address/target_berkley/roc_address/socket_addr.cpp: In member function ‘bool roc::address::SocketAddr::is_multicast() const’: src/internal_modules/roc_address/target_berkley/roc_address/socket_addr.cpp:150:16: warning:...
Works perfectly! Tested on my network (W10 server, 1.6.4.0 and W11 client with new 1.6.4.2), all those syntaxes now works fine. Same as IPv4 still works also, backward compatibility confirmed.