[ros-bugs] [Bug 2314] New: strtoull implementation

ReactOS.Bugzilla at www.reactos.org ReactOS.Bugzilla at www.reactos.org
Tue Jun 19 11:35:35 CEST 2007


http://www.reactos.org/bugzilla/show_bug.cgi?id=2314

           Summary: strtoull implementation
           Product: ReactOS
           Version: TRUNK
          Platform: x86 Hardware
        OS/Version: ReactOS
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Patches
        AssignedTo: ros-bugs at reactos.org
        ReportedBy: heis_spiter at hotmail.com
         QAContact: ros-bugs at reactos.org


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


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
You are the assignee for the bug, or are watching the assignee.


More information about the Ros-bugs mailing list