<?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 need a help in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/need-a-help/m-p/795112#M34715</link>
    <description>hello,&lt;BR /&gt;i get stuck! i reaaly need to know if i can draw a graphic on a windows client area, or calling graphic from menu bar. i am trying to understand gdi, but it is hard. is this posssible to do that? if yes, is there anyone who tried it before? could you help me?&lt;BR /&gt;</description>
    <pubDate>Thu, 24 Jul 2003 16:52:13 GMT</pubDate>
    <dc:creator>Intel_C_Intel</dc:creator>
    <dc:date>2003-07-24T16:52:13Z</dc:date>
    <item>
      <title>need a help</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/need-a-help/m-p/795112#M34715</link>
      <description>hello,&lt;BR /&gt;i get stuck! i reaaly need to know if i can draw a graphic on a windows client area, or calling graphic from menu bar. i am trying to understand gdi, but it is hard. is this posssible to do that? if yes, is there anyone who tried it before? could you help me?&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Jul 2003 16:52:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/need-a-help/m-p/795112#M34715</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2003-07-24T16:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: need a help</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/need-a-help/m-p/795113#M34716</link>
      <description>The most important concept you must have in mind is that Windows doesn't do the screen buffering for you; instead, every application is being &lt;B&gt;informed&lt;/B&gt; via WM_PAINT message that it should update its screen. WM_PAINT is sent whenever a portion of the window is revealed; application is supposed to do a BeginPaint, draw onto supplied device context (DC), and call EndPaint to tell Windows that it has updated the screen OK and that the update rectangle is now valid.&lt;BR /&gt;&lt;BR /&gt;However, if you draw directly (using e.g. Rectangle) on supplied DC, the window contents will flicker during moving/sizing, as updating takes considerable time. Thus, any non-trivial application usually does double-buffering itself -- it creates an off-screen (memory) DC and it just "copies&amp;amp;pastes" its contents onto DC returned by BeginPaint.&lt;BR /&gt;&lt;BR /&gt;I wouldn't say GDI is hard; rather, it's a bit boring, because you have to take care to create and delete GDI objects yourself. Attached workspace uses double-buffering technique and my XFTGDI module, which is a thin wrapper around most frequently used GDI calls; you can find the documentation (.chm) &lt;A href="http://www.geocities.com/jdujic/fortran/xft/xfthome.htm"&gt;here&lt;/A&gt;. Make sure you read the Platform SDK/Graphic and Multimedia services/GDI/Painting and Drawing chapter first.&lt;BR /&gt;&lt;BR /&gt;(Attachment in the followup. My additions to wizard-generated code are clearly marked).&lt;BR /&gt;&lt;BR /&gt;Jugoslav</description>
      <pubDate>Thu, 24 Jul 2003 18:25:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/need-a-help/m-p/795113#M34716</guid>
      <dc:creator>Jugoslav_Dujic</dc:creator>
      <dc:date>2003-07-24T18:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: need a help</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/need-a-help/m-p/795114#M34717</link>
      <description>Here it is.</description>
      <pubDate>Thu, 24 Jul 2003 18:45:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/need-a-help/m-p/795114#M34717</guid>
      <dc:creator>Jugoslav_Dujic</dc:creator>
      <dc:date>2003-07-24T18:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: need a help</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/need-a-help/m-p/795115#M34718</link>
      <description>hi, &lt;BR /&gt;thank you for your kindly respond. i will try to understand what you wrote...</description>
      <pubDate>Tue, 29 Jul 2003 14:23:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/need-a-help/m-p/795115#M34718</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2003-07-29T14:23:54Z</dc:date>
    </item>
  </channel>
</rss>

