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)
Change History (13)
by , 13 years ago
Attachment: | notepad_xp_sp3.zip added |
---|
comment:1 by , 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.
comment:2 by , 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.
comment:8 by , 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 , 13 years ago
Owner: | set to |
---|
comment:10 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
notepad from XP SP3