<?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 Can you show the two command in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Syminitialize-not-found-when-calling-64-bit-dll/m-p/937405#M89129</link>
    <description>&lt;P&gt;Can you show the two command lines please?&amp;nbsp; I'd like to see what other command line options are being used between the working / failing cases.&lt;/P&gt;
&lt;P&gt;Also, can you post the exact error message you are getting?&amp;nbsp; Again, I'd like to see whether the error is coming out of link.exe or xilink.exe.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; thank you -&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --Lorri&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 24 Sep 2013 09:55:30 GMT</pubDate>
    <dc:creator>Lorri_M_Intel</dc:creator>
    <dc:date>2013-09-24T09:55:30Z</dc:date>
    <item>
      <title>Syminitialize not found when calling 64 bit dll</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Syminitialize-not-found-when-calling-64-bit-dll/m-p/937404#M89128</link>
      <description>&lt;P&gt;I am trying to create a 64 bit Fortran application calling into a 64 bit dll&lt;BR /&gt;provided by a 3rd party.&lt;BR /&gt;&lt;BR /&gt;The application is created by means of Intel's command line tools ifort (64 bit) and xilink (64 bit).&lt;BR /&gt;If the application is created &lt;STRONG&gt;with&lt;/STRONG&gt; debug information, then everything works&lt;BR /&gt;fine. However, if it is created &lt;STRONG&gt;without&lt;/STRONG&gt; debug information, then an error&lt;BR /&gt;message occurs stating that procedure entry "SymInitialize" was not found in&lt;BR /&gt;the 3rd party dll.&lt;BR /&gt;&lt;BR /&gt;I know that SymInitialize is exported by imagehlp.lib of the PlatformSDK&lt;BR /&gt;and hence I added the appropriate entry to the link command. However, this&lt;BR /&gt;did not help. &lt;BR /&gt;&lt;BR /&gt;Version information:&lt;BR /&gt;&lt;BR /&gt;ifort - Intel(R) Visual Fortran Intel(R) 64 Compiler Professional for applications running on Intel(R) 64, Version 11.1&amp;nbsp;&amp;nbsp;&amp;nbsp; Build 20101201&lt;BR /&gt;&lt;BR /&gt;xilink - Intel(R) Linker Driver for applications running on Intel(R) 64, Version 11.1&lt;BR /&gt;Build 20101201&lt;BR /&gt;Copyright (C) 1985-2010 Intel Corporation.&amp;nbsp; All rights reserved.&lt;BR /&gt;xilink: executing 'link'&lt;BR /&gt;Microsoft (R) Incremental Linker Version 8.00.50727.762&lt;BR /&gt;Copyright (C) Microsoft Corporation.&amp;nbsp; All rights reserved.&lt;/P&gt;
&lt;P&gt;Thanks for any advice,&lt;/P&gt;
&lt;P&gt;Dietmar&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2013 09:48:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Syminitialize-not-found-when-calling-64-bit-dll/m-p/937404#M89128</guid>
      <dc:creator>Dietmar_Siepmann</dc:creator>
      <dc:date>2013-09-24T09:48:49Z</dc:date>
    </item>
    <item>
      <title>Can you show the two command</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Syminitialize-not-found-when-calling-64-bit-dll/m-p/937405#M89129</link>
      <description>&lt;P&gt;Can you show the two command lines please?&amp;nbsp; I'd like to see what other command line options are being used between the working / failing cases.&lt;/P&gt;
&lt;P&gt;Also, can you post the exact error message you are getting?&amp;nbsp; Again, I'd like to see whether the error is coming out of link.exe or xilink.exe.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; thank you -&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --Lorri&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2013 09:55:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Syminitialize-not-found-when-calling-64-bit-dll/m-p/937405#M89129</guid>
      <dc:creator>Lorri_M_Intel</dc:creator>
      <dc:date>2013-09-24T09:55:30Z</dc:date>
    </item>
    <item>
      <title>The command lines for the</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Syminitialize-not-found-when-calling-64-bit-dll/m-p/937406#M89130</link>
      <description>&lt;P&gt;The command lines for the error case are&lt;BR /&gt;&lt;BR /&gt;ifort /object:test1.obj /what&amp;nbsp; /I ..\..\sublib\INTEL64\cvt_w32i /Qsave /Qzero /integer-size:16 /fpconstant /c /fixed /assume:byterecl /notraceback /I C:\win64app\Silverfrost\ftn95\source64\INTEL64 /fpp /define CLEARWIN=1 test1.for&lt;BR /&gt;&lt;BR /&gt;xilink /qv /OUT:test1.exe /INCREMENTAL:NO&amp;nbsp; /SUBSYSTEM:CONSOLE test1.obj g:\WIN32APP\Silverfrost\FTN95_x64\clearwin64f.a g:\WIN32APP\Silverfrost\FTN95_x64\clearwin64.a&amp;nbsp;&amp;nbsp; C:\win64app\Silverfrost\ftn95\source64\INTEL64\clrwin.obj C:\win64app\Silverfrost\ftn95\source64\INTEL64\mswinapi.obj&lt;BR /&gt;&lt;BR /&gt;those for the successful case are:&lt;BR /&gt;&lt;BR /&gt;ifort /object:debug\test1.obj /what /debug /I ..\..\sublib\INTEL64\cvt_w32i\debug /Qsave /Qzero /integer-size:16 /fpconstant /c /fixed /assume:byterecl /notraceback /I C:\win64app\Silverfrost\ftn95\source64\INTEL64\debug /fpp /define CLEARWIN=1 test1.for&lt;BR /&gt;&lt;BR /&gt;xilink /qv /OUT:debug\test1.exe /INCREMENTAL:NO /debug /SUBSYSTEM:CONSOLE debug\test1.obj g:\WIN32APP\Silverfrost\FTN95_x64\clearwin64f.a g:\WIN32APP\Silverfrost\FTN95_x64\clearwin64.a&amp;nbsp;&amp;nbsp; C:\win64app\Silverfrost\ftn95\source64\INTEL64\debug\clrwin.obj C:\win64app\Silverfrost\ftn95\source64\INTEL64\debug\mswinapi.obj&lt;BR /&gt;&lt;BR /&gt;Here test1 is the basename of the test application and clearwin64.a provides for the 3rd party dll clearwin.dll.&lt;BR /&gt;&lt;BR /&gt;Even for the error case, executable test1.exe is linked succesfully. The error mentioned occurs at runtime and is contained in a dialg box, sorry, I forgot to mention that.&lt;BR /&gt;Unfortunately it is in German: Der Prozedureinsprungpunkt "SymInitialize" wurde in der DLL "clearwin64.dll" nicht gefunden.&lt;/P&gt;
&lt;P&gt;In the successful case executable debug\test1.exe may be executed successfully.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Dietmar&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2013 10:29:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Syminitialize-not-found-when-calling-64-bit-dll/m-p/937406#M89130</guid>
      <dc:creator>Dietmar_Siepmann</dc:creator>
      <dc:date>2013-09-24T10:29:59Z</dc:date>
    </item>
  </channel>
</rss>

