Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

Using Intel MKL in VS 2008 project

Gary_Li
Beginner
234 Views
I am able to run MKL by following the example in http://software.intel.com/en-us/articles/using-intel-mkl-in-your-c-program/. However, instead of using nmake to generate the executables, I want to create a VS project (e.g. a Console Application project) and call MKL from the project using C#. I am not sure how to set the environment variables in the project so that I don't needto run themakefile script.

Are there any sample C# VS project that calls MKL without using nmake?

-Gary

0 Kudos
1 Reply
Gennady_F_Intel
Moderator
234 Views
Please see into attachment. Set MKLROOT before using this solution.
--Gennady
0 Kudos
Reply