beebasm
beebasm copied to clipboard
MSVCP100.dll missing from Windows 10, need to install Microsoft Visual C++ 2010 Redistributable Package (x86)
Problem:
- After copying beebasm.exe into the %PATH%, the assembler still did not work from VS Code (no output). Running it from a command prompt in Windows 10 shows that MSVCP100.dll was missing.
Solution:
- Install the 32-bit Microsoft Visual C++ 2010 Redistributable Package (x86) - downloaded as vcredist_x86.exe. Now, beebasm.exe works as expected. Suggest adding this information to the README?