Home | Info | Community | Development | myReactOS
You need to log in before you can comment on or make changes to this bug.
This is a patch I've done to implement strtoull due to one of my apps that uses it. It's based on Alex Ionescu code for strtoul and strtol. And on this page : http://www.die.net/doc/linux/man/man3/strtoull.3.html It also fix the missing ERANGE use. The app : http://www.heisspiter.net/download.php?id=17&mode=ftp (PhotoFiltre Plugins Pack) SVN & source are available on demand. And the log : MainFrameBase::OpenShellFolders(): parent_pidl=E:\ (dll\win32\shell32\shlexec.c:1251) flags ignored: 0x0000000c (dll\ntdll\ldr\utils.c:1200) LdrGetExportByName(): failed to find _strtoull (dll\ntdll\ldr\utils.c:1438) Failed to import _strtoull from C:\ReactOS\system32\msvcrt.dll (dll\ntdll\ldr\utils.c:1837) failed to import msvcrt.dll (dll\ntdll\ldr\utils.c:2118) LdrFixupImports failed for Dbghelp.dll, status=c0000001 (dll\ntdll\ldr\utils.c:991) LdrFixupForward: failed to load Dbghelp (dll\ntdll\ldr\utils.c:1178) LdrGetExportByName(): failed to find MakeSureDirectoryPathExists (dll\ntdll\ldr\utils.c:1438) Failed to import MakeSureDirectoryPathExists from C:\ReactOS\system32\IMAGEHLP.dll (dll\ntdll\ldr\utils.c:1837) failed to import IMAGEHLP.dll (dll\ntdll\ldr\utils.c:1946) LdrFixupImports() failed for pf-plug.exe (dll\ntdll\ldr\startup.c:485) Failed to initialize image (dll\win32\shell32\shlview.c:1535) LVN_KEYDOWN key=0x000000a2
Created an attachment (id=1528) [details] Patch file
commited to r27344