joshudson

Results 9 comments of joshudson

The compatibility differences are likely to be so low for the code you share that it's almost certainly a few lines of `#if` and `#else` and you're done.

The problem is the Windows releases _aren't being serviced_. They're only getting security patches.

You have just told me, "Pay $500 to get a non-answer." My experience with Microsoft Support involving product bugs is a zero percent effectiveness rating. Even accessibility bugs don't get...

Having broken down the license chain, I'm going to recommend a change: From: "You may only use the Microsoft .NET Core Debugger (vsdbg) with Visual Studio Code, Visual Studio or...

@lennybacon To verify, take any signed binary and use a hex editor to change the error message "This program cannot be run in DOS mode" to something else and observe...

I do have this fixed on my home PC; not pushing anything until I get int 13h ah=42h debugged.

Hmmm; yeah checking for the right emulator seems like a good idea; I didn't think of it because the 5 byte version on the floppy disk doesn't check. Swapping for...

I'm now back from vacation. I considered how to break this down into pieces; however there is somewhat of a limit to what I can and cannot do. While it...

Well I did it. I added APM 1.1 support and changed quitemu to shut down via APM 1.1 shutdown command.