On Thu, Jul 08, 2004 at 06:26:12PM +0100, Mike Hearn wrote:
This is probably wrong in some aspects as this is the first time I have done a 16 bit pair DLL, but the Office XP installer never actually calls it, it just loads it in order to get the version information.
The main problem is that I can't find way to dump the exports of a 16 bit DLL. winedump can't do that. So, as the 32 bit DLL has only one entry point, I assumed it was the same for the 16 bit version.
nedump.exe or exedump.exe or so.
Greetings,
Andreas Mohr
On Thu, 08 Jul 2004 19:35:07 +0200, Andreas Mohr wrote:
nedump.exe or exedump.exe or so.
Do you have copies of these programs? I've been unable to locate them. NE is a format that was current a decade ago, tools to work with it are rapidly becoming arcane.
thanks -mike