leecher1337
leecher1337
Hm, so loader fires up NTVDM, but NTVDM bails out? Does DebugView show you any error output maybe? Is the 32bit loader ldntvdm.dll in SysWOW64 directory present and working and...
So this implies that it may be realted to change in the loader code from https://github.com/leecher1337/ntvdmx64/commit/9b966f587023e5c2e36270cdad895ec12ecc8e13 However only FindeResourceEx inline hook was added for 16bit icon parsing, nothing about the...
Stupid me, I just uploaded the wrong DLL on last commit, hopefully fixed now.
https://vetusware.com/download/Borland%20Turbo%20C++/?id=169 C++ compilers usually are perfectly compatible with plain C programs, as C++ standard requires the compiler to fully support C anyway.
Regarding fullscreen, I guess you mean the .pif file settings for DOS applications. Just go to the properties of the .exe file and there you can set whether it starts...
Yes, I already explained it to you, why this is the case
Seems to be a race condition with the new conhost -> Process injector, will have a look at it
Should be fixed now, please rename \windows\system32\ldntvdm.dll -> ldntvdm1.dll (to delete it after reboot), and place new https://github.com/leecher1337/ntvdmx64/tree/master/ntvdmpatch/release/ldntvdm/system32/ (6.1 for Win7, 10.0 for win10) ldntvdm.dll there. Should hopefully work now,...
Please replace all loaders, as the 32bit loader has been updated too (do the same as above, but also for Windows\syswow64 directory with file from https://github.com/leecher1337/ntvdmx64/tree/master/ntvdmpatch/release/ldntvdm/syswow64). You can also try...
Thank you for testing. I have to say that Win16 support is still **very** experimental and in state of pure proof-of-concept (and unfortunately hard to debug). As I'm currently the...