Exception when using DLL Matlab with Visual C++ 8.0

조회 수: 3 (최근 30일)
david lopes
david lopes 2015년 2월 27일
댓글: Geoff Hayes 2015년 3월 1일
USING DLL Matalb with Visual C++ 8.0
I am using an *.m file to generate a dll. The m code is simple like y=2x. Then the DLL is linked in Visual C++ 8.0. For the moment, the result seems right when i run exe, but i've got a lot of exception on output window :
Exception Microsoft C++ : xsd_binder::MalformedDocumentError
Exception Microsoft C++ : fl::i18n::MwLcDataNotFound
Exception Microsoft C++ : boost::thread_interrupted
Exception Microsoft C++ : CryptoPP::AES_PHM_Decryption::InvalidCiphertextOrKey
Exception Microsoft C++ : tfFailedException
Exception Microsoft C++ : jitCgFailedException
Exception Microsoft C++ : varflowFailedException
Exception Microsoft C++ : tfFailedException
Exception Microsoft C++ : tfFailedExceptionNoUCB
Environment is windows XP / VC++8.0 / matlab7.1
Could you explain me ?
Thanks
  댓글 수: 1
Geoff Hayes
Geoff Hayes 2015년 3월 1일
David - please indicate how you have created the DLL and how you are using it within your C++ code.

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Call C++ from MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by