필터 지우기
필터 지우기

mwArrays causing a compiler error using C++ builder (but only with a 64 bit target platform)

조회 수: 1 (최근 30일)
Hi all,
I'm having an issue trying to use mwArrays (2013B) with C++ builder (Rad Studio Xe7). The following code snippet:
mwArray matlab_matrix(3,3,mxDOUBLE_CLASS);
double value = matlab_matrix(1,1);
compiles with a 32 bit compilation target, but causes an "internal compiler error" with a 64 bit compilation target. I'm pretty sure I'll need the 64 bit target to link against Matlab's 64 bit dlls.
Its safe to say I'm way out of my depth on howt this happens, so any comments, causes, idea, or workarounds would be much appreciated,
Cheers,
Andrew

답변 (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