32-bit matlab runtime libraries in C#
조회 수: 6 (최근 30일)
이전 댓글 표시
I am trying to have my wpf C# application run in 32-bit mode as I have dependent libraries that I cannot change. I have installed the 32-bit MatLab runtime libraries and compiled my code with a 32-bit version of MatLab, however when I import the dll's into C# I get a BadImageFormatException as it is running the 64-bit MatLab runtime libs.
Is there a way to get my C# project to run the 32-bit runtime libraries exclusively? I'm not using any other MatLab functions other than this one. The COM type libraries only show the 64-bit Matlab Application.
Thanks
댓글 수: 0
채택된 답변
Aditya Mittal
2020년 4월 23일
Hi,
You can refer the below link, which is answered by MathWorks Technical Support Team.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 MATLAB Compiler SDK에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!