Andrew Bird
Andrew Bird
Oh, it seems I can't take credit for that it was already here in https://github.com/dosemu2/dosemu2/blob/ed8c617524d75675ec14ceae18b3ce192013d76f/src/tools/periph/mkfatimage16.c#L125
The strings tool is required for the build for i18n, so it's a problem i need to fix for the build to continue.
I'm not saying the strings failure is due to dosemu, only that it's preventing getting to the build stage where the OP reported the problem with library.
The strings tool build problem is now fixed (there was a PR already waiting to be applied for this) and so the test now passes on FreeDOS 1.3. I'm still...
Passes on FreeDOS 1.3, OpenDOS 7.01 and FDPP, but currently I have MS-DOS 6.22 marked as a known failure.
I thought it might be good to create a minimal test for runtime error 200. I followed the link above and itself links to [here](http://www.pcmicro.com/elebbs/faq/rte200.html) which suggests that problem crt.asm...
Note I also added `uses crt;` but it still runs okay.
Yes that example you linked failed with runtime error 200. I compiled my test program with TP5.5, TP6.0, and TP7.0, and only the TP7.0 version generated the error. Interestingly the...
Yes (tp7.0), but I have to try the 7.01 version as according to the patch file a different patch is needed for that
r200fix is also able to fix tp 7.01 executables. I did notice that the example from https://github.com/dosemu2/dosemu2/issues/808 seems to be packed somehow. Maybe that's defeating the fix?