bpa wrote: > The trouble with my different patch using strtod_l is that Win32 doesn't > follow the C standard lib and so to create a patch that compiles OK I > had to get Vs2019 working - which I eventually did.
I think I have now have a patch that would work. Will upload when done. Let me throw out an alternative thought: How about patching flac to always use "C" locale unless, say, a specific command line option is applied to restore regular behaviour. My understanding is that standard behaviour is for the program to start in "C" locale, and only switch to something else, e.g. user environment, if the program explicitly switches it. I assume that this would apply to all platforms, because it's C, right ? I have no practical experience of this, and would be happy to be put right. That would be very easy, I think, just comment out/skip over the locale setting bit in -main.c-. I don't know whether this would have any adverse side effects elsewhere within LMS, though. ------------------------------------------------------------------------ mrw's Profile: http://forums.slimdevices.com/member.php?userid=38299 View this thread: http://forums.slimdevices.com/showthread.php?t=110871 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
