<?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: Re:Problem with QWIN graphics and debug in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-QWIN-graphics-and-debug/m-p/1717247#M177173</link>
    <description>&lt;P class=""&gt;Xiaoping_D_Intel:&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Thank you for your response on this. I have downloaded a newer version of the ifx compiler, but it does not fix the error.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Any progress on this?&lt;/P&gt;</description>
    <pubDate>Tue, 16 Sep 2025 14:11:05 GMT</pubDate>
    <dc:creator>NotThatItMatters</dc:creator>
    <dc:date>2025-09-16T14:11:05Z</dc:date>
    <item>
      <title>Problem with QWIN graphics and debug</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-QWIN-graphics-and-debug/m-p/1658045#M174870</link>
      <description>&lt;P&gt;My current ide is Microsoft VS2022 v. 17.9.2. I have some old working code which I can compile and launch, but the code bonks in debug mode when it reaches the line&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;LARGE_RESULT = GETWSIZEQQ(0_4, QWIN$SIZEMAX, WINFO)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All variables are declared as follows:&lt;/P&gt;&lt;P&gt;Module level:&lt;/P&gt;&lt;P&gt;USE IFQWIN, ONLY : QWINFO&lt;BR /&gt;TYPE (QWINFO) :: WINFO&lt;/P&gt;&lt;P&gt;Routine level:&lt;/P&gt;&lt;P&gt;USE IFQWIN, ONLY : GETWSIZEQQ&lt;BR /&gt;USE IFQWIN, ONLY : QWIN$SIZEMAX&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;INTEGER (KIND = 4) LARGE_RESULT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The complaint is forrtl: error(65): floating invalid. What?&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2025 13:08:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-QWIN-graphics-and-debug/m-p/1658045#M174870</guid>
      <dc:creator>NotThatItMatters1</dc:creator>
      <dc:date>2025-01-17T13:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with QWIN graphics and debug</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-QWIN-graphics-and-debug/m-p/1658061#M174871</link>
      <description>&lt;P&gt;We'll need to see a reproducer, as small as you can manage.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2025 14:27:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-QWIN-graphics-and-debug/m-p/1658061#M174871</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2025-01-17T14:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with QWIN graphics and debug</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-QWIN-graphics-and-debug/m-p/1659024#M174896</link>
      <description>&lt;P&gt;Steve Lionel:&lt;/P&gt;&lt;P&gt;Thanks for the prompt response. I am finding it difficult to create the reproducer. I strip down the code to bare bones, but then it does not bonk. I try adding things, but none seem to cause the grief.&lt;/P&gt;&lt;P&gt;The only noteworthy thing I can report is, when I look at the debugger on the line in question and add a watch for the symbol&lt;/P&gt;&lt;P&gt;QWIN$SIZEMAX&lt;/P&gt;&lt;P&gt;it says it is undefined. That is unexpected.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2025 15:58:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-QWIN-graphics-and-debug/m-p/1659024#M174896</guid>
      <dc:creator>NotThatItMatters</dc:creator>
      <dc:date>2025-01-21T15:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with QWIN graphics and debug</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-QWIN-graphics-and-debug/m-p/1659050#M174897</link>
      <description>&lt;P&gt;By default, debug symbols for PARAMETER constants are omitted. You can change this in the project property page Fortran &amp;gt; Debugging. However, I find that the symbols aren't there no matter what.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2025 17:48:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-QWIN-graphics-and-debug/m-p/1659050#M174897</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2025-01-21T17:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with QWIN graphics and debug</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-QWIN-graphics-and-debug/m-p/1659059#M174898</link>
      <description>&lt;P&gt;Steve Lionel:&lt;/P&gt;&lt;P&gt;Thanks for the quick response. I will continue working on the reproducer.&lt;/P&gt;&lt;P&gt;The other feature here is the code is apparently running "properly" in Release mode. Just ran through an array of unit tests without issue.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2025 18:13:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-QWIN-graphics-and-debug/m-p/1659059#M174898</guid>
      <dc:creator>NotThatItMatters</dc:creator>
      <dc:date>2025-01-21T18:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with QWIN graphics and debug</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-QWIN-graphics-and-debug/m-p/1659069#M174899</link>
      <description>&lt;P&gt;Although it is not a great solution, and as long as the code can be in the public view, zip up the whole lot and put it on the forum.&amp;nbsp; Some one can then try it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2025 18:24:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-QWIN-graphics-and-debug/m-p/1659069#M174899</guid>
      <dc:creator>JohnNichols</dc:creator>
      <dc:date>2025-01-21T18:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with QWIN graphics and debug</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-QWIN-graphics-and-debug/m-p/1659084#M174900</link>
      <description>&lt;P&gt;I have a reproducer. I believe it has something to do with the compile/build options I have. In Compatibility, I am using the options&lt;/P&gt;&lt;P&gt;Use PowerStation I/O Format&lt;/P&gt;&lt;P&gt;Use PowerStation List Directed I/O Spacing&lt;/P&gt;&lt;P&gt;Use Other PowerStation Run-time Behavior&lt;/P&gt;&lt;P&gt;I have attached a zipped version of the project/solution.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2025 19:33:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-QWIN-graphics-and-debug/m-p/1659084#M174900</guid>
      <dc:creator>NotThatItMatters</dc:creator>
      <dc:date>2025-01-21T19:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with QWIN graphics and debug</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-QWIN-graphics-and-debug/m-p/1682849#M175504</link>
      <description>&lt;P&gt;Considering the number of replies to the reproducer, this apparently is a dead issue. I will endeavor to turn the code into a non-QWIN DLL with an API built from our interface for data transfer. If you see subsequent posts, these will be in this ilk.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Apr 2025 18:40:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-QWIN-graphics-and-debug/m-p/1682849#M175504</guid>
      <dc:creator>NotThatItMatters</dc:creator>
      <dc:date>2025-04-14T18:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with QWIN graphics and debug</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-QWIN-graphics-and-debug/m-p/1682857#M175508</link>
      <description>&lt;P&gt;The reproducer is not accessible. There was a forum bug on the day you posted it. Post it again.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Apr 2025 19:37:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-QWIN-graphics-and-debug/m-p/1682857#M175508</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2025-04-14T19:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with QWIN graphics and debug</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-QWIN-graphics-and-debug/m-p/1682868#M175509</link>
      <description>&lt;P&gt;Okay, I am sorry for that. Good grief.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Apr 2025 20:27:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-QWIN-graphics-and-debug/m-p/1682868#M175509</guid>
      <dc:creator>NotThatItMatters</dc:creator>
      <dc:date>2025-04-14T20:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with QWIN graphics and debug</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-QWIN-graphics-and-debug/m-p/1682871#M175511</link>
      <description>&lt;P&gt;I am reproducing this issue with and without the PowerStation compile options and with Intel Fortran 2025.1.0&amp;nbsp; and Microsoft Visual Studio 17.12.4.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Apr 2025 20:41:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-QWIN-graphics-and-debug/m-p/1682871#M175511</guid>
      <dc:creator>NotThatItMatters</dc:creator>
      <dc:date>2025-04-14T20:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with QWIN graphics and debug</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-QWIN-graphics-and-debug/m-p/1682911#M175512</link>
      <description>&lt;P&gt;I loaded built and ran your project on 2025.1 and it barfed as you describe in debug. Had a play and don't see an obvious reason. Feels like a compiler bug.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Apr 2025 23:28:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-QWIN-graphics-and-debug/m-p/1682911#M175512</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2025-04-14T23:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with QWIN graphics and debug</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-QWIN-graphics-and-debug/m-p/1682912#M175513</link>
      <description>&lt;P&gt;andrew_4619,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your prompt response. I did not see a way through this either. This "bug" has meant no use of true debugging in my real app for the past few months, which has been a bit of a problem. I can only hope someone might see either a workaround or a means of obtaining a fix in the next few.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Again, thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Apr 2025 23:19:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-QWIN-graphics-and-debug/m-p/1682912#M175513</guid>
      <dc:creator>NotThatItMatters</dc:creator>
      <dc:date>2025-04-14T23:19:44Z</dc:date>
    </item>
    <item>
      <title>Re:Problem with QWIN graphics and debug</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-QWIN-graphics-and-debug/m-p/1683254#M175525</link>
      <description>&lt;P&gt;The exception was caused by a divided by zero inside the GETWSIZEQQ. It will not be caught normally because "fpe" option is set to 3 by default. In your project debug build this option has been explicitly set to "fpe:0" so the run will be aborted. I will open a bug report to remove the divided by zero in the library call.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Apr 2025 02:20:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-QWIN-graphics-and-debug/m-p/1683254#M175525</guid>
      <dc:creator>Xiaoping_D_Intel</dc:creator>
      <dc:date>2025-04-16T02:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Problem with QWIN graphics and debug</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-QWIN-graphics-and-debug/m-p/1683268#M175526</link>
      <description>&lt;P&gt;Xiaoping_D_Intel:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the description and quick reply. I now have a workaround and soon a fix. The /fpe:0 option is a normal form of the Debug build for our app, with /fpe:3 being Release. The reason is floating point "fun" ensues with the generation of NaN, and it proves helpful to have the /fpe:0 build to catch the problems with incipient divide by zero.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Apr 2025 02:51:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-QWIN-graphics-and-debug/m-p/1683268#M175526</guid>
      <dc:creator>NotThatItMatters</dc:creator>
      <dc:date>2025-04-16T02:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Problem with QWIN graphics and debug</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-QWIN-graphics-and-debug/m-p/1717247#M177173</link>
      <description>&lt;P class=""&gt;Xiaoping_D_Intel:&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Thank you for your response on this. I have downloaded a newer version of the ifx compiler, but it does not fix the error.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Any progress on this?&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2025 14:11:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-QWIN-graphics-and-debug/m-p/1717247#M177173</guid>
      <dc:creator>NotThatItMatters</dc:creator>
      <dc:date>2025-09-16T14:11:05Z</dc:date>
    </item>
  </channel>
</rss>

