Hi Andreas,

Quick question for you (or anyone else who knows)...

How difficult would it be to emulate in software a PE DLL/EXE file with only a
resource section (no text, data or relocation sections), such that if wine
OpenFile opens a known wine elf-dll file or a builtin-dll, it then does an
effective cut'n'paste of the resource section from the wine-dll to an emulated
PE file?

I know its not a nice way to do things, but it would solve the problem of
handling both elf-dlls and builtin-dlls without having to compile up and keep
in sync stub PE DLLs.

David

Reply via email to