Redistributable differences for 32 bit / 64 bit
Afficher commentaires plus anciens
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.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Deploy to .NET Applications Using MWArray API dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!