Redistributable differences for 32 bit / 64 bit
古いコメントを表示
Hello, I'm using matlab to create a .net assembly of my matlab code. I'm distributing this by copying my generated assembly along with mwarray.dll into the same folder as the application which will use it. When the application starts and it fails to load the assembly, the user is directed towards the correct MCR runtime (r2013a 32 bit or r2013a 64 bit depending on the current application mode). This all works fine on 64 bit systems. On 32 bit systems, the generated assembly will not load. I have analysed both the generated assembly and mwarray.dll and they were both built as 'Any CPU'.
So, am I supposed to use a different mwarray.dll for 32 bit systems? Am I supposed to build my .net assembly in both 32 AND 64 bit versions of matlab?
Thanks.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Deploy to .NET Applications Using MWArray API についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!