<?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 Intel Visual Fortran run-time error in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Visual-Fortran-run-time-error/m-p/856552#M67644</link>
    <description>There won't be a problem if you reinstall 11.1.060. Our "updates" are full installs. If you log in to the Intel Registration Center you will be able to download the latest compiler you have support for. You won't get an email until the next update is released.</description>
    <pubDate>Thu, 01 Apr 2010 18:11:11 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2010-04-01T18:11:11Z</dc:date>
    <item>
      <title>Intel Visual Fortran run-time error</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Visual-Fortran-run-time-error/m-p/856546#M67638</link>
      <description>I have the program writting in C++ with MFC and calling Fortran subroutine. Compling and Linking are successful. When I execute the .exe file, there is Intel Visual Fortran run-time error &lt;BR /&gt;&lt;BR /&gt;forrtl :severe(38):error during write, unit -1, file CONOUT$&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you for your help!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Apr 2010 00:00:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Visual-Fortran-run-time-error/m-p/856546#M67638</guid>
      <dc:creator>ppxiao</dc:creator>
      <dc:date>2010-04-01T00:00:04Z</dc:date>
    </item>
    <item>
      <title>Intel Visual Fortran run-time error</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Visual-Fortran-run-time-error/m-p/856547#M67639</link>
      <description>Which specific version of Intel Visual Fortran are you running? I am looking for an answer in the form of 11.x.xxx. There was a time when doing a "console" write when no console was present would get you this error. There was another time when if you used AllocConsole to create a console and then wrote to it, you'd get this error. The former was fixed in 11.1.051 and the latter in 11.0.075.</description>
      <pubDate>Thu, 01 Apr 2010 00:21:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Visual-Fortran-run-time-error/m-p/856547#M67639</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2010-04-01T00:21:55Z</dc:date>
    </item>
    <item>
      <title>Intel Visual Fortran run-time error</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Visual-Fortran-run-time-error/m-p/856548#M67640</link>
      <description>I am currently using 11.1.048.  Thank you for your advices. So I should update to the lates version and try again.</description>
      <pubDate>Thu, 01 Apr 2010 06:42:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Visual-Fortran-run-time-error/m-p/856548#M67640</guid>
      <dc:creator>ppxiao</dc:creator>
      <dc:date>2010-04-01T06:42:21Z</dc:date>
    </item>
    <item>
      <title>Intel Visual Fortran run-time error</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Visual-Fortran-run-time-error/m-p/856549#M67641</link>
      <description>Hi, Steve,&lt;BR /&gt; &lt;BR /&gt; Where can I get the update patches for Visual Fortran? I only found the whole package for visual fortran. &lt;A href="http://software.intel.com/en-us/articles/intel-visual-fortran-compiler-professional-edition-for-windows-evaluation/" target="_blank"&gt;http://software.intel.com/en-us/articles/intel-visual-fortran-compiler-professional-edition-for-windows-evaluation/&lt;/A&gt;. &lt;BR /&gt; &lt;BR /&gt; I got this warning:&lt;BR /&gt;warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library&lt;BR /&gt;Could this be the problem for the error? &lt;BR /&gt;&lt;BR /&gt;I have the value get back right from Fortran dll, but not be able to be used in the C++ code. I am using MFC in a shared DLL, and Multi-threaded DLL for Runtime Library. I also set additional dependency for linker input. The code is also attached. It called a simple Fortran. Thank you very much!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Apr 2010 16:40:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Visual-Fortran-run-time-error/m-p/856549#M67641</guid>
      <dc:creator>ppxiao</dc:creator>
      <dc:date>2010-04-01T16:40:42Z</dc:date>
    </item>
    <item>
      <title>Intel Visual Fortran run-time error</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Visual-Fortran-run-time-error/m-p/856550#M67642</link>
      <description>You get the updates by logging in to the &lt;A target="_blank" href="https://registrationcenter.intel.com/"&gt;Intel Registration Center&lt;/A&gt;. If you have not registered your serial number, do it here first. Once registered, you will receive a notice of all updates.&lt;BR /&gt;&lt;BR /&gt;Your DLL project links to the Debug Multithreaded DLL libraries, which is the default on a debug configuration, but your C++ project has overridden that option and specifies the non-debug Multithreaded DLL libraries, resulting in the linker warning. It does not affect the run-time error.&lt;BR /&gt;&lt;BR /&gt;Did you know that you can have both projects in the same solution, and have the DLL project a "dependent" of the executable? This will link in the DLL export library automatically.</description>
      <pubDate>Thu, 01 Apr 2010 17:27:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Visual-Fortran-run-time-error/m-p/856550#M67642</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2010-04-01T17:27:16Z</dc:date>
    </item>
    <item>
      <title>Intel Visual Fortran run-time error</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Visual-Fortran-run-time-error/m-p/856551#M67643</link>
      <description>Hi, Steve,&lt;BR /&gt;&lt;BR /&gt;Thank you very much! I just registered. Hopefully I can receive the link for updates soon. Currently what I can access is still the whole package. Do you think that it will cause some problem if I reinstall the package 11.1.060 instead?&lt;BR /&gt;&lt;BR /&gt;Right, when I was trying to figure out the problem, I added the Fortran project and removed that project later. I should remove the dependency as well. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Apr 2010 17:53:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Visual-Fortran-run-time-error/m-p/856551#M67643</guid>
      <dc:creator>ppxiao</dc:creator>
      <dc:date>2010-04-01T17:53:03Z</dc:date>
    </item>
    <item>
      <title>Intel Visual Fortran run-time error</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Visual-Fortran-run-time-error/m-p/856552#M67644</link>
      <description>There won't be a problem if you reinstall 11.1.060. Our "updates" are full installs. If you log in to the Intel Registration Center you will be able to download the latest compiler you have support for. You won't get an email until the next update is released.</description>
      <pubDate>Thu, 01 Apr 2010 18:11:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Visual-Fortran-run-time-error/m-p/856552#M67644</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2010-04-01T18:11:11Z</dc:date>
    </item>
    <item>
      <title>Intel Visual Fortran run-time error</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Visual-Fortran-run-time-error/m-p/856553#M67645</link>
      <description>Hi, Steve,&lt;BR /&gt;&lt;BR /&gt;Thank you so much! After updating FORTRAN to the latest version, it works. &lt;BR /&gt;&lt;BR /&gt;Thanks a million!&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Apr 2010 19:05:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Intel-Visual-Fortran-run-time-error/m-p/856553#M67645</guid>
      <dc:creator>ppxiao</dc:creator>
      <dc:date>2010-04-01T19:05:50Z</dc:date>
    </item>
  </channel>
</rss>

