<?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 Thanks, that worked a treat! in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-with-legacy-app-Visual-Studio-6/m-p/969423#M16453</link>
    <description>&lt;P&gt;Thanks, that worked a treat!&lt;/P&gt;
&lt;P&gt;Unfortunately, the app will requre a vast amount of changes to build on newer VS.&lt;/P&gt;</description>
    <pubDate>Tue, 06 Aug 2013 08:32:00 GMT</pubDate>
    <dc:creator>Sharanga_D_</dc:creator>
    <dc:date>2013-08-06T08:32:00Z</dc:date>
    <item>
      <title>MKL with legacy app (Visual Studio 6)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-with-legacy-app-Visual-Studio-6/m-p/969419#M16449</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;I have a legacy app written in C++ with Visual Studio 6. It uses an older version of the MKL library.&lt;/P&gt;
&lt;P&gt;The app is currently getting memory allocation errors from the MKL code when using FFT and IFFT (error code 1) (The input and output buffers are set to be the same to reduce the memory footprint). The data is around 344 MB. The app has other demands on memory.&lt;/P&gt;
&lt;P&gt;I was hoping to test a newer version of the MKL to see whether it would work with this dataset.&lt;/P&gt;
&lt;P&gt;Unfortunately, the new MKL library (the Release 11 Update 5), produces a load of linker errors (I'm linking against mkl_intel_c, mkl_sequential and mkl_core.&lt;/P&gt;
&lt;P&gt;mkl_core.lib(psdftsfactca_w7---ownscDftOutOrdInv_Prime13_32fc_20121126.obj) : error LNK2001: unresolved external symbol ___security_cookie&lt;/P&gt;
&lt;P&gt;This is with Visual studio 6.0 so there's no /GS switch or BufferOverflowU.lib&lt;/P&gt;</description>
      <pubDate>Mon, 05 Aug 2013 16:10:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-with-legacy-app-Visual-Studio-6/m-p/969419#M16449</guid>
      <dc:creator>Sharanga_D_</dc:creator>
      <dc:date>2013-08-05T16:10:03Z</dc:date>
    </item>
    <item>
      <title>Hi, have you tried the MKL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-with-legacy-app-Visual-Studio-6/m-p/969420#M16450</link>
      <description>&lt;P&gt;Hi, have you tried the MKL Link Line Advisor?&lt;/P&gt;
&lt;P&gt;&lt;A href="http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor"&gt;http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;This resource should help you alleviate any of those link errors you are getting. I would advise using the newest MKL library which would contain the memory fixes.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2013 00:36:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-with-legacy-app-Visual-Studio-6/m-p/969420#M16450</guid>
      <dc:creator>Noah_C_Intel</dc:creator>
      <dc:date>2013-08-06T00:36:36Z</dc:date>
    </item>
    <item>
      <title>Yeah I tried that. Didn't</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-with-legacy-app-Visual-Studio-6/m-p/969421#M16451</link>
      <description>&lt;P&gt;Yeah I tried that. Didn't work, still produced the same linker errors. Googling suggests that the intel libraries have been built with buffer overflow checks enabled. VS 6 doesn't support that (/GS switch).&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2013 06:38:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-with-legacy-app-Visual-Studio-6/m-p/969421#M16451</guid>
      <dc:creator>Sharanga_D_</dc:creator>
      <dc:date>2013-08-06T06:38:24Z</dc:date>
    </item>
    <item>
      <title>Hello, </title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-with-legacy-app-Visual-Studio-6/m-p/969422#M16452</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We had similiar issue in IPP. please see &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-intel-ipp-for-windows-lnk2001-error-unresolved-external-symbol-_security_cookie"&gt;http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-intel-ipp-for-windows-lnk2001-error-unresolved-external-symbol-_security_cookie&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;So you may try link dll&amp;nbsp; mkl_*_dll.lib and see if it can work.&amp;nbsp;&amp;nbsp; Or try to build&amp;nbsp;your&amp;nbsp;project under release mode.&lt;/P&gt;
&lt;P&gt;Anyway, you should have known that MKL don't support VS 6.0 for a long time, so a suggest may be if possible, upgrade the VS :).&lt;/P&gt;
&lt;P&gt;Best Regars,&lt;/P&gt;
&lt;P&gt;Ying.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2013 07:11:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-with-legacy-app-Visual-Studio-6/m-p/969422#M16452</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2013-08-06T07:11:00Z</dc:date>
    </item>
    <item>
      <title>Thanks, that worked a treat!</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-with-legacy-app-Visual-Studio-6/m-p/969423#M16453</link>
      <description>&lt;P&gt;Thanks, that worked a treat!&lt;/P&gt;
&lt;P&gt;Unfortunately, the app will requre a vast amount of changes to build on newer VS.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2013 08:32:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-with-legacy-app-Visual-Studio-6/m-p/969423#M16453</guid>
      <dc:creator>Sharanga_D_</dc:creator>
      <dc:date>2013-08-06T08:32:00Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;...Unfortunately, the new</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-with-legacy-app-Visual-Studio-6/m-p/969424#M16454</link>
      <description>&amp;gt;&amp;gt;...Unfortunately, the new MKL library (the Release 11 Update 5), produces a load of linker errors (I'm linking against mkl_intel_c,
&amp;gt;&amp;gt;mkl_sequential and mkl_core.
&amp;gt;&amp;gt;
&amp;gt;&amp;gt;mkl_core.lib(psdftsfactca_w7---ownscDftOutOrdInv_Prime13_32fc_20121126.obj) : error LNK2001: unresolved external
&amp;gt;&amp;gt;symbol &lt;STRONG&gt;___security_cookie&lt;/STRONG&gt;

Please search on Microsoft website for more technical details regardning linker error. I remember that Microsoft released some additional object module in order to fix similar linking problems. However, I'm Not sure that the problem could be solved when legacy versions of Microsoft compilers are used.

If you upload a complete test case ( let's say as smaller as possible ) I could look at it since I have VS6 SP5.</description>
      <pubDate>Tue, 06 Aug 2013 15:37:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-with-legacy-app-Visual-Studio-6/m-p/969424#M16454</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2013-08-06T15:37:00Z</dc:date>
    </item>
    <item>
      <title>Hi</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-with-legacy-app-Visual-Studio-6/m-p/969425#M16455</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;This is resolved. I can get it to work in release mode (without debugging info.) with the bufferoverflowu.lib library.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2013 15:39:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-with-legacy-app-Visual-Studio-6/m-p/969425#M16455</guid>
      <dc:creator>Sharanga_D_</dc:creator>
      <dc:date>2013-08-06T15:39:32Z</dc:date>
    </item>
    <item>
      <title>One more question: Do you use</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-with-legacy-app-Visual-Studio-6/m-p/969426#M16456</link>
      <description>One more question: Do you use SP5 or SP6 with VS6?</description>
      <pubDate>Tue, 06 Aug 2013 15:40:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-with-legacy-app-Visual-Studio-6/m-p/969426#M16456</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2013-08-06T15:40:19Z</dc:date>
    </item>
    <item>
      <title>CL.EXE has version 6.00.8804</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-with-legacy-app-Visual-Studio-6/m-p/969427#M16457</link>
      <description>&lt;P&gt;CL.EXE has version&amp;nbsp;6.00.8804.0m which I think means SP4.&lt;/P&gt;
&lt;P&gt;This is a customer's machine, I'm not entirely sure. I was under the impression this was SP6, but I gues not.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2013 06:34:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-with-legacy-app-Visual-Studio-6/m-p/969427#M16457</guid>
      <dc:creator>Sharanga_D_</dc:creator>
      <dc:date>2013-08-07T06:34:27Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;...CL.EXE has version 6.00</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-with-legacy-app-Visual-Studio-6/m-p/969428#M16458</link>
      <description>&amp;gt;&amp;gt;...CL.EXE has version 6.00.8804.0m which I think means SP4.

I have &lt;STRONG&gt;SP5&lt;/STRONG&gt; and &lt;STRONG&gt;Processor Pack&lt;/STRONG&gt; ( Intel MMX &amp;amp; SSE support ) installed and here are version numbers for &lt;STRONG&gt;CL.EXE&lt;/STRONG&gt;:

File Version: 12.00.8804.0
Product Version: 6.00.8804.0</description>
      <pubDate>Wed, 07 Aug 2013 13:40:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-with-legacy-app-Visual-Studio-6/m-p/969428#M16458</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2013-08-07T13:40:26Z</dc:date>
    </item>
    <item>
      <title>If I execute CL.EXE it shows:</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-with-legacy-app-Visual-Studio-6/m-p/969429#M16459</link>
      <description>If I execute &lt;STRONG&gt;CL.EXE&lt;/STRONG&gt; it shows:
...
C:\VS1998\VC98\Bin&amp;gt;CL.EXE
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8804 for 80x86
Copyright (C) Microsoft Corp 1984-1998. All rights reserved.
...</description>
      <pubDate>Wed, 07 Aug 2013 13:42:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-with-legacy-app-Visual-Studio-6/m-p/969429#M16459</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2013-08-07T13:42:28Z</dc:date>
    </item>
    <item>
      <title>Ok then I have service pack 5</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-with-legacy-app-Visual-Studio-6/m-p/969430#M16460</link>
      <description>&lt;P&gt;Ok then I have service pack 5 I guess. Thanks for your help, but the app is being migrated to VS2008.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2013 18:26:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-with-legacy-app-Visual-Studio-6/m-p/969430#M16460</guid>
      <dc:creator>Sharanga_D_</dc:creator>
      <dc:date>2013-08-07T18:26:42Z</dc:date>
    </item>
  </channel>
</rss>

