- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
I am using INTEL MKL functions successfully in C code. I have included "mkl_c.lib" and "libguide.lib" in Project Settings-->Link-->"Object/library modules" and the path of lib directory in "Additional library path" field. It is working fine.
But if i use the same code in my C++ extension file and setting the same path as mentioned above, I am getting link error.
Whether the path setting is different for C++.
Please mail me in this regards
Thanks and Regards
Joesam
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The only thing I could think of which would change in C++ is that you would require extern "C" qualifiers for the names of the MKL functions. You could confirm this by looking at the error messages, or by running dumpbin or equivalent on your .obj. The MKL header files should take care of this.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page