<?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 Example projects (VS 2010) for custom redist DLL are broken in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Example-projects-VS-2010-for-custom-redist-DLL-are-broken/m-p/775166#M931</link>
    <description>Alright, I mainly wanted to mention this because it took a bit of time figuring out what was breaking and this way others might see this when searching for the compile error.</description>
    <pubDate>Fri, 03 Aug 2012 10:26:53 GMT</pubDate>
    <dc:creator>Henrik_A_</dc:creator>
    <dc:date>2012-08-03T10:26:53Z</dc:date>
    <item>
      <title>Example projects (VS 2010) for custom redist DLL are broken</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Example-projects-VS-2010-for-custom-redist-DLL-are-broken/m-p/775164#M929</link>
      <description>&lt;P&gt;The example projects provided with the MKL to create a customized minimal redist dll have the paths to the included LIB files hardcoded instead of using $(MKLROOT), this means once the projects are copied away from the MKL install directory they fail to build with error "LNK1131: no library file specified".&lt;BR /&gt;&lt;BR /&gt;Removing the .lib file from the project and adding it to the project properties, as well as adding $(MKLROOT)\\lib to the library paths fixes the problem.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2012 14:55:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Example-projects-VS-2010-for-custom-redist-DLL-are-broken/m-p/775164#M929</guid>
      <dc:creator>Henrik_A_</dc:creator>
      <dc:date>2012-08-02T14:55:35Z</dc:date>
    </item>
    <item>
      <title>Example projects (VS 2010) for custom redist DLL are broken</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Example-projects-VS-2010-for-custom-redist-DLL-are-broken/m-p/775165#M930</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Currently these MS-projectsfor custom buildercan be used only intheir location and have relative path to lib-directory. We will consider possibilty to use MKLROOT instead but then MKL custom builder has to require correct MKLROOT vallue (setting MKL environment via mklvars)&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Aug 2012 09:21:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Example-projects-VS-2010-for-custom-redist-DLL-are-broken/m-p/775165#M930</guid>
      <dc:creator>barragan_villanueva_</dc:creator>
      <dc:date>2012-08-03T09:21:27Z</dc:date>
    </item>
    <item>
      <title>Example projects (VS 2010) for custom redist DLL are broken</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Example-projects-VS-2010-for-custom-redist-DLL-are-broken/m-p/775166#M931</link>
      <description>Alright, I mainly wanted to mention this because it took a bit of time figuring out what was breaking and this way others might see this when searching for the compile error.</description>
      <pubDate>Fri, 03 Aug 2012 10:26:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Example-projects-VS-2010-for-custom-redist-DLL-are-broken/m-p/775166#M931</guid>
      <dc:creator>Henrik_A_</dc:creator>
      <dc:date>2012-08-03T10:26:53Z</dc:date>
    </item>
    <item>
      <title>Example projects (VS 2010) for custom redist DLL are broken</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Example-projects-VS-2010-for-custom-redist-DLL-are-broken/m-p/775167#M932</link>
      <description>Thanks Henrik. By the way, could you share with us some information about using this projects:&lt;BR /&gt;- are they useful at all in comparison with command line interfcae of custom builder&lt;BR /&gt;- what is to be added in MKL custom builder from your point of view&lt;BR /&gt;- any suggestions/comments</description>
      <pubDate>Fri, 03 Aug 2012 14:06:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Example-projects-VS-2010-for-custom-redist-DLL-are-broken/m-p/775167#M932</guid>
      <dc:creator>barragan_villanueva_</dc:creator>
      <dc:date>2012-08-03T14:06:14Z</dc:date>
    </item>
    <item>
      <title>Example projects (VS 2010) for custom redist DLL are broken</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Example-projects-VS-2010-for-custom-redist-DLL-are-broken/m-p/775168#M933</link>
      <description>Sure.&lt;BR /&gt;I'll be honest, I used the projects because I found the documentation for those first while searching for a way to reduce the redist footprint. Using the command line interface probably would have been easier, by just making a new dedicated makefile project which calls it - the key point was, I needed some sort of VS wrapper around the creation of the dedicated DLL because our build server uses msbuild, and I did not want to add special casing on the build server side of things. Perhaps the three subprojects could be replaced with a single makefile project?&lt;BR /&gt;I also ended up merging the 32 and 64 bit versions of the i_malloc_dll and vml_dll_core projects, we use the same solution for 32/64 bit builds.&lt;BR /&gt;It would be nice if the MKL plugin for the VS project configuration could have an additional option, "use custom DLL", because right now I have to disable the use of MKL in the plugin and manually add the include paths to the project, otherwise I think the MKL default libs have priority.</description>
      <pubDate>Fri, 03 Aug 2012 16:55:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Example-projects-VS-2010-for-custom-redist-DLL-are-broken/m-p/775168#M933</guid>
      <dc:creator>Henrik_A_</dc:creator>
      <dc:date>2012-08-03T16:55:05Z</dc:date>
    </item>
  </channel>
</rss>

