Reply 460 of 471, by GloriousCow
- Rank
- Member
DaveDDS wrote on Yesterday, 13:06:I'm not certain that's entirely correct - I fired up one of my Win10 systems, run martypc.exe - and get: […]
I'm not certain that's entirely correct - I fired up one of my Win10 systems,
run martypc.exe - and get:(X) The code execution cannot proceed because
VCRUNTIME140.dll was not found. Reinstalling the program
may fix this problem.
Well, it was certainly supposed to be. I'll check my flags.
DaveDDS wrote on Yesterday, 13:06:btw - my little 15k DVM.EXE (also statically linked and really needs no
extras) runs fine, even on a fresh Windows install.
I'd love it if MartyPC was smaller. I watch its increasing bloat every time I add a new dependency with trepidation.
The gamepad mapping file that is loaded to support USB controllers is larger than your entire DVM.EXE.
The MartyPC logo PNG used in the About window is twice as large as your DVM.EXE.
It's a good thing my goal is to write to best emulator I can, not the smallest one. If you are going to judge my worth as a programmer based on the size of my binary then I suppose I measure up quite poorly.
DaveDDS wrote on Yesterday, 13:06:oh - and also btw/fyi - trying to look at README.md brings up a prompt to look in Microsoft store to find an application. […]
oh - and also btw/fyi - trying to look at README.md brings up a prompt to look in Microsoft store to find an application.
I can mostly read it if I select wordpad, however formatting information for whatever program you used to create it soils the look
a bit - it looks like simple text (perhaps some of the visible garbage is to set font sizes, fonts etc.) - why not just give it
out as a .TXT - every system back to DOS can read that!
It's markdown format. https://en.wikipedia.org/wiki/Markdown
It is the same file that gets rendered on my Github project's main page:
https://github.com/dbalsom/martypc
So you can see what it is supposed to look like. There are a number of ways to view markdown on Windows. I agree it is a bit inconvenient that the average Windows user is going to try to double-click it and get some useless suggestion from Microsoft on what to open it with.
DaveDDS wrote on Yesterday, 13:06:If you really want to "fancy it up", why not use WordPad --every recent release of Winblows has that!
They actually removed Wordpad from Windows 11.
MartyPC: A cycle-accurate IBM PC/XT emulator | https://github.com/dbalsom/martypc