Hi.
I've been developing an app which uses Math.NET Numeric Libs with native MKL. I've added both DLLs (MathNet.Numerics.MKL.dll and libiomp5md.dll) and the app will actually run if they are selected as "Content" and "Copy Always". Although, if I try to build the solution with the libs as "Embedded Resources", the executable file will actually embed them (figured out due to its size) but the calculations simply won't perform. Is there any workaround for this?
Thanks in advance,
Nuno Gaspar
I've been developing an app which uses Math.NET Numeric Libs with native MKL. I've added both DLLs (MathNet.Numerics.MKL.dll and libiomp5md.dll) and the app will actually run if they are selected as "Content" and "Copy Always". Although, if I try to build the solution with the libs as "Embedded Resources", the executable file will actually embed them (figured out due to its size) but the calculations simply won't perform. Is there any workaround for this?
Thanks in advance,
Nuno Gaspar