<?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 DISLIN actual argument differs from type of dummy argument in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/DISLIN-actual-argument-differs-from-type-of-dummy-argument/m-p/1722708#M177525</link>
    <description>&lt;P&gt;VS 17, ifx compiler, windows 11&lt;/P&gt;&lt;P&gt;Settings:&lt;/P&gt;&lt;P&gt;Release x64&lt;/P&gt;&lt;P&gt;Runtime library: Debug Multithreaded(/libs:static /threads/ dbglibs)&lt;/P&gt;&lt;P&gt;Linker - Input ^Additional dependencies: C:\DISLIN\dl_11_ic\disifl.lib user32.lib gdi32.lib&lt;/P&gt;&lt;P&gt;Fortran - Additional include directories: C:\DISLIN\ifc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;call SWGBGD(main_win,1.0,1.0,1.0) ! Set background to white using RGB&lt;/P&gt;&lt;P&gt;Generates the following error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;error #6633: The type of the actual argument differs from the type of the dummy argument. [1.0]&lt;BR /&gt;error #6633: The type of the actual argument differs from the type of the dummy argument. [1.0]&lt;BR /&gt;error #6633: The type of the actual argument differs from the type of the dummy argument. [1.0]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Manual says:&lt;/P&gt;&lt;P&gt;S W G F G D&lt;BR /&gt;The routine SWGBGD changes the foreground colour of a widget.&lt;BR /&gt;The call is: CALL SWGFGD (ID, XR, XG, XB)&lt;BR /&gt;or: void swgfgd (int id, float xr, float xg, float xb);&lt;BR /&gt;ID is the widget ID.&lt;BR /&gt;XR, XG, XB are the RGB colour values between 0 and 1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;mod file:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;subroutine swgbgd(id,xr,xg,xb)&lt;BR /&gt;implicit none&lt;BR /&gt;integer, intent (in) :: id&lt;BR /&gt;real, intent (in) :: xr,xg,xb&lt;BR /&gt;end subroutine swgbgd&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Copilot doesn't have a clue and sends me from pillar to post.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Roger&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 20 Oct 2025 07:59:36 GMT</pubDate>
    <dc:creator>rmoortgat</dc:creator>
    <dc:date>2025-10-20T07:59:36Z</dc:date>
    <item>
      <title>DISLIN actual argument differs from type of dummy argument</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/DISLIN-actual-argument-differs-from-type-of-dummy-argument/m-p/1722708#M177525</link>
      <description>&lt;P&gt;VS 17, ifx compiler, windows 11&lt;/P&gt;&lt;P&gt;Settings:&lt;/P&gt;&lt;P&gt;Release x64&lt;/P&gt;&lt;P&gt;Runtime library: Debug Multithreaded(/libs:static /threads/ dbglibs)&lt;/P&gt;&lt;P&gt;Linker - Input ^Additional dependencies: C:\DISLIN\dl_11_ic\disifl.lib user32.lib gdi32.lib&lt;/P&gt;&lt;P&gt;Fortran - Additional include directories: C:\DISLIN\ifc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;call SWGBGD(main_win,1.0,1.0,1.0) ! Set background to white using RGB&lt;/P&gt;&lt;P&gt;Generates the following error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;error #6633: The type of the actual argument differs from the type of the dummy argument. [1.0]&lt;BR /&gt;error #6633: The type of the actual argument differs from the type of the dummy argument. [1.0]&lt;BR /&gt;error #6633: The type of the actual argument differs from the type of the dummy argument. [1.0]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Manual says:&lt;/P&gt;&lt;P&gt;S W G F G D&lt;BR /&gt;The routine SWGBGD changes the foreground colour of a widget.&lt;BR /&gt;The call is: CALL SWGFGD (ID, XR, XG, XB)&lt;BR /&gt;or: void swgfgd (int id, float xr, float xg, float xb);&lt;BR /&gt;ID is the widget ID.&lt;BR /&gt;XR, XG, XB are the RGB colour values between 0 and 1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;mod file:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;subroutine swgbgd(id,xr,xg,xb)&lt;BR /&gt;implicit none&lt;BR /&gt;integer, intent (in) :: id&lt;BR /&gt;real, intent (in) :: xr,xg,xb&lt;BR /&gt;end subroutine swgbgd&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Copilot doesn't have a clue and sends me from pillar to post.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Roger&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Oct 2025 07:59:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/DISLIN-actual-argument-differs-from-type-of-dummy-argument/m-p/1722708#M177525</guid>
      <dc:creator>rmoortgat</dc:creator>
      <dc:date>2025-10-20T07:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: DISLIN actual argument differs from type of dummy argument</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/DISLIN-actual-argument-differs-from-type-of-dummy-argument/m-p/1722839#M177526</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/320474"&gt;@rmoortgat&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for reaching out to the community. I appreciate you taking the time to report this issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To help me better understand the problem and determine the appropriate next steps, I’d like to gather a few more details:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Please generate and share your&amp;nbsp;&lt;A href="https://www.intel.com/content/www/us/en/download/18377/intel-system-support-utility-for-windows.html" target="_blank" rel="noopener noreferrer"&gt;SSU (System Support Utility)&lt;/A&gt;&amp;nbsp;log so I can review your hardware and software setup.&lt;/LI&gt;
