[CM] Issues building S7 on windows with MSVC

bil at ccrma.Stanford.EDU bil at ccrma.Stanford.EDU
Fri May 1 11:26:35 PDT 2020


Both of those problems were fixed in late February.
The qsort line should be

qsort_s(base, nmemb, size, sort_r_arg_swap, &tmp);

and access should be

if (_access(filename, 0) != -1)



More information about the Cmdist mailing list