i am having MWArray error
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Muhammad Omer
am 6 Nov. 2013
Bearbeitet: Muhammad Omer
am 10 Nov. 2013
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 ...
0 Kommentare
Akzeptierte Antwort
Friedrich
am 6 Nov. 2013
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 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Deploy to C++ Applications Using mwArray API (C++03) finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!