|
Forum Index : Microcontroller and PC projects : " This is a Windows NT character-mode executable "
| Author | Message | ||||
| hitsware2 Guru Joined: 03/08/2019 Location: United StatesPosts: 734 |
Trying to run MMBasic in DosBox . BBCBasic works OK . my site |
||||
| Frank N. Furter Guru Joined: 28/05/2012 Location: GermanyPosts: 989 |
Why in DosBox? It's a Windows executable program not a DOS program... Frank |
||||
| JohnS Guru Joined: 18/11/2011 Location: United KingdomPosts: 4139 |
Might work with WINE John |
||||
| hitsware2 Guru Joined: 03/08/2019 Location: United StatesPosts: 734 |
No Wine for Raspberry Pi .... Edited 2020-05-08 22:18 by hitsware2 my site |
||||
| hitsware2 Guru Joined: 03/08/2019 Location: United StatesPosts: 734 |
" The Windows/DOS version of MMBasic was created to make it easy to evaluate MMBasic. It is a single executable that does not need installation, just double click on the executable and MMBasic will run in a DOS window on Windows (including Windows 10). " Duh ... Got confused by the " Dos window " my site |
||||
| Frank N. Furter Guru Joined: 28/05/2012 Location: GermanyPosts: 989 |
There used to be EXAGEAR for the Raspberry - unfortunately that no longer exists. Maybe this video will help? Frank |
||||
| hitsware2 Guru Joined: 03/08/2019 Location: United StatesPosts: 734 |
Thank You ! ... Too complicated for me . Was just doing it for fun anyways . DosBox is quite groovy though ![]() my site |
||||
| robert.rozee Guru Joined: 31/12/2012 Location: New ZealandPosts: 2465 |
"will run in a DOS window on Windows": it is NOT a DOS window. it is a win32 console window that runs win32 applications. while there is a compatibility layer built in to allow running real-mode MSDOS applications, i'd be surprised if many such applications even still exist. and MMbasic is not such an application. DOSBOX emulates a 386 processor and MSDOS. it is incapable of running win32 applications. it can run real-mode MSDOS applications, including those that switch into protected-mode to access memory beyond the 1mb boundary and make use of 386 instructions. just to make it perfectly clear, there is NO SUCH THING as MMbasic for DOS. people might call it that, but this is wrong. there is MMbasic for win32 console mode. this is a windows application, NOT a DOS application, that has no GUI abilities and can only run in the console window provided by windows. cheers, rob :-) |
||||
| JohnS Guru Joined: 18/11/2011 Location: United KingdomPosts: 4139 |
Wasn't apparent you were referring to RPi... John |
||||
| hitsware2 Guru Joined: 03/08/2019 Location: United StatesPosts: 734 |
Wasn't apparent you were referring to RPi... John Yes .... My PC is RPi 3B+ .... my site |
||||
| hitsware2 Guru Joined: 03/08/2019 Location: United StatesPosts: 734 |
> Just to make it perfectly clear, > there is NO SUCH THING as MMbasic > for DOS. Got'cha ![]() my site |
||||
| The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2025 |