beebasm icon indicating copy to clipboard operation
beebasm copied to clipboard

MSVCP100.dll missing from Windows 10, need to install Microsoft Visual C++ 2010 Redistributable Package (x86)

Open evoncken opened this issue 5 years ago • 0 comments

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?

evoncken avatar Nov 05 '20 22:11 evoncken