&lt;LI&gt;Could you let me know which sources or documentation you referred to while investigating this issue?&lt;/LI&gt;
&lt;LI&gt;If you're able to record a video or screen capture showing how to reproduce the issue, that would be extremely helpful in providing full context.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once I have this information, I’ll be in a better position to assist you effectively and work toward a resolution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Looking forward to your response.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Randy T.&lt;/P&gt;
&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 04:29:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/DISLIN-actual-argument-differs-from-type-of-dummy-argument/m-p/1722839#M177526</guid>
      <dc:creator>RandyT_Intel</dc:creator>
      <dc:date>2025-10-21T04:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: DISLIN actual argument differs from type of dummy argument</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/DISLIN-actual-argument-differs-from-type-of-dummy-argument/m-p/1722873#M177527</link>
      <description>&lt;P&gt;Good morning Randy,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;attached the asked for data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Roger&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 09:18:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/DISLIN-actual-argument-differs-from-type-of-dummy-argument/m-p/1722873#M177527</guid>
      <dc:creator>rmoortgat</dc:creator>
      <dc:date>2025-10-21T09:18:16Z</dc:date>
    </item>
    <item>
      <title>Re:DISLIN actual argument differs from type of dummy argument</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/DISLIN-actual-argument-differs-from-type-of-dummy-argument/m-p/1722942#M177528</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.intel.com/t5/user/viewprofilepage/user-id/320474" rel="noopener noreferrer" target="_blank"&gt;@rmoortgat&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for sharing this information. I will begin investigating the issue. I'll post an update here or notify you directly once there are any developments. If I need further details, I'll reach out to you here. I appreciate your patience as I work on this matter.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Randy T.&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Oct 2025 22:58:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/DISLIN-actual-argument-differs-from-type-of-dummy-argument/m-p/1722942#M177528</guid>
      <dc:creator>RandyT_Intel</dc:creator>
      <dc:date>2025-10-21T22:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: Re:DISLIN actual argument differs from type of dummy argument</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/DISLIN-actual-argument-differs-from-type-of-dummy-argument/m-p/1723005#M177529</link>
      <description>&lt;P&gt;OK. Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Roger&lt;/P&gt;</description>
      <pubDate>Wed, 22 Oct 2025 08:20:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/DISLIN-actual-argument-differs-from-type-of-dummy-argument/m-p/1723005#M177529</guid>
      <dc:creator>rmoortgat</dc:creator>
      <dc:date>2025-10-22T08:20:06Z</dc:date>
    </item>
    <item>
      <title>Re:DISLIN actual argument differs from type of dummy argument</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/DISLIN-actual-argument-differs-from-type-of-dummy-argument/m-p/1723148#M177530</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.intel.com/t5/user/viewprofilepage/user-id/320474" rel="noopener noreferrer" target="_blank"&gt;@rmoortgat&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your continued patience.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After reviewing your concern, we have determined that the issue is&amp;nbsp;&lt;STRONG&gt;not related to any Intel-supported hardware or software&lt;/STRONG&gt;. The concern appears to be associated with the&amp;nbsp;&lt;STRONG&gt;Fortran compiler or related software components&lt;/STRONG&gt;, which are outside the scope of Intel's supported products.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To ensure you receive the most accurate and effective assistance, we will be&amp;nbsp;&lt;STRONG&gt;moving this thread to our dedicated software support forum&lt;/STRONG&gt;, where a specialized team will be able to provide further guidance and support.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Randy T.&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Oct 2025 04:35:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/DISLIN-actual-argument-differs-from-type-of-dummy-argument/m-p/1723148#M177530</guid>
      <dc:creator>RandyT_Intel</dc:creator>
      <dc:date>2025-10-23T04:35:16Z</dc:date>
    </item>
    <item>
      <title>Re:DISLIN actual argument differs from type of dummy argument</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/DISLIN-actual-argument-differs-from-type-of-dummy-argument/m-p/1723179#M177532</link>
      <description>&lt;P&gt;The error shows a real data size mismatch between the data passed to the subroutine call and the subroutine call interface definition. I saw both the subroutine call and the module interface are using the default real data type so please make sure the code calling the subroutine and the module file are built with the same default real data size setting. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Real data type in Intel Fortran language reference: &lt;A href="https://www.intel.com/content/www/us/en/docs/fortran-compiler/developer-guide-reference/2025-2/real-data-types.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/docs/fortran-compiler/developer-guide-reference/2025-2/real-data-types.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;The compiler option to control the default real data size: &lt;A href="https://www.intel.com/content/www/us/en/docs/fortran-compiler/developer-guide-reference/2025-2/real-size.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/docs/fortran-compiler/developer-guide-reference/2025-2/real-size.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Oct 2025 07:29:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/DISLIN-actual-argument-differs-from-type-of-dummy-argument/m-p/1723179#M177532</guid>
      <dc:creator>Xiaoping_D_Intel</dc:creator>
      <dc:date>2025-10-23T07:29:08Z</dc:date>
    </item>
  </channel>
</rss>

