Displaying 3 results from an estimated 3 matches for "__wine_load_dos_exe".
2010 Oct 07
2
Re: running 16 bit real mode executables on mac
...this post is old, but i'm also having the same problem.
I'm trying to compile MASM 6.1.5 programs in wine, and using ml.exe compiles and links everything perfectly and outputs a .exe file with no complaints.
Then, when i try and run the program it give me an error like
Code:
fixme:module:__wine_load_dos_exe DOS executables not supported on this platform
winevdm: can't exec 'Z:\home\trusktr\projects\school\fall2010\cisp310_assembly\random2\main.exe': invalid program file
If i run the .EXE file in DosBox, then it works just fine. How can i get these 16bit apps that I'm making working...
2010 Oct 08
0
running 16 bit real mode executables on mac
...;>
>> I'm trying to compile MASM 6.1.5 programs in wine, and using ml.exe compiles and links everything perfectly and outputs a .exe file with no complaints.
>>
>> Then, when i try and run the program it give me an error like
>>
>> Code:
>> fixme:module:__wine_load_dos_exe DOS executables not supported on this platform
>> winevdm: can't exec 'Z:\home\trusktr\projects\school\fall2010\cisp310_assembly\random2\main.exe': invalid program file
>>
>>
>>
>> If i run the .EXE file in DosBox, then it works just fine. How can i get...
2011 Aug 29
1
DOS programs on OSX?
...website intro page:
Wine's main task is to run Windows executables under non Windows operating systems. It supports different types of executables:
DOS executable. Those are even older programs, using the DOS format (either .com or .exe (the later being also called MZ)).
Tried it:
fixme:module:__wine_load_dos_exe DOS executables not supported on this platform
in thread Execution DOS exe program via Wine ?:
Maybe 'wineconsole' (comes with wine) will work better for you. And maybe you need something like dosemu...
What's the best way forward on OSX 10.6.8?