Hi Marcus,
The missing function is passed up using a standard Win32 exception, which is handled by the program here.
Oh, and please try this patch:
Ciao, Marcus
Changelog: Implemented localeconv() by just calling to Linux localeconv().
Yes, thanks! It works, when I insert another function of MSVCRT.DLL: _Gettnames() For now just returning NULL is enough. The return value doesn't seem to be important.