Registry problem

Joerg Mayer jmayer at loplof.de
Wed Oct 9 13:34:03 CDT 2002


On Wed, Oct 09, 2002 at 01:01:37PM -0400, steve.lustbader at philips.com 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                                          <jmayer at loplof.de>
I found out that "pro" means "instead of" (as in proconsul). Now I know
what proactive means.



More information about the wine-devel mailing list