Can MATLAB generate an Any CPU C# wrapper DLL?

3 views (last 30 days)
Metheny
Metheny on 3 Dec 2015
Edited: Metheny on 3 Dec 2015
We are using C# wrapper DLLs for accessing MATLAB code from C# code. Currently we generate and keeps both 32bit & 64bit wrapper DLLs separately. When running our C# program, we load the suitable DLL (32 or 64 bit) dynamically according to the process' configuration (32 or 64 bit). To save duplicate DLLs, is it possible to create the C# wrappers as "AnyCPU"? If yes, then how? The same question goes for MWArray.dll? Is there an "AnyCPU" version of this DLL?

Answers (0)

Categories

Find more on Mathematics in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!