Home | Info | Community | Development | myReactOS

  1. Home
  2. Info
  3. Community
  4. Development
  5. myReactOS

  1. Main Page
  2. New
  3. Search
  4. Reports
  5. Requests

  1. Login
  2. Register

ReactOS bug tracking and reporting - Bug 2314 – strtoull implementation

First Last Prev Next    No search results available
Details
: strtoull implementation
Bug#: 2314
:
: ReactOS
: Patches
Status: RESOLVED
Resolution: FIXED
: x86 Hardware
: ReactOS
: TRUNK
: P3
: normal
: ---

:
:
:
  Show dependency tree - Show dependency graph
People
Reporter: Heis Spiter <pierre.schweitzer@reactos.org>
Assigned To: Bug Zilla <ros-bugs@reactos.org>
: Bug Zilla <ros-bugs@reactos.org>

Attachments
Patch file (6.45 KB, patch)
2007-06-19 11:36 CET, Heis Spiter
Details


Note

You need to log in before you can comment on or make changes to this bug.

Related actions


Description:   Opened: 2007-06-19 11:35 CET
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
------- Comment #1 From Heis Spiter 2007-06-19 11:36:08 CET -------
Created an attachment (id=1528) [details]
Patch file
------- Comment #2 From GreatLord 2007-06-30 16:33:32 CET -------
commited to r27344

First Last Prev Next    No search results available