Info

This question is closed. Reopen it to edit or answer.

How to use a module with .mexw64 using a 32 operating system

2 views (last 30 days)
In a code which i want to run they are using a module with .mexw64. i am unable to use it as my operating system is 32 bit.when i am trying to compile a cpp module using mex command. It is giving " No supported compiler or SDK was found.". How to solve this issue.

Answers (1)

Sean de Wolski
Sean de Wolski on 13 Oct 2014
You'll need to install a supported compiler.

Community Treasure Hunt

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

Start Hunting!