MCR: Running a 32-Bit executable on a 64-Bit system

6 views (last 30 days)
I am using Windows 7 64-Bit and i tried to run a 32-Bit executable (EXE) on it. After some back and forth installing the MATLAB Compiler Runtimes (MCR) I found out, that I have to install the 64-Bit MCR AND the 32-Bit MCR on the machine to make it work. (I only tried it in the order 64-Bit first, then 32-Bit. Maybe it works the other way round, too?) This approach seems complicated to me. If I only install the 64-Bit MCR and try to run the 32-Bit EXE, an error message tells me about wrong dlls. Is it planned to include the missing functionality (= run 32-Bit EXE with 64-Bit MCR) in later MATLAB releases?

Accepted Answer

Kaustubha Govind
Kaustubha Govind on 21 Sep 2011
According to this solution, you only need to install 32-bit MCR to run a 32-bit executable in emulation mode. Where did you find the information that you also need the 64-bit MCR?
  1 Comment
D.
D. on 21 Sep 2011
Hm, right. On a second PC I infact only needed to install the 32-bit MCR to run a 32-bit executable. Thanks!

Sign in to comment.

More Answers (0)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!