<?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 LNK1120: 1 nicht aufgelöste Externe in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/fatal-error-LNK1120-1-nicht-aufgel%C3%B6ste-Externe/m-p/1456553#M165097</link>
    <description>&lt;P&gt;You chose the wrong project type. Select Empty Project (with the Console tag) or Main Program Code as the project type.&lt;/P&gt;</description>
    <pubDate>Thu, 16 Feb 2023 14:12:12 GMT</pubDate>
    <dc:creator>Steve_Lionel</dc:creator>
    <dc:date>2023-02-16T14:12:12Z</dc:date>
    <item>
      <title>fatal error LNK1120: 1 nicht aufgelöste Externe</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/fatal-error-LNK1120-1-nicht-aufgel%C3%B6ste-Externe/m-p/1456516#M165093</link>
      <description>&lt;P&gt;With Intel one APi and Visual Studio 19 I try to compile and link the following&lt;/P&gt;
&lt;P&gt;simple program:&lt;/P&gt;
&lt;P&gt;program addNumbers&lt;/P&gt;
&lt;P&gt;! This simple program adds two numbers&lt;BR /&gt;implicit none&lt;/P&gt;
&lt;P&gt;! Type declarations&lt;BR /&gt;real :: a, b, result&lt;/P&gt;
&lt;P&gt;! Executable statements&lt;BR /&gt;a = 12.0&lt;BR /&gt;b = 15.0&lt;BR /&gt;result = a + b&lt;BR /&gt;print *, 'The total is ', result&lt;/P&gt;
&lt;P&gt;end program addNumbers&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;compiling is without errors but the linker provides:&lt;/P&gt;
&lt;P&gt;fatal error LNK1120: 1 nicht aufgelöste Externe&lt;BR /&gt;error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "_WinMain@16" in Funktion ""int __cdecl invoke_main(void)" (?invoke_main@@YAHXZ)". MSVCRTD.lib(exe_winmain.obj) &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is still missing ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2023 11:06:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/fatal-error-LNK1120-1-nicht-aufgel%C3%B6ste-Externe/m-p/1456516#M165093</guid>
      <dc:creator>Thomas14</dc:creator>
      <dc:date>2023-02-16T11:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: fatal error LNK1120: 1 nicht aufgelöste Externe</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/fatal-error-LNK1120-1-nicht-aufgel%C3%B6ste-Externe/m-p/1456525#M165095</link>
      <description>&lt;P&gt;It looks as if the link step is trying to build a (32-bits?) DLL instead of a proper standalone program. Can you check the type of project?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2023 12:08:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/fatal-error-LNK1120-1-nicht-aufgel%C3%B6ste-Externe/m-p/1456525#M165095</guid>
      <dc:creator>Arjen_Markus</dc:creator>
      <dc:date>2023-02-16T12:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: fatal error LNK1120: 1 nicht aufgelöste Externe</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/fatal-error-LNK1120-1-nicht-aufgel%C3%B6ste-Externe/m-p/1456549#M165096</link>
      <description>&lt;P&gt;I have tried both 32 and 64 bit. Enclosed is a screenshot with the WinApp3.f90 source file.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2023 13:55:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/fatal-error-LNK1120-1-nicht-aufgel%C3%B6ste-Externe/m-p/1456549#M165096</guid>
      <dc:creator>Thomas14</dc:creator>
      <dc:date>2023-02-16T13:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: fatal error LNK1120: 1 nicht aufgelöste Externe</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/fatal-error-LNK1120-1-nicht-aufgel%C3%B6ste-Externe/m-p/1456553#M165097</link>
      <description>&lt;P&gt;You chose the wrong project type. Select Empty Project (with the Console tag) or Main Program Code as the project type.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2023 14:12:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/fatal-error-LNK1120-1-nicht-aufgel%C3%B6ste-Externe/m-p/1456553#M165097</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2023-02-16T14:12:12Z</dc:date>
    </item>
  </channel>
</rss>

