Re: [Live-devel] Issue building groupsock with MSVC

2021-04-05 Thread Ross Finlayson
Thanks for the note. I have just installed a new version (2021.04.05) of the code that fixes this. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/l

[Live-devel] Issue building groupsock with MSVC

2021-04-05 Thread Thorson, Joshua C
Hello, It seems there are some issues with compiling the latest changes for IPV6 in the groupsock library with MSVC. The issue is with the call to setsockopt, specifically, argument 4 for MSVC is expecting a 'const char *' but is being provided a 'const int *'/'const void *'. I see you are cas