otya128 / winevdm

16-bit Windows (Windows 1.x, 2.x, 3.0, 3.1, etc.) on 64-bit Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: 16-bit DLL thunking

WindowsNinetyTen opened this issue · comments

Would it be possible to make WineVDM interact also with 32-bit programs that use 16-bit DLLs and thunk them to the programs?

It's possible but would be rather difficult. Even Microsoft themselves didn't try to make that work in ntvdm. Winevdm would have to be able to load itself into other win32 processes.

I understand. I just thought that this could help fix compatibility issues with these programs. Guess that I shall just have to try to fix them myself!

On another note, I'd like to say that it's nice how WineVDM runs certain programs better than NTVDM. For example, some programs have sound working in WineVDM, but not in NTVDM.

Still, it would be a way to fix compatibility problems with 32-bit programs that use 16-bit DLLs!

Maybe add a way to launch win32 programs via OTVDM so that the programs runs normally (aka as a regular win32 program), but can load win16 dlls.

Another question: Does setting WINVER to 4.9 set the program to Windows Me mode? Also, why can't I run Windows 1.x or 2.x programs by clicking on the files, but I can when I use MS-DOS Executive?