[ros-dev] Problem looking up mangled names

Filip Navara xnavara at volny.cz
Mon Sep 27 12:29:33 CEST 2004


Steven Edwards wrote:
> Hello,
> I have been trying to test Firefox and OpenOffice under ReactOS and it
> seems to be having trouble looking up mangled names in msvcrt. Firefox
> fails like this
> 
> (NTDLL:ldr/utils.c:1205) LdrGetExportByName(): failed to find
> ??3 at YAXPAX@Z
> 
> and OpenOffice fails to find this name ??1type_info@@UAE at XZ
> 
> Both of them are implemented and point to code I imported from Wine a
> long time ago. Anyone have any idea whats up?

The problem is that the part of the mangled name after the '@' character is stripped 
because of the --kill-at flag used while building msvcrt.

Regards,
Filip


More information about the Ros-dev mailing list