- Install MinGW-w64 from the MathWorks File Exchange: MATLAB Support for MinGW-w64 C/C++ Compiler.
- Install Windows 10 SDK from the Windows Windows 10 SDK .
- Run the following command from the MATLAB command window to test if the combination of “MinGW and Windows 10 SDK” is being detected by MATLAB.
Missing target type "Generic Com Component" on matlab compiler screen
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I've got a valid matlab license with compiler, but I see only one target file type in the compiler options. What am I missing?
0 comentarios
Respuestas (1)
Adarshini K
el 21 de Jul. de 2022
To generate Generic COM components, you will need a combination of MinGW 5.3.0 compiler and Windows 10 SDK kit.
In order to install these, follow the steps mentioned below:
mbuild -setup -client mbuild_com
Ver también
Categorías
Más información sobre MATLAB Support for MinGW-w64 C/C++ Compiler en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!