[ros-bugs] [Bug 2334] New: Build (linking) error at riched20.dll...

ReactOS.Bugzilla at www.reactos.org ReactOS.Bugzilla at www.reactos.org
Thu Jun 21 16:15:50 CEST 2007


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

           Summary: Build (linking) error at riched20.dll...
           Product: ReactOS
           Version: TRUNK
          Platform: x86 Hardware
        OS/Version: Microsoft Windows XP
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Win32
        AssignedTo: ros-bugs at reactos.org
        ReportedBy: jeronimus.linuxius at sapo.pt
         QAContact: ros-bugs at reactos.org


When I was compiling the trunk from 20th June 2007 (all revisions had the
problem, cause I tried before and after that day), it gave me an error when
linking riched20.dll...

It was an unresolved reference to function "int vsnprintf(char *str, size_t
size, const char *format, va_list ap);" (format "format", and output to "str",
at most "size" chars... according to arguments pointed by "va_list")... It's an
unusual (standard?) C function...

The function call is in /trunk/reactos/dll/win32/riched20/writer.c... After
many trials and thoughts, I changed the function call to "_vsnprintf", which,
afaik, redirects it to the internal gcc functions... It then compiled
correctly, but I don't know whether its's the propper way to solve the
problem...


-- 
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