Visual Studio 2010 C++ DLLs for Apple M1?

Discussion in 'Windows Virtual Machine' started by RobertM65, Jun 26, 2021.

  1. RobertM65

    RobertM65 Bit poster

    Messages:
    2
    I'm trying to run a Windows program and getting the error: "The code execution cannot proceed because MSVCR100.dll was not found." Here are a few specs about my setup:
    ---
    Host Machine: Apple MacBook Air M1 2020
    Host OS macOS Big Sur 11.4
    Guest OS: Windows 10 Pro ARM64 evaluation copy (Build 21390.co_release.210521-1648)
    Parallels version: 16
    ---
    It seems this program is looking for the Visual Studio 2010 C++ redistributable, but I can't find one that's built for ARM64. Can anyone think of a workaround for getting this application to run?

    Thank you in advance for any help!

    Robert
     
  2. never_released

    never_released Junior Member

    Messages:
    14
    Just install the x86 or x86_64 ones for the app.
     
  3. RobertM65

    RobertM65 Bit poster

    Messages:
    2
  4. never_released

    never_released Junior Member

    Messages:
    14
    If your app is a 32-bit x86 one, you need to install the 32-bit x86 runtime package too.
     

Share This Page