using visual C++ compiler in matlab

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??

답변 (1개)

Azzi Abdelmalek
Azzi Abdelmalek 2012년 8월 10일

1 개 추천

mex -setup
mbuild -setup

댓글 수: 3

Mahnaz
Mahnaz 2012년 8월 10일
i used these but Matlab still uses LCC for loading my C++ header file
>> loadlibrary('DLLing.dll', 'DLLTutorial.h')
Warning: Message from C preprocessor:
lcc preprocessor error: C:\Users\MAHNAZ\Documents\MATLAB\DLLTutorial.h:3 Could not find include file iostream
Walter Roberson
Walter Roberson 2012년 8월 10일
The .h file that you supply must be a C header file, not a C++ header file.
Mahnaz
Mahnaz 2012년 8월 11일
why must be a C header file?
if i want to use c++ what should i do?

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 MATLAB Compiler에 대해 자세히 알아보기

질문:

2012년 8월 10일

Community Treasure Hunt

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

Start Hunting!

Translated by