<?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 GUI Problems with Windows 7 in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/GUI-Problems-with-Windows-7/m-p/985638#M100730</link>
    <description>&lt;P&gt;I&amp;nbsp;have an Intel Visual Fortran 11.1 program that generates user interface GUIs.&amp;nbsp; The program works properly on some Windows 7 machines and on other Windows 7 machines it does not work properly.&amp;nbsp; When executed, the initial program GUI doesn't pop up.&amp;nbsp; Reviewing in Task Manager, I can see that the program is running, but there is no indication on the desktop that it is running.&amp;nbsp; I tried running it in other compatibility modes, but that didn't solve the problem.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why would the code run fine on some Windows 7 machines and not on others?&amp;nbsp; Are the other Windows 7 machines missing a driver?&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2013 19:10:41 GMT</pubDate>
    <dc:creator>william_s_6</dc:creator>
    <dc:date>2013-11-15T19:10:41Z</dc:date>
    <item>
      <title>GUI Problems with Windows 7</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/GUI-Problems-with-Windows-7/m-p/985638#M100730</link>
      <description>&lt;P&gt;I&amp;nbsp;have an Intel Visual Fortran 11.1 program that generates user interface GUIs.&amp;nbsp; The program works properly on some Windows 7 machines and on other Windows 7 machines it does not work properly.&amp;nbsp; When executed, the initial program GUI doesn't pop up.&amp;nbsp; Reviewing in Task Manager, I can see that the program is running, but there is no indication on the desktop that it is running.&amp;nbsp; I tried running it in other compatibility modes, but that didn't solve the problem.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why would the code run fine on some Windows 7 machines and not on others?&amp;nbsp; Are the other Windows 7 machines missing a driver?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2013 19:10:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/GUI-Problems-with-Windows-7/m-p/985638#M100730</guid>
      <dc:creator>william_s_6</dc:creator>
      <dc:date>2013-11-15T19:10:41Z</dc:date>
    </item>
    <item>
      <title>Is is quickwin? try redeading</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/GUI-Problems-with-Windows-7/m-p/985639#M100731</link>
      <description>&lt;P&gt;Is is quickwin? try redeading&amp;nbsp;&lt;A href="http://software.intel.com/en-us/forums/topic/293107"&gt;http://software.intel.com/en-us/forums/topic/293107&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2013 19:28:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/GUI-Problems-with-Windows-7/m-p/985639#M100731</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2013-11-15T19:28:36Z</dc:date>
    </item>
    <item>
      <title>You need to see if UI thread</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/GUI-Problems-with-Windows-7/m-p/985640#M100732</link>
      <description>&lt;P&gt;You need to see if UI thread is running and waiting on user input.You can use Process Explorer and look at threads info next search for thread which is executing message pump loop it will be probably UI thread.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2013 20:20:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/GUI-Problems-with-Windows-7/m-p/985640#M100732</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2013-11-15T20:20:32Z</dc:date>
    </item>
    <item>
      <title>This is a qwuickwin</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/GUI-Problems-with-Windows-7/m-p/985641#M100733</link>
      <description>&lt;P&gt;This is a qwuickwin application.&amp;nbsp; I read the sugested forum topic 293107.&amp;nbsp; I recompiled with the forum posted ifqwin.lib for x86.&amp;nbsp; Still no initial window being displayed.&amp;nbsp; Still can see the programing running in Task Manager.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2013 15:40:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/GUI-Problems-with-Windows-7/m-p/985641#M100733</guid>
      <dc:creator>william_s_6</dc:creator>
      <dc:date>2013-11-18T15:40:35Z</dc:date>
    </item>
    <item>
      <title>  &gt;&gt;&gt;Still can see the</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/GUI-Problems-with-Windows-7/m-p/985642#M100734</link>
      <description>&lt;P&gt;&lt;SPAN style="color: rgb(83, 87, 94); font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 14.399999618530273px; background-color: rgb(255, 255, 255);"&gt;&amp;nbsp; &amp;gt;&amp;gt;&amp;gt;Still can see the programing running in Task Manager.&amp;gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(83, 87, 94); font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 14.399999618530273px; background-color: rgb(255, 255, 255);"&gt;Seeing process running in Task Manager will not help you understand why there is a problem.Can you follow my advise and at least post the output of Process Explorer?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2013 17:41:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/GUI-Problems-with-Windows-7/m-p/985642#M100734</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2013-11-18T17:41:42Z</dc:date>
    </item>
    <item>
      <title>Here is the Thread from</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/GUI-Problems-with-Windows-7/m-p/985643#M100735</link>
      <description>&lt;P&gt;Here is the Thread from Process Explorer&lt;/P&gt;

&lt;P&gt;From the Thread:&lt;/P&gt;

&lt;P&gt;Test_Program_(2013_11_18)_Beta.exe+0x11b25e&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;In the Stack is:&lt;/P&gt;

&lt;P&gt;Test_Program_ (20131118)_Beta.exe+0x1448e7&lt;/P&gt;

&lt;P&gt;Test_Program_(2013_11_18)_Beta.exe+0xbc5e8&lt;/P&gt;

&lt;P&gt;Test_Program_(2013_11_18)_Beta.exe+0x1448e7&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2013 20:05:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/GUI-Problems-with-Windows-7/m-p/985643#M100735</guid>
      <dc:creator>william_s_6</dc:creator>
      <dc:date>2013-11-18T20:05:28Z</dc:date>
    </item>
    <item>
      <title>How many threads does your</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/GUI-Problems-with-Windows-7/m-p/985644#M100736</link>
      <description>&lt;P&gt;How many threads does your program have?You posted probably not complete call stack I cannot see any thread creating Windows functions at the bottom of the stack?&lt;/P&gt;

&lt;P&gt;Can you post full call stack from every thread which was created by your process?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2013 10:00:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/GUI-Problems-with-Windows-7/m-p/985644#M100736</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2013-11-19T10:00:05Z</dc:date>
    </item>
  </channel>
</rss>

