Skip to content

1.1.2 [compilation fix]

Choose a tag to compare

@Voblit Voblit released this 23 Jul 13:39
31aa793

A huge problem with D is that it requires some dlls at runtime. I tried throwing them into the dependencies, but a nicer way would just be to make it compile an .exe that doesn't need allathat.

release_1 1 2
  • Fixed missing runtime DLL dependency by switching executable builds to static 32-bit OMF compilation (-m32).
  • Embedded C and D runtime libraries directly into py2ez80.exe, eliminating external Visual C++ Redistributable requirements.
  • Resolved execution crashes (0xc000007b and missing msvcr120.dll) when running on clean Windows environments without DMD installed.