<?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 This application has failed to start because libifcoremd.dll wa in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/This-application-has-failed-to-start-because-libifcoremd-dll-was/m-p/769711#M21941</link>
    <description>Thanks a lot! It works where I just use INTEGER(C_INT).&lt;BR /&gt;&lt;BR /&gt;I met a new issue. Because I use the compile option "/libs:dll /threads". When I tried to run the generated *.exe file inother machines without IVF installed. I got the error message&lt;BR /&gt;&lt;BR /&gt;"This application has failed to start because libifcoremd.dll was not found. Re-installing the application may fix this problem."&lt;BR /&gt;&lt;BR /&gt;This maybe a typical issue for distribution. How to solve that?&lt;BR /&gt;&lt;BR /&gt;So I tried to compile using the option "/libs:static". But at once I got the error message&lt;BR /&gt;&lt;BR /&gt;Description File&lt;BR /&gt;error LNK2005: sprintf already defined in LIBCMT.lib(sprintf.obj) MSVCRT.lib&lt;BR /&gt;error LNK2005: fopen already defined in LIBCMT.lib(sprintf.obj) MSVCRT.lib&lt;BR /&gt;......&lt;BR /&gt;&lt;BR /&gt;A long list shows that some functions already defined and conflicted with other libs. So I check the web and find the link&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/q148/6/52.asp&amp;amp;NoWebContent=1" target="_blank"&gt;http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/q148/6/52.asp&amp;amp;NoWebContent=1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I follow the instruction below:&lt;BR /&gt;&lt;BR /&gt;&lt;P&gt;Solution One: Force Linker to Link Libraries in Correct Order&lt;BR /&gt;1. On the Project menu, click Settings.&lt;BR /&gt;2. In the Settings For view of the Project Settings dialog box, click to select the project configuration that is getting the link errors.&lt;BR /&gt;3. On the Link tab, click to select Input in the Category combo box.&lt;BR /&gt;4. In the Ignore libraries box, insert the library names (for example, Nafxcwd.lib;Libcmtd.lib). Note The linker command-line equivalent in /NOD:&lt;LIBRARY name=""&gt;.&lt;BR /&gt;5. In the Object/library modules box, insert the library names. You must make sure that these are listed in order and as the first two libraries in the line (for example, Nafxcwd.lib Libcmtd.lib).&lt;/LIBRARY&gt;&lt;/P&gt;&lt;P&gt;The above settings are not identical with the menu in IVF. I can find process 4 in &lt;BR /&gt;&lt;BR /&gt;Configuration Properties -&amp;gt; Linker -&amp;gt; Input -&amp;gt; Ignore Specific Library: LIBCMT.lib&lt;BR /&gt;&lt;BR /&gt;ButI do not know how to do it for process 5. After recompiling, I got new error message:&lt;/P&gt;&lt;P&gt;Description File&lt;BR /&gt;error LNK2019:unresolved extenal symbol _iob referenced in function &lt;BR /&gt;for __issue_diagnostic libifcoremt.lib&lt;BR /&gt;error LNK2001: unresolved extenal symbol _iob libifcoremt.lib&lt;BR /&gt;error LNK2001: unresolved extenal symbol _iob libmmt.lib&lt;BR /&gt;error LNK2019: unresolved extenal symbol __argv referenced in function for _rtl_init_ libifcoremt.lib&lt;BR /&gt;error LNK2019: unresolved extenal symbol __argc referenced in function for _rtl_init_libifcoremt.lib&lt;BR /&gt;&lt;BR /&gt;Any clue on thesestuff? Thanks!&lt;/P&gt;</description>
    <pubDate>Tue, 17 Aug 2010 17:54:00 GMT</pubDate>
    <dc:creator>turkeydodo</dc:creator>
    <dc:date>2010-08-17T17:54:00Z</dc:date>
    <item>
      <title>This application has failed to start because libifcoremd.dll was not found. Re-installing the application may fix this problem</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/This-application-has-failed-to-start-because-libifcoremd-dll-was/m-p/769701#M21931</link>
      <description>The error message pops out when I click on "Start Debugging".&lt;BR /&gt;&lt;BR /&gt;Iam using IVF 10.1with Visual Studio 2005.My code is linked to3 Hypermesh libs "hmin.lib hmreslib.lib hm.lib". The compile option used is "Multithread DLL (/libs:dll /threads)". I can not use "/libs:static" because it gave me many error messages which means the 3Hypermesh libs are dll libs. The code has successfully compiled and linked but can not run. Also, I am using x64. I tried both debug mode and release mode. They are all not working!</description>
      <pubDate>Mon, 02 Aug 2010 14:56:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/This-application-has-failed-to-start-because-libifcoremd-dll-was/m-p/769701#M21931</guid>
      <dc:creator>turkeydodo</dc:creator>
      <dc:date>2010-08-02T14:56:43Z</dc:date>
    </item>
    <item>
      <title>This application has failed to start because libifcoremd.dll wa</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/This-application-has-failed-to-start-because-libifcoremd-dll-was/m-p/769702#M21932</link>
      <description>Would you please check ifthe path to libifcoremd.dll is included by your PATH environment variable? I tested 10.1.030 and found no such error. Normally the compiler installation program will update the environment variable setting automatically.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Aug 2010 08:24:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/This-application-has-failed-to-start-because-libifcoremd-dll-was/m-p/769702#M21932</guid>
      <dc:creator>Xiaoping_D_Intel</dc:creator>
      <dc:date>2010-08-03T08:24:22Z</dc:date>
    </item>
    <item>
      <title>This application has failed to start because libifcoremd.dll wa</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/This-application-has-failed-to-start-because-libifcoremd-dll-was/m-p/769703#M21933</link>
      <description>I found"libifcoremd.dll" in C:\Program Files (x86)\Intel\Compiler\Fortran\10.1.030\em64t\Lib&lt;BR /&gt;&lt;BR /&gt;So I add above folder name to the following PATH location&lt;BR /&gt;&lt;BR /&gt;MVS-&amp;gt;Tools-&amp;gt;Options-&amp;gt;Intel Fortran-&amp;gt;Compilers-&amp;gt;Libraries:&lt;BR /&gt;&lt;BR /&gt;&lt;P&gt;Now the Directory List like&lt;BR /&gt;&lt;BR /&gt;$(IFortInstallDir)Lib&lt;BR /&gt;$(VCInstallDir)atlmfc\lib\amd64&lt;BR /&gt;$(VCInstallDir)lib\amd64&lt;BR /&gt;$(VCInstallDir)PlatformSDK\lib\amd64&lt;BR /&gt;$(FrameworkSDKDir)lib\amd64&lt;BR /&gt;V:\Windows\FlareTestCases\Ken&lt;BR /&gt;C:\Program Files (x86)\Intel\Compiler\Fortran\10.1.030\em64t\Lib&lt;BR /&gt;&lt;BR /&gt;But it still does not work!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Aug 2010 18:30:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/This-application-has-failed-to-start-because-libifcoremd-dll-was/m-p/769703#M21933</guid>
      <dc:creator>turkeydodo</dc:creator>
      <dc:date>2010-08-03T18:30:32Z</dc:date>
    </item>
    <item>
      <title>This application has failed to start because libifcoremd.dll wa</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/This-application-has-failed-to-start-because-libifcoremd-dll-was/m-p/769704#M21934</link>
      <description>"MVS-&amp;gt;Tools-&amp;gt;Options-&amp;gt;Intel Fortran-&amp;gt;Compilers-&amp;gt;Libraries" PATH is for building the application not for running.&lt;BR /&gt;&lt;BR /&gt;The place to update the system PATH environmentis "Control Panel -&amp;gt; System Properties -&amp;gt; Advanced -&amp;gt; Environment Variables"</description>
      <pubDate>Wed, 04 Aug 2010 05:32:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/This-application-has-failed-to-start-because-libifcoremd-dll-was/m-p/769704#M21934</guid>
      <dc:creator>Xiaoping_D_Intel</dc:creator>
      <dc:date>2010-08-04T05:32:41Z</dc:date>
    </item>
    <item>
      <title>This application has failed to start because libifcoremd.dll wa</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/This-application-has-failed-to-start-because-libifcoremd-dll-was/m-p/769705#M21935</link>
      <description>Thanks! It works! PATH enviornment variable is not automatically generated after installation in my machine.&lt;BR /&gt;&lt;BR /&gt;However,I got a new issue. In the running, I got the error message &lt;BR /&gt;&lt;BR /&gt;"Unhandled exception at 0x0000000140066772 in console1.exe: 0xC0000005: Access violation reading location 0x000000000000004c"&lt;BR /&gt;&lt;BR /&gt;After I debug, I found that the error occurs at the underline in the following subroutine&lt;BR /&gt;&lt;BR /&gt;&lt;P&gt;SUBROUTINE whmsub1(nsub,nsid)&lt;BR /&gt;cDEC$ ATTRIBUTES C, ALIAS:'HMRES_simulationcreate' :: HMRES_simulationcreate&lt;BR /&gt;cDEC$ ATTRIBUTES C, ALIAS:'HMRES_simulationopen' :: HMRES_simulationopen&lt;BR /&gt;character*20 scase&lt;BR /&gt;integer nsub,nsid,err&lt;BR /&gt;nsid=1&lt;BR /&gt;scase="LOOP 1\0"&lt;BR /&gt;&lt;SPAN style="text-decoration: underline;"&gt;err=HMRES_simulationcreate(scase,nsid)&lt;/SPAN&gt;&lt;BR /&gt;err=HMRES_simulationopen(scase,nsid)&lt;BR /&gt;return&lt;BR /&gt;end &lt;BR /&gt;&lt;BR /&gt;The function "HMRES_simulationcreate()" is aC language function provided by Hypermesh. So here, we use ATTRIBUTES command for mixed language. The function is declared inthe head file "hmreslib.h" as&lt;BR /&gt;&lt;BR /&gt;int HMRES_simulationcreate(char *simulationname, int simulationid);&lt;BR /&gt;&lt;BR /&gt;I am wondering if my compile options and link options are right or not. The compile option are:&lt;BR /&gt;&lt;BR /&gt;/nologo /Zi /Od /gen-interfaces /extend_source:132 /warn:interfaces /module:"x64\Debug\" /object:"x64\Debug\" /traceback /check:bounds /libs:dll /threads /c&lt;BR /&gt;&lt;BR /&gt;The link options are&lt;BR /&gt;&lt;BR /&gt;/OUT:"x64\Debug\Console1.exe" /INCREMENTAL:NO /NOLOGO /LIBPATH:"V:\Windows\FlareTestCases\Ken\NewKen" /MANIFEST /MANIFESTFILE:"V:\Windows\FlareTestCases\Ken\NewKen\Console1\Console1\x64\debug\console1.exe.intermediate.manifest" /DEBUG /PDB:"V:\Windows\FlareTestCases\Ken\NewKen\Console1\Console1\x64\debug\console1.pdb" /SUBSYSTEM:CONSOLE /STACK:20000000 /IMPLIB:"V:\Windows\FlareTestCases\Ken\NewKen\Console1\Console1\x64\debug\console1.lib" hmin.lib hmreslib.lib hm.lib&lt;BR /&gt;&lt;BR /&gt;The code already pass the compile and link. But when it is running and tries toacces outside libs and fails with access violation. &lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2010 18:32:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/This-application-has-failed-to-start-because-libifcoremd-dll-was/m-p/769705#M21935</guid>
      <dc:creator>turkeydodo</dc:creator>
      <dc:date>2010-08-04T18:32:37Z</dc:date>
    </item>
    <item>
      <title>This application has failed to start because libifcoremd.dll wa</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/This-application-has-failed-to-start-because-libifcoremd-dll-was/m-p/769706#M21936</link>
      <description>Often this issue is due to a mismatch in calling conventions. I think 10.1 included the C interoperability feature of F2003. If you can use this it often makes getting the calling conventions right much easier.  I'd suggest something like (apologies for any syntax errors):

