필터 지우기
필터 지우기

i am having MWArray error

조회 수: 5 (최근 30일)
Muhammad Omer
Muhammad Omer 2013년 11월 6일
편집: Muhammad Omer 2013년 11월 10일
when i compile C# program having class of matlab it generates following error ..
Warning 1 There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "MWArray, Version=2.12.0.0, Culture=neutral, PublicKeyToken=e1d84a0da19db86f, processorArchitecture=AMD64", "AMD64". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project.
HELP PLEASE ...

채택된 답변

Friedrich
Friedrich 2013년 11월 6일
Hi,
the error message tells the whole story. Adjust the processor archticture of your project. For now it's MSIL and adjusting to to x64 should resolve that error.
  댓글 수: 2
Muhammad Omer
Muhammad Omer 2013년 11월 9일
편집: Muhammad Omer 2013년 11월 10일
thank you so much Friedrich ... ive another question .... how can i use a matlab function with variables as parameters in C# ... can you help me with that .. thnxx
Muhammad Omer
Muhammad Omer 2013년 11월 9일
ive done it BTW but it generates an error of too many output arguments ...

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB Compiler SDK에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by