Hi, On Tue, Jan 29, 2019, 4:40 PM Matej Horvat <[email protected] wrote:
> On Tue, 29 Jan 2019 23:20:21 +0100, Rugxulo <[email protected]> wrote: > > > There also was a guy, a few years ago, who was building ("Lightning") > > Python for Win32 via OpenWatcom. I never tried it, but that would > > probably > > build for DOS/32-bit. Even the Win32 .EXE almost certainly runs under > HX > > in > > DOS. So maybe you could try that. > > I was just going to suggest that. > > http://lightningpython.org/ > > Unfortunately, it doesn't run with HX. It's missing ShellExecuteW, > RegConnectRegistryW, RegLoadKeyW, RegSaveKeyW, and possibly other > functions. This might be solvable by adding dummy implementations to HX; > I > don't know. > HX 2.17? Set DPMILDR=136 and try again (hoping it won't actually call such unresolved imports). Or try the latest HX prerelease on Github, maybe it works better, who knows. >
_______________________________________________ Freedos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-devel
