<?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 C# wrapper examples not working... need help pls in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/C-wrapper-examples-not-working-need-help-pls/m-p/833799#M5881</link>
    <description>Janene,&lt;DIV&gt;Have you tried to run dfti_d1.cs exampleshowing how to call the Intel MKL FFT dfti() function?&lt;/DIV&gt;&lt;DIV&gt;You can get it from &lt;A href="http://software.intel.com/en-us/articles/some-more-additional-tips-how-to-call-mkl-from-your-c-code/"&gt;this KB&lt;/A&gt;.&lt;/DIV&gt;&lt;DIV&gt;--Gennady&lt;/DIV&gt;</description>
    <pubDate>Tue, 28 Dec 2010 13:52:17 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2010-12-28T13:52:17Z</dc:date>
    <item>
      <title>C# wrapper examples not working... need help pls</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/C-wrapper-examples-not-working-need-help-pls/m-p/833798#M5880</link>
      <description>I'm attempting to run the C# wrapper examples on my machine, Windows-7 VS 2010 installed. I 
need to eventually integrate a good FFT library into my product and this
 one was recommended, but I can't get the examples to run in VS. I can run the examples from the VS Command Prompt, but need is to integrate the MKL libraries into my C# project. Attempts to add the DLL's to my VS2010 C# project are completely ignored/unsuccessful.&lt;BR /&gt;&lt;BR /&gt;What do I need to do to use this library? I thought this would be an easy evaluation based on other engineers recommendations, but if I can't get the examples to work, I'll have to go elsewhere. &lt;BR /&gt;&lt;BR /&gt;Janene&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Dec 2010 20:24:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/C-wrapper-examples-not-working-need-help-pls/m-p/833798#M5880</guid>
      <dc:creator>Janene_Pappas-mccril</dc:creator>
      <dc:date>2010-12-27T20:24:04Z</dc:date>
    </item>
    <item>
      <title>C# wrapper examples not working... need help pls</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/C-wrapper-examples-not-working-need-help-pls/m-p/833799#M5881</link>
      <description>Janene,&lt;DIV&gt;Have you tried to run dfti_d1.cs exampleshowing how to call the Intel MKL FFT dfti() function?&lt;/DIV&gt;&lt;DIV&gt;You can get it from &lt;A href="http://software.intel.com/en-us/articles/some-more-additional-tips-how-to-call-mkl-from-your-c-code/"&gt;this KB&lt;/A&gt;.&lt;/DIV&gt;&lt;DIV&gt;--Gennady&lt;/DIV&gt;</description>
      <pubDate>Tue, 28 Dec 2010 13:52:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/C-wrapper-examples-not-working-need-help-pls/m-p/833799#M5881</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2010-12-28T13:52:17Z</dc:date>
    </item>
    <item>
      <title>C# wrapper examples not working... need help pls</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/C-wrapper-examples-not-working-need-help-pls/m-p/833800#M5882</link>
      <description>Gennady,&lt;BR /&gt;&lt;BR /&gt;Yes, I have succeeded in getting the example to run, in VS2010 and in the VS command prompt. I'm thrashing on building a DLL that includes the needed files to put into my own product. Do I need to do this?&lt;BR /&gt;&lt;BR /&gt;I'm confused by the statements on the examples pages that seem to conflict with the instructions. &lt;BR /&gt;&lt;BR /&gt;The page you cited says "Custom DLL is also built by the MKL C# examples makefile." but I find no DLL created by the makefile after running nmake.&lt;BR /&gt;&lt;BR /&gt;The page that included the examples files for the 10.3 versions says "The Intel MKL library named mkl_rt.dll can be called directly from C# code." I cannot add that DLL as a reference in my project. I've put the dlls in my project's bin directories, but they aren't working correctly. &lt;BR /&gt;&lt;BR /&gt;Thanks for your reply,&lt;BR /&gt;&lt;BR /&gt;Janene&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Dec 2010 17:56:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/C-wrapper-examples-not-working-need-help-pls/m-p/833800#M5882</guid>
      <dc:creator>Janene_Pappas-mccril</dc:creator>
      <dc:date>2010-12-28T17:56:41Z</dc:date>
    </item>
    <item>
      <title>C# wrapper examples not working... need help pls</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/C-wrapper-examples-not-working-need-help-pls/m-p/833801#M5883</link>
      <description>Update to this... I've taken the code from the examples and put it directly into my project, setting the project to allow unsafe code. The code now works. But this is ugly and I'd vastly prefer packaging the MKL interface class into a separate DLL. &lt;BR /&gt;&lt;BR /&gt;Janene</description>
      <pubDate>Tue, 28 Dec 2010 18:39:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/C-wrapper-examples-not-working-need-help-pls/m-p/833801#M5883</guid>
      <dc:creator>Janene_Pappas-mccril</dc:creator>
      <dc:date>2010-12-28T18:39:55Z</dc:date>
    </item>
  </channel>
</rss>

