Opened 13 years ago

Closed 13 years ago

#80 closed defect (fixed)

missing export

Reported by: Silvan Scherrer Owned by: abwillis
Priority: major Milestone: 0.8.5
Component: odin Version: 0.8.4
Severity: low Keywords:
Cc:

Description

NTDLL.dll misses RtlGetVersionNumber export

Attachments (3)

notepad_xp_sp3.zip (34.9 KB ) - added by herwigb 13 years ago.
notepad from XP SP3
msvcrt.zip (175.8 KB ) - added by herwigb 13 years ago.
MSVCRT
msvcrt_older.zip (128.7 KB ) - added by herwigb 13 years ago.
Older MSVCRT.DLL

Download all attachments as: .zip

Change History (13)

by herwigb, 13 years ago

Attachment: notepad_xp_sp3.zip added

notepad from XP SP3

comment:1 by herwigb, 13 years ago

Running notepad.exe, calc.exe, regedit.exe and a few other utilities from Windows used to work with older versions of Odin.

by herwigb, 13 years ago

Attachment: msvcrt.zip added

MSVCRT

comment:2 by abwillis, 13 years ago

Your notepad.exe worked fine here... then I put in your msvcrt.dll and I get the same error. Most probably it used to work because you used to have a different msvcrt.dll. That said, I find that RtlGetNtVersionNumbers has code but no entry in the def file. I added a def file entry here but as there is a build break currently in relation to changes to the About Odin screen I can't test it.

by herwigb, 13 years ago

Attachment: msvcrt_older.zip added

Older MSVCRT.DLL

comment:3 by herwigb, 13 years ago

Right, I found an older one. Using that notepad.exe etc work here, too.

comment:4 by dmik, 13 years ago

Andy, what do you mean by the build break? All builds fine here.

comment:5 by abwillis, 13 years ago

user32rsrcdef.h did not get committed

comment:6 by dmik, 13 years ago

Ah that. Your truth. Fixed in r21992.

comment:7 by Silvan Scherrer, 13 years ago

i just built it with the latest svn and it builds :)

comment:8 by abwillis, 13 years ago

Committed revision r21995 Added the RtlGetNtVersionNumbers export to the def file and now either msvcrt file can be used to open notepad.

comment:9 by abwillis, 13 years ago

Owner: set to abwillis

comment:10 by abwillis, 13 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.