<?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: Can't compile in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Can-t-compile/m-p/1704151#M176347</link>
    <description>&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;"unresolved external symbol&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;WinMain"&amp;nbsp; &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class=""&gt;if the project options are for a windows application the entry point is "WinMain" you have a Program statement so the project type needs to be "console program".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="andrew_4619_0-1752841713598.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/67516i1ECF6171BC153831/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="andrew_4619_0-1752841713598.png" alt="andrew_4619_0-1752841713598.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 18 Jul 2025 12:28:41 GMT</pubDate>
    <dc:creator>andrew_4619</dc:creator>
    <dc:date>2025-07-18T12:28:41Z</dc:date>
    <item>
      <title>Can't compile</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Can-t-compile/m-p/1703947#M176323</link>
      <description>&lt;P&gt;&lt;STRONG&gt;The legacy project builds and debugs successfully, whereas the new project fails to compile：&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;error LNK2019:&lt;/SPAN&gt;unresolved external symbol&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;WinMain，referenced in function "int __cdecl invoke_main(void)"&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;visual stuido edtion is&amp;nbsp;17.14.9 (July 2025) which is updated.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;while input ifort --version:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.&lt;BR /&gt;ifort: command line warning #10006: ignoring unknown option '/-version'&lt;BR /&gt;ifort: command line error: no files specified; for help type "ifort /help"&lt;BR /&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;I need trasition to using the LLVM-based ifx?&amp;nbsp; Is this the reason of failure to compile the new projects?&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jul 2025 12:20:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Can-t-compile/m-p/1703947#M176323</guid>
      <dc:creator>仁义_许_</dc:creator>
      <dc:date>2025-07-17T12:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: Can't compile</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Can-t-compile/m-p/1703948#M176324</link>
      <description>&lt;P&gt;It is more likely that your project does not have a proper main program. Could you check that?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jul 2025 12:24:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Can-t-compile/m-p/1703948#M176324</guid>
      <dc:creator>Arjen_Markus</dc:creator>
      <dc:date>2025-07-17T12:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: Can't compile</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Can-t-compile/m-p/1703974#M176335</link>
      <description>&lt;P&gt;I test only a few lines:&lt;/P&gt;&lt;P&gt;program main&lt;BR /&gt;implicit none&lt;BR /&gt;integer::i=6&lt;BR /&gt;write(*,*)i&lt;BR /&gt;end&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jul 2025 14:38:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Can-t-compile/m-p/1703974#M176335</guid>
      <dc:creator>仁义_许_</dc:creator>
      <dc:date>2025-07-17T14:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Can't compile</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Can-t-compile/m-p/1704151#M176347</link>
      <description>&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;"unresolved external symbol&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;WinMain"&amp;nbsp; &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class=""&gt;if the project options are for a windows application the entry point is "WinMain" you have a Program statement so the project type needs to be "console program".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="andrew_4619_0-1752841713598.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/67516i1ECF6171BC153831/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="andrew_4619_0-1752841713598.png" alt="andrew_4619_0-1752841713598.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jul 2025 12:28:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Can-t-compile/m-p/1704151#M176347</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2025-07-18T12:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: Can't compile</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Can-t-compile/m-p/1704904#M176411</link>
      <description>&lt;P&gt;make sure you create a Console application:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.intel.com/content/www/us/en/docs/fortran-compiler/developer-guide-reference/2025-2/create-a-new-project.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/docs/fortran-compiler/developer-guide-reference/2025-2/create-a-new-project.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jul 2025 23:07:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Can-t-compile/m-p/1704904#M176411</guid>
      <dc:creator>Ron_Green</dc:creator>
      <dc:date>2025-07-22T23:07:17Z</dc:date>
    </item>
  </channel>
</rss>

