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@YAXPAX@Z
and OpenOffice fails to find this name ??1type_info@@UAE@XZ
Both of them are implemented and point to code I imported from Wine a
long time ago. Anyone have any idea whats up?
Thanks
Steven
__________________________________
Do you Yahoo!?
Yahoo! Mail - You care about security. So do we.
http://promotions.yahoo.com/new_mail
Attached is a test program that demonstrates a problem with memory mapped
files. Basically, if you try to MapViewOfFile() a part of the file at
non-zero file offset, ReactOS will still map the beginning of the file.
I think I found the cause of this, the attached .diff fixes it. My fix
uncovered another (small) problem, ViewOffset is relative to the start of
the segment, not the start of the section. So instead of passing
SectionSegments[i].VirtualAddress we need to pass 0.
I'd appreciate it if someone who actually understands the Mm stuff can take
a look at this.
Gé van Geldorp.
99% of the windows users consider networking as
browsing internet. Give suport for TCP/IP , for a
basic browser (wish it were graphical, and most common
ethernet cards (kind of realtek or others widely used)
and you can say. ¡We have networking!.
An extra would be suport for some widely used modems.
Noone expect apache or emule working in an alpha OS,
even FTP is prescindible in 0.3.
Regards,
Lucio Diaz.
______________________________________________
Renovamos el Correo Yahoo!: ¡100 MB GRATIS!
Nuevos servicios, más seguridad
http://correo.yahoo.es
Hi all
Ros-dev is now functional. Please refrain from posting to ros-kernel
and use this new list instead - I've moved all subscriptions over to
this list. Ros-kernel will be discontinued in a few days.
Cheers
Jason