<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Linking to MKL under Visual C++ 2005 in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-to-MKL-under-Visual-C-2005/m-p/874686#M8801</link>
    <description>The problem with linking to the mkl_dtfi module seems to have fixed itself for reasons I don't really understand. I moved the module to the local directory and ran the mklvars32 batch file and the problem went away.&lt;BR /&gt;&lt;BR /&gt;However, another problem has arisen. I now get the errors:&lt;BR /&gt;&lt;BR /&gt;Error: There is no matching specific function for this generic function reference. [DFTICOMPUTEFORWARD]&lt;BR /&gt;&lt;BR /&gt;Error: There is no matching specific function for this generic function reference. [DFTICOMPUTEBACKWARD]&lt;BR /&gt;&lt;BR /&gt;The DftiCreateDescriptor and DftiCommitDescriptor functions seemed to have compiled (no errors)&lt;BR /&gt;&lt;BR /&gt;I've included every library I can think of under additional dependencies: &lt;BR /&gt;&lt;BR /&gt;mkl_cdft.lib &lt;BR /&gt;libguide.lib &lt;BR /&gt;mkl_c.lib &lt;BR /&gt;mkl_intel_lp64.lib &lt;BR /&gt;mkl_sequential.lib &lt;BR /&gt;mkl_core.lib &lt;BR /&gt;mkl_cdft_core.lib&lt;BR /&gt;&lt;BR /&gt;Am I missing something?&lt;BR /&gt;&lt;BR /&gt;Charlie&lt;BR /&gt;</description>
    <pubDate>Fri, 21 Dec 2007 21:06:00 GMT</pubDate>
    <dc:creator>Charles_S_2</dc:creator>
    <dc:date>2007-12-21T21:06:00Z</dc:date>
    <item>
      <title>Linking to MKL under Visual C++ 2005</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-to-MKL-under-Visual-C-2005/m-p/874685#M8800</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I recently purchased MKL 10.0.1.015 to use on a Windows XP Xeon system using Intel Fortran 10.1.011. In trying to configure the development environment for MS Visual C++ 2005, I followed the Userguide instructions on p. 4-2. When I build my application which uses the fft libraries I get a compile error at the first instance of the Use statement below.&lt;SPAN&gt;&lt;/SPAN&gt;

&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;B&gt;&lt;SPAN&gt;Use&lt;/SPAN&gt;&lt;/B&gt;
MKL_DFTI&lt;/SPAN&gt;&lt;SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;The error message is:&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;Error:
Error in opening the compiled module file.&lt;SPAN&gt;
&lt;/SPAN&gt;Check INCLUDE paths.&lt;SPAN&gt; &lt;/SPAN&gt;[MKL_DFTI]&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;The paths were set as follows according to the Userguide:&lt;BR /&gt;&lt;BR /&gt;Include file:&lt;BR /&gt; &lt;P class="MsoNormal"&gt;&lt;SPAN&gt;$(C:Program
FilesIntelMKL10.0.1.015)include&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;/P&gt;Library file:&lt;BR /&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;$(C:Program
FilesIntelMKL10.0.1.015ia32)lib&lt;/SPAN&gt;&lt;/P&gt;Executable file:&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;$(C:Program
FilesIntelMKL10.0.1.015ia32)bin&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;The additional dependencies are:&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;Additional
Dependencies&lt;SPAN&gt; &lt;/SPAN&gt;mkl_cdft.lib&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;/P&gt;Please advise as to possible issues.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Charlie&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Dec 2007 18:12:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-to-MKL-under-Visual-C-2005/m-p/874685#M8800</guid>
      <dc:creator>Charles_S_2</dc:creator>
      <dc:date>2007-12-21T18:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: Linking to MKL under Visual C++ 2005</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-to-MKL-under-Visual-C-2005/m-p/874686#M8801</link>
      <description>The problem with linking to the mkl_dtfi module seems to have fixed itself for reasons I don't really understand. I moved the module to the local directory and ran the mklvars32 batch file and the problem went away.&lt;BR /&gt;&lt;BR /&gt;However, another problem has arisen. I now get the errors:&lt;BR /&gt;&lt;BR /&gt;Error: There is no matching specific function for this generic function reference. [DFTICOMPUTEFORWARD]&lt;BR /&gt;&lt;BR /&gt;Error: There is no matching specific function for this generic function reference. [DFTICOMPUTEBACKWARD]&lt;BR /&gt;&lt;BR /&gt;The DftiCreateDescriptor and DftiCommitDescriptor functions seemed to have compiled (no errors)&lt;BR /&gt;&lt;BR /&gt;I've included every library I can think of under additional dependencies: &lt;BR /&gt;&lt;BR /&gt;mkl_cdft.lib &lt;BR /&gt;libguide.lib &lt;BR /&gt;mkl_c.lib &lt;BR /&gt;mkl_intel_lp64.lib &lt;BR /&gt;mkl_sequential.lib &lt;BR /&gt;mkl_core.lib &lt;BR /&gt;mkl_cdft_core.lib&lt;BR /&gt;&lt;BR /&gt;Am I missing something?&lt;BR /&gt;&lt;BR /&gt;Charlie&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Dec 2007 21:06:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-to-MKL-under-Visual-C-2005/m-p/874686#M8801</guid>
      <dc:creator>Charles_S_2</dc:creator>
      <dc:date>2007-12-21T21:06:00Z</dc:date>
    </item>
  </channel>
</rss>

