[plt-scheme] Access Violation on C++ Builder 5

From: Bradd W. Szonye (bradd+plt at szonye.com)
Date: Thu Jun 17 20:25:11 EDT 2004

RxQVW wrote:
> On C++ Builder 5 (+Update1),
> passing empty string to setlocale() function
> will make strtod() function buggy
> through internal __getLocaleNumericInfo() function.
> (Passing "C" or NULL is ok.)

An empty string requests the default system locale; on UNIX systems,
that means the locale set in the LANG environment variable. You should
file a bug report against C++ Builder (if it isn't already reported).
-- 
Bradd W. Szonye
http://www.szonye.com/bradd


Posted on the users mailing list.