<?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 Your Fortran license support in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Error-message-when-installing-IMSL-add-on/m-p/1091930#M124544</link>
    <description>&lt;P&gt;Your Fortran license support expired last June, which I am pretty sure is the issue since the IMSL install looks to see if the Fortran license is current. I suggest that you go back to the Intel Registration Center, go to the IMSL download page and select the "Initial Release" update. That should install ok. As far as I know, the only difference between that and the later ones are the installer.&lt;/P&gt;</description>
    <pubDate>Mon, 29 Feb 2016 22:00:57 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2016-02-29T22:00:57Z</dc:date>
    <item>
      <title>Error message when installing IMSL add-on</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Error-message-when-installing-IMSL-add-on/m-p/1091929#M124543</link>
      <description>&lt;P&gt;After I bought and downloaded the IMSL Fortran add-on (&lt;SPAN class="ProductFontHeader" id="ctl00_MainContent_ProductControl_TabContainer1_TabProductpanel_gvProducts_ctl06_ProductName"&gt;Rogue Wave IMSL Fortran Numerical Libraries 7.0 for Windows* OS - Named-user Commercial) &lt;/SPAN&gt;&lt;SPAN class="ProductSubCategoryFont" id="ctl00_MainContent_ProductControl_TabContainer1_TabProductpanel_gvProducts_ctl06_Label1"&gt;Manuf Part #:&amp;nbsp;&lt;/SPAN&gt; &lt;SPAN class="ProductSubCategoryFont" id="ctl00_MainContent_ProductControl_TabContainer1_TabProductpanel_gvProducts_ctl06_ManufPartNo"&gt;RFL999WLGE01X1Z&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;, I tried to install the libraries. I got the following error message: "Activation rigths do not allow this software to be installed. This could be due to expire subsciption or incompatible number."&amp;nbsp; The Fortran compiler is Composer XE 2013 Sp1 and used in Visual Studio 2012.&lt;/P&gt;

&lt;P&gt;Any suggestion is highly appreciated.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Feb 2016 21:42:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Error-message-when-installing-IMSL-add-on/m-p/1091929#M124543</guid>
      <dc:creator>Gerrit_V_1</dc:creator>
      <dc:date>2016-02-29T21:42:11Z</dc:date>
    </item>
    <item>
      <title>Your Fortran license support</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Error-message-when-installing-IMSL-add-on/m-p/1091930#M124544</link>
      <description>&lt;P&gt;Your Fortran license support expired last June, which I am pretty sure is the issue since the IMSL install looks to see if the Fortran license is current. I suggest that you go back to the Intel Registration Center, go to the IMSL download page and select the "Initial Release" update. That should install ok. As far as I know, the only difference between that and the later ones are the installer.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Feb 2016 22:00:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Error-message-when-installing-IMSL-add-on/m-p/1091930#M124544</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2016-02-29T22:00:57Z</dc:date>
    </item>
    <item>
      <title>Steve, many thanks it works.</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Error-message-when-installing-IMSL-add-on/m-p/1091931#M124545</link>
      <description>&lt;P&gt;Steve, many thanks it works.&lt;/P&gt;

&lt;P&gt;It took me some time to get things understood and done, but the DLL is created without an error;&lt;/P&gt;

&lt;P&gt;so the link to the IMSL libraries&amp;nbsp;is ok.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2016 11:29:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Error-message-when-installing-IMSL-add-on/m-p/1091931#M124545</guid>
      <dc:creator>Gerrit_V_1</dc:creator>
      <dc:date>2016-03-01T11:29:57Z</dc:date>
    </item>
    <item>
      <title>Steve,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Error-message-when-installing-IMSL-add-on/m-p/1091932#M124546</link>
      <description>&lt;P&gt;Steve,&lt;/P&gt;

&lt;P&gt;I was too quick saying it worked. IMSL is ok, but my VB-project (VS 2012) does not find the DLL. So I tried to repied the Mixed language example in the Intel install dir. I copied (I thought) exactly the code and the property pages, and only changed the command line of the post-build events, The following error&amp;nbsp;message was generated:&lt;/P&gt;

&lt;P&gt;Additional information: Unable to load DLL 'FCALL.DLL': The specified module could not be found. (Exception from HRESULT: 0x8007007E)&lt;/P&gt;

&lt;P&gt;I changed the&amp;nbsp; Post-Build Events&amp;nbsp;&amp;nbsp; Command Line to:&lt;/P&gt;

&lt;P&gt;copy /y "$(OutDir)\$(ProjectName).dll" "$(SolutionDir)\VBtoFortran\bin\debug"&lt;/P&gt;

&lt;P&gt;The DLL is not build. Copying the dll from the example it goes well.&lt;/P&gt;

&lt;P&gt;Hope you have a suggestion&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2016 17:01:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Error-message-when-installing-IMSL-add-on/m-p/1091932#M124546</guid>
      <dc:creator>Gerrit_V_1</dc:creator>
      <dc:date>2016-03-02T17:01:58Z</dc:date>
    </item>
    <item>
      <title>First, your VB code needs to</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Error-message-when-installing-IMSL-add-on/m-p/1091933#M124547</link>
      <description>&lt;P&gt;First, your VB code needs to explicitly name the path to your DLL, if it is not in the same directory as your VB application's EXE. Then you have to make sure that the IMSL DLL (if you linked to that) and the Intel Fortran DLLs are all on PATH.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2016 17:40:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Error-message-when-installing-IMSL-add-on/m-p/1091933#M124547</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2016-03-02T17:40:49Z</dc:date>
    </item>
  </channel>
</rss>

