<?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 Re: Fatal error LNK1112 in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fatal-error-LNK1112/m-p/876070#M73899</link>
    <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;&lt;P&gt;Ah, yes. That would do it. Assuming that fixed the problem, then indeed you have the x64 support installed.&lt;/P&gt;</description>
    <pubDate>Wed, 01 Oct 2008 17:40:02 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2008-10-01T17:40:02Z</dc:date>
    <item>
      <title>Fatal error LNK1112</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fatal-error-LNK1112/m-p/876067#M73896</link>
      <description>&lt;P&gt;I just installed VS 2005 Pro and Intel Fortran Compiler 10.1 Professional Edition. I had CVF 6.0 before. My m/c runs Win-XP x64.&lt;/P&gt;&lt;P&gt;I opened up a project from CVF 6.0 and then extracted the Compaq Visual Fortran Project Items. Compilation proceeded without a problem. While linking though, I get this error:&lt;/P&gt;&lt;P&gt;Error 1 fatal error LNK1112: module machine type 'x64' conflicts with target machine type 'X86' x64Release/ion_tables_new.obj&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I checked up this forum for help on the above topic. I did find another thread relevant to this (&lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=58455"&gt;http://software.intel.com/en-us/forums/showthread.php?t=58455&lt;/A&gt;). As mentioned in the thread, I have not modified the directories.&lt;/P&gt;&lt;P&gt;Any advice on what I might possibly be doing wrong?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Oct 2008 15:46:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fatal-error-LNK1112/m-p/876067#M73896</guid>
      <dc:creator>rdvsea</dc:creator>
      <dc:date>2008-10-01T15:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: Fatal error LNK1112</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fatal-error-LNK1112/m-p/876068#M73897</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;&lt;P&gt;This reads as if you are somehow mixing the x64 compiler with the 32-bit linker. Did you do a custom install of VS2005 to select the x64 Compiler and Tools option? Did you create an "x64" solution configuration? See reply 3 in the thread you linked to for instructions.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Oct 2008 16:56:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fatal-error-LNK1112/m-p/876068#M73897</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2008-10-01T16:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: Fatal error LNK1112</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fatal-error-LNK1112/m-p/876069#M73898</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;DIV style="margin:0px;"&gt;&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/336209"&gt;Steve Lionel (Intel)&lt;/A&gt;&lt;/DIV&gt;&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;P&gt;This reads as if you are somehow mixing the x64 compiler with the 32-bit linker. Did you do a custom install of VS2005 to select the x64 Compiler and Tools option? Did you create an "x64" solution configuration? See reply 3 in the thread you linked to for instructions.&lt;/P&gt;&lt;/EM&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;I did a "Full" installation.I am assumingthis would have installed the x64 Compiler and Tools also.&lt;/P&gt;&lt;P&gt;Yes, Ihad already created a "x64" solution configuration in the Configuration Manager (same procedure as in the instructions you alluded to).&lt;/P&gt;&lt;P&gt;On going through the .dsp file from CVF (and searching for /machine:x86), I found the following:&lt;/P&gt;&lt;P&gt;LINK32=link.exe&lt;BR /&gt;# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;/machine:I386&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console &lt;STRONG&gt;&lt;SPAN style="text-decoration: underline;"&gt;/machine:I386&lt;BR /&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;I removed &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;/machine:I386&lt;/STRONG&gt;&lt;/SPAN&gt; from the .dsp file; loaded the project file again; extracted the Fortran Visual Project Items and then compiled (using the x64 option) and it worked fine. Looks like it is the /machine:I386 which caused the problem.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Oct 2008 17:30:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fatal-error-LNK1112/m-p/876069#M73898</guid>
      <dc:creator>rdvsea</dc:creator>
      <dc:date>2008-10-01T17:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: Fatal error LNK1112</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fatal-error-LNK1112/m-p/876070#M73899</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;&lt;P&gt;Ah, yes. That would do it. Assuming that fixed the problem, then indeed you have the x64 support installed.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Oct 2008 17:40:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fatal-error-LNK1112/m-p/876070#M73899</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2008-10-01T17:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Fatal error LNK1112</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fatal-error-LNK1112/m-p/876071#M73900</link>
      <description>&lt;DIV style="margin:0px;"&gt;This error message indicates a mixture of X64 (64-bit) and X86 (32-bit) objects. For example, you may have changed your project from 32-bit to 64-bit without rebuilding all objects and libraries.&lt;BR /&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 01 Oct 2008 18:02:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fatal-error-LNK1112/m-p/876071#M73900</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2008-10-01T18:02:57Z</dc:date>
    </item>
  </channel>
</rss>

