using visual C++ compiler in matlab

14 visualizzazioni (ultimi 30 giorni)
Mahnaz
Mahnaz il 10 Ago 2012
hello
i installed two compilers in Matlab : LCC and Visual C++ 2008
i want to load a C++ header file in matlab but when i want to do this matlab uses LCC instead of
Visual C++ and gives me some warnings .
How can i say to Matlab that use visual c++ compiler instead of LCC??

Risposte (1)

Azzi Abdelmalek
Azzi Abdelmalek il 10 Ago 2012
mex -setup
mbuild -setup
  3 Commenti
Walter Roberson
Walter Roberson il 10 Ago 2012
The .h file that you supply must be a C header file, not a C++ header file.
Mahnaz
Mahnaz il 11 Ago 2012
why must be a C header file?
if i want to use c++ what should i do?

Accedi per commentare.

Categorie

Scopri di più su MATLAB Compiler in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by