On Wed, Oct 09, 2002 at 01:01:37PM -0400, [EMAIL PROTECTED] wrote: > Unhandled exception: unimplemented function msvcrt.dll._i64toa called in 32-bit code >(0x40cb0052).
well, look at that: ~/work/wine/wine/dlls/ntdll> grep i64toa ../msvcrt/msvcrt.spec @ stub _i64toa #(long str long) @ stub _ui64toa #(long str long) ~/work/wine/wine/dlls/ntdll> if you look at itoa (i64toa's 32 bit equivalent?) in that same file, you can find them redirected to ntll and their actual implementation in ntdll/string.c Looks like a trivial case of copy/paste/modify to me. Ciao Jörg -- Joerg Mayer <[EMAIL PROTECTED]> I found out that "pro" means "instead of" (as in proconsul). Now I know what proactive means.