Where to get VS runtime for 32 bit arm

trax_dat 1 Reputation point
2022-03-13T12:37:51.607+00:00

I want to build and remotely debug some arm32 bit code on my raspi4,
unfortunately it seams I can only find arm64, x64 and x86 VS runtimes but non for arm 32 bit
I know I know one may say there is generally no good reason to use arm 32 on windows 11, but in have a special use case where I need that.

Also I have found the arm 32 bit VC run time files for release builds in the sdk next to the arm 32 bit debugger, but i'm lacking an installer and the D (debug) versions of run time.

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,888 questions
Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
967 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. abbodi86 3,866 Reputation points
    2022-03-14T04:23:35.423+00:00

    It doesn't have an installer

    last version that have one is VC++ 2015 14.0.23918.0
    http://go.microsoft.com/fwlink/?LinkId=747874

    0 comments No comments