VOGONS

Common searches


Search results

Display options

Re: Run a DOS application directly from windows

in DOSBox General
himem.sys is not required, as DOSBox has its own superior EMS driver. himem provides XMS only (also present in dosbox by default), but of course the dosbox EMS implementation is fucking superior ;) Essentially if the application hangs both in XP's command line as well as in dosbox, you're missing …

Re: Compiling for 64-bit Windows

For me x86 to x86 is direct dynamic recompilation, everything else is more complex and less performant like x86 to x64 recompilation. So yes, it is possible (like under linux 64bit recompilation is working fine) but will not reach the speed of the x86 to x86 approach.

Re: Compiling for 64-bit Windows

The recompiler doesn't work under 64bit windows so you can disable it through configure parameters, and the aspi interface should not be used as well (just hack around that). The _WIN32_IE thing is some mingw header strangeness but i don't remember if i've ever properly worked around that. Your hack …

Page 100 of 445