필터 지우기
필터 지우기

linking error for mwArray in c++

조회 수: 6 (최근 30일)
Kaushik
Kaushik 2012년 10월 16일
Hi,
i have a matlab code which i have compiled with mcc as a result the matlab function is now a c++ function which has the following signature:
function_cpp(mwAray arg1, mwArray arg2);
i define: mwArray arg1, arg2;
when i try to compile i get an error message :
error LNK2019: unresolved external symbol _mclGetEmptyArray_proxy referenced in function "public: __thiscall mwArray::mwArray(void)" (??0mwArray@@QAE@XZ)
what are the relevant include files associated with mwArray that I should be including.
thanks in advance

채택된 답변

Kaustubha Govind
Kaustubha Govind 2012년 10월 16일
Please see the example in the documentation for the full process that you need to follow.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Deploy to C++ Applications Using mwArray API (C++03)에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by