<?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 Error in building custom DLL in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-in-building-custom-DLL/m-p/901155#M11262</link>
    <description>I am trying to build a custom DLL in WinXP 32-bit using "nmake" comes with Visual Studio 2005. But I got the following error. Does anybody know what is going on? Thanks!&lt;BR /&gt;&lt;BR /&gt;C:LibsIntelMKL10.0.1.015	ools&amp;#8;uilder&amp;gt;nmake ia32 interface=stdcall&lt;BR /&gt;&lt;BR /&gt;Microsoft  Program Maintenance Utility Version 8.00.50727.762&lt;BR /&gt;Copyright (C) Microsoft Corporation. All rights reserved.&lt;BR /&gt;&lt;BR /&gt; if exist .	emp_cdll rd /q /s .	emp_cdll&lt;BR /&gt;NMAKE : fatal error U1077: '"C:Program FilesMicrosoft Visual Studio 8VC&amp;#8;inlib.EXE"' : return code '0xc0000135' Stop.</description>
    <pubDate>Mon, 21 Apr 2008 14:06:07 GMT</pubDate>
    <dc:creator>Kai_S_</dc:creator>
    <dc:date>2008-04-21T14:06:07Z</dc:date>
    <item>
      <title>Error in building custom DLL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-in-building-custom-DLL/m-p/901155#M11262</link>
      <description>I am trying to build a custom DLL in WinXP 32-bit using "nmake" comes with Visual Studio 2005. But I got the following error. Does anybody know what is going on? Thanks!&lt;BR /&gt;&lt;BR /&gt;C:LibsIntelMKL10.0.1.015	ools&amp;#8;uilder&amp;gt;nmake ia32 interface=stdcall&lt;BR /&gt;&lt;BR /&gt;Microsoft  Program Maintenance Utility Version 8.00.50727.762&lt;BR /&gt;Copyright (C) Microsoft Corporation. All rights reserved.&lt;BR /&gt;&lt;BR /&gt; if exist .	emp_cdll rd /q /s .	emp_cdll&lt;BR /&gt;NMAKE : fatal error U1077: '"C:Program FilesMicrosoft Visual Studio 8VC&amp;#8;inlib.EXE"' : return code '0xc0000135' Stop.</description>
      <pubDate>Mon, 21 Apr 2008 14:06:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-in-building-custom-DLL/m-p/901155#M11262</guid>
      <dc:creator>Kai_S_</dc:creator>
      <dc:date>2008-04-21T14:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Error in building custom DLL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-in-building-custom-DLL/m-p/901156#M11263</link>
      <description>&lt;P&gt;To build DLL with stdcall interface you need to use special input file. See for example the file blas_stdcall_list in the directory tools&amp;#8;uilder. By the default the file functions_list is used.&lt;/P&gt;
&lt;P&gt;Create the file my_stdall_list which contains such lines:&lt;BR /&gt;&lt;A href="mailto:_DGEMM@60"&gt;_DGEMM@60&lt;/A&gt;&lt;BR /&gt;&lt;A href="mailto:_DDOT@20"&gt;_DDOT@20&lt;/A&gt;&lt;BR /&gt;and then use the command&lt;BR /&gt;&amp;gt;nmake ia32 interface=stdcall export=my_stdall_list&lt;/P&gt;
&lt;P&gt;-Vladimir&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2008 17:32:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-in-building-custom-DLL/m-p/901156#M11263</guid>
      <dc:creator>Vladimir_Lunev</dc:creator>
      <dc:date>2008-04-23T17:32:46Z</dc:date>
    </item>
  </channel>
</rss>

