<?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 A program hangs up after Dialog closing in Intel® Moderncode for Parallel Architectures</title>
    <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/A-program-hangs-up-after-Dialog-closing/m-p/780978#M247</link>
    <description>&lt;P&gt;Hello gentlemen!&lt;BR /&gt;Could anybody help me to understand why the following little program stops (or hangs up) after closing dialog box and printingthe text 'TYPE ANY STRING AND PRESS &lt;ENTER&gt;'? &lt;BR /&gt;The program has been compilled via 30-days &lt;BR /&gt;Intel Visual Fortran Composer XE 2011 Integration for Microsoft Visual Studio* 2008, &lt;BR /&gt;Thanks&lt;/ENTER&gt;&lt;/P&gt;&lt;P&gt; USE IFLOGM; USE IFQWIN&lt;BR /&gt; IMPLICIT NONE&lt;BR /&gt; INCLUDE 'RESOURCE.FD'&lt;BR /&gt; TYPE (DIALOG) DLG_1&lt;BR /&gt; LOGICAL*4 STATUS_L4&lt;BR /&gt; INTEGER*4 STATUS_I4&lt;BR /&gt; INTEGER*2 STATUS_I2&lt;BR /&gt; CHARACTER*120 T&lt;/P&gt;&lt;P&gt; STATUS_I4=SetExitQQ(QWIN$EXITNOPERSIST)&lt;/P&gt;&lt;P&gt; OPEN (1, FILE='USER')&lt;BR /&gt; WRITE (1,*) 'TYPE ANY STRING AND PRESS &lt;ENTER&gt;'; READ (1,*) T; WRITE (1,*) ' '&lt;/ENTER&gt;&lt;/P&gt;&lt;P&gt; STATUS_L4=DLGINIT (DIAL, DLG_1)&lt;BR /&gt; STATUS_I4=DLGMODAL(DLG_1)&lt;BR /&gt; WRITE (1,*) 'DLGMODAL(DLG_1)=/=-1'; WRITE (1,*) STATUS_I4; WRITE (1,*) ' '&lt;BR /&gt; CALL DLGUNINIT (DLG_1)&lt;/P&gt;&lt;P&gt; STATUS_I4=SETACTIVEQQ(1)&lt;BR /&gt; WRITE (1,*) 'SETACTIVEQQ(1)=1'; WRITE (1,*) STATUS_I4; WRITE (1,*) ' '&lt;BR /&gt; STATUS_I4=FOCUSQQ(1)&lt;BR /&gt; WRITE (1,*) 'FOCUSQQ(1)=0'; WRITE (1,*) STATUS_I4; WRITE (1,*) ' '&lt;/P&gt;&lt;P&gt; WRITE (1,*) 'TYPE ANY STRING AND PRESS &lt;ENTER&gt;'; READ (1,*) T; WRITE (1,*) ' '&lt;BR /&gt; WRITE (1,*) 'OK !!!'; CALL SLEEPQQ (1500)&lt;/ENTER&gt;&lt;/P&gt;&lt;P&gt; STOP&lt;BR /&gt; END&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 20 Jul 2012 12:12:46 GMT</pubDate>
    <dc:creator>Mykola_Provotorov</dc:creator>
    <dc:date>2012-07-20T12:12:46Z</dc:date>
    <item>
      <title>A program hangs up after Dialog closing</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/A-program-hangs-up-after-Dialog-closing/m-p/780978#M247</link>
      <description>&lt;P&gt;Hello gentlemen!&lt;BR /&gt;Could anybody help me to understand why the following little program stops (or hangs up) after closing dialog box and printingthe text 'TYPE ANY STRING AND PRESS &lt;ENTER&gt;'? &lt;BR /&gt;The program has been compilled via 30-days &lt;BR /&gt;Intel Visual Fortran Composer XE 2011 Integration for Microsoft Visual Studio* 2008, &lt;BR /&gt;Thanks&lt;/ENTER&gt;&lt;/P&gt;&lt;P&gt; USE IFLOGM; USE IFQWIN&lt;BR /&gt; IMPLICIT NONE&lt;BR /&gt; INCLUDE 'RESOURCE.FD'&lt;BR /&gt; TYPE (DIALOG) DLG_1&lt;BR /&gt; LOGICAL*4 STATUS_L4&lt;BR /&gt; INTEGER*4 STATUS_I4&lt;BR /&gt; INTEGER*2 STATUS_I2&lt;BR /&gt; CHARACTER*120 T&lt;/P&gt;&lt;P&gt; STATUS_I4=SetExitQQ(QWIN$EXITNOPERSIST)&lt;/P&gt;&lt;P&gt; OPEN (1, FILE='USER')&lt;BR /&gt; WRITE (1,*) 'TYPE ANY STRING AND PRESS &lt;ENTER&gt;'; READ (1,*) T; WRITE (1,*) ' '&lt;/ENTER&gt;&lt;/P&gt;&lt;P&gt; STATUS_L4=DLGINIT (DIAL, DLG_1)&lt;BR /&gt; STATUS_I4=DLGMODAL(DLG_1)&lt;BR /&gt; WRITE (1,*) 'DLGMODAL(DLG_1)=/=-1'; WRITE (1,*) STATUS_I4; WRITE (1,*) ' '&lt;BR /&gt; CALL DLGUNINIT (DLG_1)&lt;/P&gt;&lt;P&gt; STATUS_I4=SETACTIVEQQ(1)&lt;BR /&gt; WRITE (1,*) 'SETACTIVEQQ(1)=1'; WRITE (1,*) STATUS_I4; WRITE (1,*) ' '&lt;BR /&gt; STATUS_I4=FOCUSQQ(1)&lt;BR /&gt; WRITE (1,*) 'FOCUSQQ(1)=0'; WRITE (1,*) STATUS_I4; WRITE (1,*) ' '&lt;/P&gt;&lt;P&gt; WRITE (1,*) 'TYPE ANY STRING AND PRESS &lt;ENTER&gt;'; READ (1,*) T; WRITE (1,*) ' '&lt;BR /&gt; WRITE (1,*) 'OK !!!'; CALL SLEEPQQ (1500)&lt;/ENTER&gt;&lt;/P&gt;&lt;P&gt; STOP&lt;BR /&gt; END&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jul 2012 12:12:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/A-program-hangs-up-after-Dialog-closing/m-p/780978#M247</guid>
      <dc:creator>Mykola_Provotorov</dc:creator>
      <dc:date>2012-07-20T12:12:46Z</dc:date>
    </item>
    <item>
      <title>A program hangs up after Dialog closing</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/A-program-hangs-up-after-Dialog-closing/m-p/780979#M248</link>
      <description>I don't see anything related to threading here. Perhaps the Windows Fortran forum might be more useful, but you may have to give a full example to reproduce the behavior you're questioning.</description>
      <pubDate>Mon, 23 Jul 2012 14:36:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/A-program-hangs-up-after-Dialog-closing/m-p/780979#M248</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2012-07-23T14:36:20Z</dc:date>
    </item>
    <item>
      <title>A program hangs up after Dialog closing</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/A-program-hangs-up-after-Dialog-closing/m-p/780980#M249</link>
      <description>&lt;P&gt;&lt;BR /&gt;Thank you for answer and advice. Sorry, there isn't any threating here indeed. But I didn't know this question for who. Now I got the following message from my program during maybe executing the next instruction:&lt;/P&gt;&lt;SPAN style="font-size: x-small;"&gt;&lt;P&gt;STATUS_I4=DLGMODAL(DLG_1)&lt;/P&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;BR /&gt;fortrtl severe (157): Program Exeption - access violation&lt;BR /&gt;Image PC Routine Line Source&lt;BR /&gt;Qwin1.exe 0040CAEA Unknown Unknown&lt;BR /&gt;Qwin1.exe 00405231 Unknown Unknown&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jul 2012 08:56:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/A-program-hangs-up-after-Dialog-closing/m-p/780980#M249</guid>
      <dc:creator>Mykola_Provotorov</dc:creator>
      <dc:date>2012-07-24T08:56:41Z</dc:date>
    </item>
    <item>
      <title>A program hangs up after Dialog closing</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/A-program-hangs-up-after-Dialog-closing/m-p/780981#M250</link>
      <description>&lt;P&gt;Thanks for &lt;SPAN&gt;attention&lt;/SPAN&gt;. The problem has been solved.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jul 2012 13:49:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/A-program-hangs-up-after-Dialog-closing/m-p/780981#M250</guid>
      <dc:creator>Mykola_Provotorov</dc:creator>
      <dc:date>2012-07-31T13:49:09Z</dc:date>
    </item>
    <item>
      <title>A program hangs up after Dialog closing</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/A-program-hangs-up-after-Dialog-closing/m-p/780982#M251</link>
      <description>Thank you for share information these information is very helpful and use ful for new users.</description>
      <pubDate>Thu, 02 Aug 2012 05:58:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/A-program-hangs-up-after-Dialog-closing/m-p/780982#M251</guid>
      <dc:creator>suhailinternational</dc:creator>
      <dc:date>2012-08-02T05:58:55Z</dc:date>
    </item>
  </channel>
</rss>