&lt;PRE&gt;[fortran]SUBROUTINE whmsub1(nsub,nsid)  
  USE ISO_C_BINDING, ONLY: C_NULL_CHAR
  IMPLICIT NONE
  
  character(20) scase
  integer nsub,nsid, err
  
  INTERFACE
    FUNCTION HMRES_simulationcreate(scase,nsid) RESULT(err)  &amp;amp;
        BIND(C, NAME='HMRES_simulationcreate')
      IMPLICIT NONE
      USE ISO_C_BINDING, ONLY: C_CHAR, C_INT
      CHARACTER(KIND=C_CHAR), INTENT(IN) :: scase(*)
      INTEGER(C_INT), INTENT(IN), VALUE :: nsid  
      INTEGER(C_INT) :: err
    END FUNCTION HMRES_simulationcreate
    
    ! ...and again, for HMRES_simulationopen...
  END INTERFACE
  
  nsid=1
  scase="LOOP 1" // C_NULL_CHAR
  err=HMRES_simulationcreate(scase,nsid)
  err=HMRES_simulationopen(scase,nsid)
  return
end
[/fortran]&lt;/PRE&gt; 

(There is the implicit assumption in the above that C_INT and C_CHAR are also the default integer and default character kinds respectively. If that's not the case then the compiler may complain.).&lt;BR /&gt;&lt;BR /&gt;If you call lots of HMRES_* functions, I'd be tempted to create a separate module with all the interfaces spelt out, and then you can pull that in as required using a USE statement.&lt;BR /&gt;&lt;BR /&gt;If you can't use features from modern fortran, then I suggest creating interface blocks that spell out the type and reference/value attributes (using all that !DEC$ stuff) for the functions.</description>
      <pubDate>Wed, 04 Aug 2010 23:17:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/This-application-has-failed-to-start-because-libifcoremd-dll-was/m-p/769706#M21936</guid>
      <dc:creator>IanH</dc:creator>
      <dc:date>2010-08-04T23:17:33Z</dc:date>
    </item>
    <item>
      <title>This application has failed to start because libifcoremd.dll wa</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/This-application-has-failed-to-start-because-libifcoremd-dll-was/m-p/769707#M21937</link>
      <description>It works! Thank you vey much!</description>
      <pubDate>Thu, 05 Aug 2010 20:43:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/This-application-has-failed-to-start-because-libifcoremd-dll-was/m-p/769707#M21937</guid>
      <dc:creator>turkeydodo</dc:creator>
      <dc:date>2010-08-05T20:43:39Z</dc:date>
    </item>
    <item>
      <title>This application has failed to start because libifcoremd.dll wa</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/This-application-has-failed-to-start-because-libifcoremd-dll-was/m-p/769708#M21938</link>
      <description>&lt;P&gt;New issue in FORTRAN calling C function used in Hypermesh.&lt;BR /&gt;&lt;BR /&gt;The C function defined in Hypermesh is &lt;BR /&gt;&lt;BR /&gt;typedef unsigned int HM_entityidtype;&lt;BR /&gt;int HMRES_valueadd(HM_entityidtype id, double value);&lt;BR /&gt;&lt;BR /&gt;How to code these two lines in INTERFACE? HM_entityidtype isa new type, how can I declare using TYPE?&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2010 21:42:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/This-application-has-failed-to-start-because-libifcoremd-dll-was/m-p/769708#M21938</guid>
      <dc:creator>turkeydodo</dc:creator>
      <dc:date>2010-08-12T21:42:05Z</dc:date>
    </item>
    <item>
      <title>This application has failed to start because libifcoremd.dll wa</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/This-application-has-failed-to-start-because-libifcoremd-dll-was/m-p/769709#M21939</link>
      <description>The typedef just means that HM_entityidtype is a synonym for unsigned int. Fortran doesn't have unsigned integers, but using INTEGER(C_INT) on the fortran side will work unless you actually do some arithmetic operations on the variable.&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Aug 2010 00:53:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/This-application-has-failed-to-start-because-libifcoremd-dll-was/m-p/769709#M21939</guid>
      <dc:creator>IanH</dc:creator>
      <dc:date>2010-08-13T00:53:19Z</dc:date>
    </item>
    <item>
      <title>This application has failed to start because libifcoremd.dll wa</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/This-application-has-failed-to-start-because-libifcoremd-dll-was/m-p/769710#M21940</link>
      <description>If value is expected, you can get away with omitting it only when C_INT happens to be the same size as a pointer (as on 32-bit OS), in addition to not operating on it.</description>
      <pubDate>Fri, 13 Aug 2010 02:35:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/This-application-has-failed-to-start-because-libifcoremd-dll-was/m-p/769710#M21940</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2010-08-13T02:35:12Z</dc:date>
    </item>
    <item>
      <title>This application has failed to start because libifcoremd.dll wa</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/This-application-has-failed-to-start-because-libifcoremd-dll-was/m-p/769711#M21941</link>
      <description>Thanks a lot! It works where I just use INTEGER(C_INT).&lt;BR /&gt;&lt;BR /&gt;I met a new issue. Because I use the compile option "/libs:dll /threads". When I tried to run the generated *.exe file inother machines without IVF installed. I got the error message&lt;BR /&gt;&lt;BR /&gt;"This application has failed to start because libifcoremd.dll was not found. Re-installing the application may fix this problem."&lt;BR /&gt;&lt;BR /&gt;This maybe a typical issue for distribution. How to solve that?&lt;BR /&gt;&lt;BR /&gt;So I tried to compile using the option "/libs:static". But at once I got the error message&lt;BR /&gt;&lt;BR /&gt;Description File&lt;BR /&gt;error LNK2005: sprintf already defined in LIBCMT.lib(sprintf.obj) MSVCRT.lib&lt;BR /&gt;error LNK2005: fopen already defined in LIBCMT.lib(sprintf.obj) MSVCRT.lib&lt;BR /&gt;......&lt;BR /&gt;&lt;BR /&gt;A long list shows that some functions already defined and conflicted with other libs. So I check the web and find the link&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/q148/6/52.asp&amp;amp;NoWebContent=1" target="_blank"&gt;http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/q148/6/52.asp&amp;amp;NoWebContent=1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I follow the instruction below:&lt;BR /&gt;&lt;BR /&gt;&lt;P&gt;Solution One: Force Linker to Link Libraries in Correct Order&lt;BR /&gt;1. On the Project menu, click Settings.&lt;BR /&gt;2. In the Settings For view of the Project Settings dialog box, click to select the project configuration that is getting the link errors.&lt;BR /&gt;3. On the Link tab, click to select Input in the Category combo box.&lt;BR /&gt;4. In the Ignore libraries box, insert the library names (for example, Nafxcwd.lib;Libcmtd.lib). Note The linker command-line equivalent in /NOD:&lt;LIBRARY name=""&gt;.&lt;BR /&gt;5. In the Object/library modules box, insert the library names. You must make sure that these are listed in order and as the first two libraries in the line (for example, Nafxcwd.lib Libcmtd.lib).&lt;/LIBRARY&gt;&lt;/P&gt;&lt;P&gt;The above settings are not identical with the menu in IVF. I can find process 4 in &lt;BR /&gt;&lt;BR /&gt;Configuration Properties -&amp;gt; Linker -&amp;gt; Input -&amp;gt; Ignore Specific Library: LIBCMT.lib&lt;BR /&gt;&lt;BR /&gt;ButI do not know how to do it for process 5. After recompiling, I got new error message:&lt;/P&gt;&lt;P&gt;Description File&lt;BR /&gt;error LNK2019:unresolved extenal symbol _iob referenced in function &lt;BR /&gt;for __issue_diagnostic libifcoremt.lib&lt;BR /&gt;error LNK2001: unresolved extenal symbol _iob libifcoremt.lib&lt;BR /&gt;error LNK2001: unresolved extenal symbol _iob libmmt.lib&lt;BR /&gt;error LNK2019: unresolved extenal symbol __argv referenced in function for _rtl_init_ libifcoremt.lib&lt;BR /&gt;error LNK2019: unresolved extenal symbol __argc referenced in function for _rtl_init_libifcoremt.lib&lt;BR /&gt;&lt;BR /&gt;Any clue on thesestuff? Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2010 17:54:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/This-application-has-failed-to-start-because-libifcoremd-dll-was/m-p/769711#M21941</guid>
      <dc:creator>turkeydodo</dc:creator>
      <dc:date>2010-08-17T17:54:00Z</dc:date>
    </item>
    <item>
      <title>This application has failed to start because libifcoremd.dll wa</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/This-application-has-failed-to-start-because-libifcoremd-dll-was/m-p/769712#M21942</link>
      <description>Intel provides downloads of redistributables for installation on your client's machines that do not have Intel Fortran installed. For example, the current version for Windows-X64 is&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;File w_cprof_p_11.1.065_redist_intel64.exe&lt;BR /&gt;&lt;BR /&gt;&lt;/B&gt;</description>
      <pubDate>Tue, 17 Aug 2010 19:50:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/This-application-has-failed-to-start-because-libifcoremd-dll-was/m-p/769712#M21942</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2010-08-17T19:50:04Z</dc:date>
    </item>
    <item>
      <title>This application has failed to start because libifcoremd.dll wa</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/This-application-has-failed-to-start-because-libifcoremd-dll-was/m-p/769713#M21943</link>
      <description>Thanksalot!</description>
      <pubDate>Fri, 20 Aug 2010 13:07:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/This-application-has-failed-to-start-because-libifcoremd-dll-was/m-p/769713#M21943</guid>
      <dc:creator>turkeydodo</dc:creator>
      <dc:date>2010-08-20T13:07:19Z</dc:date>
    </item>
  </channel>
</rss>

