<?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 How to change the look of a Console Application ? in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-change-the-look-of-a-Console-Application/m-p/808051#M41215</link>
    <description>Grins you want? Try this&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;C****************************************************************&lt;BR /&gt; PROGRAM MAIN&lt;BR /&gt;C****************************************************************&lt;BR /&gt;C&lt;BR /&gt; USE IFQWIN&lt;BR /&gt; &lt;BR /&gt; WRITE(*,*)'Hello world'&lt;BR /&gt;&lt;BR /&gt; pause&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; END PROGRAM MAIN&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Built as a new console window in a new solution it works fine&lt;BR /&gt;&lt;BR /&gt;Swap to using Quickwin libaries and you get Access Violations&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If you create a new quickwin project it works fine.&lt;BR /&gt;&lt;BR /&gt;There is a difference in the linker command line - one is /subsystem:windows the other is /subsystem:console - I think this may be where the problem lies...&lt;BR /&gt;&lt;BR /&gt;I've just gone back to my original example - swapped both the runtime library and the subsystem settings and it works ....&lt;BR /&gt;&lt;BR /&gt;Thanks for your support - I do hope your bosses realise how much we value it.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;Jim&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 17 Feb 2012 02:42:22 GMT</pubDate>
    <dc:creator>jim_cox</dc:creator>
    <dc:date>2012-02-17T02:42:22Z</dc:date>
    <item>
      <title>How to change the look of a Console Application ?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-change-the-look-of-a-Console-Application/m-p/808043#M41207</link>
      <description>Much of our existing Fortran code stream is compiled as Console Applications&lt;BR /&gt;&lt;BR /&gt;I've been asked if we can 'modernise' the look of these display windows &lt;BR /&gt;&lt;BR /&gt;Is it possible to set the font, the foregound and the background colours of a Console window?&lt;BR /&gt;&lt;BR /&gt;Thankx and happy Friday to all...&lt;BR /&gt;&lt;BR /&gt;Jimmy</description>
      <pubDate>Thu, 16 Feb 2012 20:49:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-change-the-look-of-a-Console-Application/m-p/808043#M41207</guid>
      <dc:creator>jim_cox</dc:creator>
      <dc:date>2012-02-16T20:49:04Z</dc:date>
    </item>
    <item>
      <title>How to change the look of a Console Application ?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-change-the-look-of-a-Console-Application/m-p/808044#M41208</link>
      <description>I suggest you take a look at QuickWin. Create a new project using the Fortran QuickWin Application template and add your existing sources to it. Run it.&lt;BR /&gt;&lt;BR /&gt;You can customize many aspects. See &lt;A target="_blank" href="https://community.intel.com/../../sites/products/documentation/hpc/composerxe/en-us/fortran/win/pdf/Creating_Fortran_Win_Apps.pdf"&gt;Using Intel Visual Fortran to Create and Build Windows*-Based Applications &lt;/A&gt;for details. You'll be interested in SETFONT, SETTEXTCOLOR and more.&lt;A target="_blank" href="https://community.intel.com/../../sites/products/documentation/hpc/composerxe/en-us/fortran/win/pdf/Creating_Fortran_Win_Apps.pdf"&gt;&lt;BR /&gt;&lt;/A&gt;</description>
      <pubDate>Thu, 16 Feb 2012 21:24:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-change-the-look-of-a-Console-Application/m-p/808044#M41208</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2012-02-16T21:24:24Z</dc:date>
    </item>
    <item>
      <title>How to change the look of a Console Application ?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-change-the-look-of-a-Console-Application/m-p/808045#M41209</link>
      <description>Tried that&lt;BR /&gt;&lt;BR /&gt;But the application crashes on the write when &lt;BR /&gt;&lt;BR /&gt;SUBROUTINE MSGERR( ERRMSG )&lt;BR /&gt; IMPLICIT NONE&lt;BR /&gt; CHARACTER*(*) ERRMSG&lt;BR /&gt;&lt;BR /&gt; write(*,*) errmsg&lt;BR /&gt;&lt;BR /&gt; RETURN&lt;BR /&gt; END&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Gets called :( &lt;BR /&gt;&lt;BR /&gt;Any thoughts ?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Feb 2012 21:51:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-change-the-look-of-a-Console-Application/m-p/808045#M41209</guid>
      <dc:creator>jim_cox</dc:creator>
      <dc:date>2012-02-16T21:51:28Z</dc:date>
    </item>
    <item>
      <title>How to change the look of a Console Application ?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-change-the-look-of-a-Console-Application/m-p/808046#M41210</link>
      <description>Nope. Nothing wrong with that subroutine. Anything a console application does should "just work" in QuickWin. What is the error that you get? (Full and complete text please.)</description>
      <pubDate>Thu, 16 Feb 2012 21:55:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-change-the-look-of-a-Console-Application/m-p/808046#M41210</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2012-02-16T21:55:52Z</dc:date>
    </item>
    <item>
      <title>How to change the look of a Console Application ?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-change-the-look-of-a-Console-Application/m-p/808047#M41211</link>
      <description>&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.intel.com/skins/images/7B13F55A7CE623EF42E69096FA81A3A1/2021_redesign/images/image_not_found.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;when errmsg =&lt;BR /&gt;' *** This release of TRACKS expected a version V5.2 data file (found V7.0) '&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Feb 2012 22:16:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-change-the-look-of-a-Console-Application/m-p/808047#M41211</guid>
      <dc:creator>jim_cox</dc:creator>
      <dc:date>2012-02-16T22:16:30Z</dc:date>
    </item>
    <item>
      <title>How to change the look of a Console Application ?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-change-the-look-of-a-Console-Application/m-p/808048#M41212</link>
      <description>Curious. Some reason you're using /iface:cvf? Did you actually create a new project or did you just change the run-time library type? &lt;BR /&gt;</description>
      <pubDate>Thu, 16 Feb 2012 22:33:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-change-the-look-of-a-Console-Application/m-p/808048#M41212</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2012-02-16T22:33:49Z</dc:date>
    </item>
    <item>
      <title>How to change the look of a Console Application ?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-change-the-look-of-a-Console-Application/m-p/808049#M41213</link>
      <description>Created a new project, &lt;BR /&gt;&lt;BR /&gt;but needed to use /iface:cvf to link in a couple of old external libraries we use.&lt;BR /&gt;&lt;BR /&gt;Edit - later:&lt;BR /&gt;&lt;BR /&gt;Interesting - been playing with QuickWin - can't get it to work with our old code - changing the interface settings on the program and libraries causes a number of link errors and/or some code to stop working. It looks like we would have to give our library calls a makeover to get it work. &lt;BR /&gt;&lt;BR /&gt;Quickwin also appears to give us not quite what we want - a single simple output window. While I can maximise the child window and delete the menus 1 - 6, I can't get rid of the icon menu. And to make best use of the fonts I would need to make all the output routines use outgtext.&lt;BR /&gt;&lt;BR /&gt;Is there really no way to set the text and background colors in a console window ? - thats all we actually need&lt;BR /&gt;&lt;BR /&gt;Thankx again&lt;BR /&gt;&lt;BR /&gt;Jim&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Feb 2012 22:42:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-change-the-look-of-a-Console-Application/m-p/808049#M41213</guid>
      <dc:creator>jim_cox</dc:creator>
      <dc:date>2012-02-16T22:42:42Z</dc:date>
    </item>
    <item>
      <title>How to change the look of a Console Application ?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-change-the-look-of-a-Console-Application/m-p/808050#M41214</link>
      <description>Just for grins - create another new project, this time as a console application, with the same settings otherwise as for the QuickWin. Does it run ok? If it does, are you willing to give us a test program that reproduces the problem?</description>
      <pubDate>Fri, 17 Feb 2012 02:25:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-change-the-look-of-a-Console-Application/m-p/808050#M41214</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2012-02-17T02:25:32Z</dc:date>
    </item>
    <item>
      <title>How to change the look of a Console Application ?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-change-the-look-of-a-Console-Application/m-p/808051#M41215</link>
      <description>Grins you want? Try this&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;C****************************************************************&lt;BR /&gt; PROGRAM MAIN&lt;BR /&gt;C****************************************************************&lt;BR /&gt;C&lt;BR /&gt; USE IFQWIN&lt;BR /&gt; &lt;BR /&gt; WRITE(*,*)'Hello world'&lt;BR /&gt;&lt;BR /&gt; pause&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; END PROGRAM MAIN&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Built as a new console window in a new solution it works fine&lt;BR /&gt;&lt;BR /&gt;Swap to using Quickwin libaries and you get Access Violations&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If you create a new quickwin project it works fine.&lt;BR /&gt;&lt;BR /&gt;There is a difference in the linker command line - one is /subsystem:windows the other is /subsystem:console - I think this may be where the problem lies...&lt;BR /&gt;&lt;BR /&gt;I've just gone back to my original example - swapped both the runtime library and the subsystem settings and it works ....&lt;BR /&gt;&lt;BR /&gt;Thanks for your support - I do hope your bosses realise how much we value it.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;Jim&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Feb 2012 02:42:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-change-the-look-of-a-Console-Application/m-p/808051#M41215</guid>
      <dc:creator>jim_cox</dc:creator>
      <dc:date>2012-02-17T02:42:22Z</dc:date>
    </item>
    <item>
      <title>How to change the look of a Console Application ?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-change-the-look-of-a-Console-Application/m-p/808052#M41216</link>
      <description>In a command window (CMD.EXE), you can select Properties/Defaults and choose foreground and background color, font and font size. Is that not good enough?&lt;BR /&gt;&lt;BR /&gt;There are third party screen drivers that support ANSI escape sequences, too.</description>
      <pubDate>Fri, 17 Feb 2012 02:47:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-change-the-look-of-a-Console-Application/m-p/808052#M41216</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2012-02-17T02:47:10Z</dc:date>
    </item>
    <item>
      <title>How to change the look of a Console Application ?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-change-the-look-of-a-Console-Application/m-p/808053#M41217</link>
      <description>Yes you can change the cmd window - But the settings dont "stick"&lt;BR /&gt;&lt;BR /&gt;And ansi escapes only work if you have the ansi driver installed - and are obnoxious if you dont...</description>
      <pubDate>Fri, 17 Feb 2012 03:59:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-change-the-look-of-a-Console-Application/m-p/808053#M41217</guid>
      <dc:creator>jim_cox</dc:creator>
      <dc:date>2012-02-17T03:59:35Z</dc:date>
    </item>
    <item>
      <title>How to change the look of a Console Application ?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-change-the-look-of-a-Console-Application/m-p/808054#M41218</link>
      <description>&lt;I&gt;&amp;gt; But the settings dont "stick"&lt;BR /&gt;&lt;BR /&gt;&lt;/I&gt;There are two ways to make them stick. I usually have to set these options only after a fresh install of Windows.&lt;BR /&gt;&lt;BR /&gt; (i) If you change them through Properties, when you click OK after changing, you will be offered a choice to apply the changes to the shortcut (sticky) or just for the current session.&lt;BR /&gt;&lt;BR /&gt; (ii) If you change them through Defaults, the changes will be in effect the next time that you run the shortcut.&lt;BR /&gt;&lt;BR /&gt;In Windows-7, you may have to open a CMD window with Administrator privileges before changing the settings in order to make the changes stick.</description>
      <pubDate>Fri, 17 Feb 2012 05:13:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-change-the-look-of-a-Console-Application/m-p/808054#M41218</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2012-02-17T05:13:28Z</dc:date>
    </item>
    <item>
      <title>How to change the look of a Console Application ?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-change-the-look-of-a-Console-Application/m-p/808055#M41219</link>
      <description>Right - this is why I said "create a new project" and not just change the library settings. Indeed, as you found, there is also the linker's "Subsystem" option to change.&lt;BR /&gt;&lt;BR /&gt;Glad to hear you have it working.</description>
      <pubDate>Fri, 17 Feb 2012 14:28:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-change-the-look-of-a-Console-Application/m-p/808055#M41219</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2012-02-17T14:28:45Z</dc:date>
    </item>
    <item>
      <title>How to change the look of a Console Application ?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-change-the-look-of-a-Console-Application/m-p/808056#M41220</link>
      <description>&lt;P&gt;Maybe the Fortran library &lt;A href="http://www.qtsoftware.de/oxShop/en/Libraries-Tools/for-GUI-Design/qtConsole.html" target="_blank"&gt;qtConsole&lt;/A&gt; offers a solution.&lt;/P&gt;&lt;P&gt;Joerg Kuthe&lt;BR /&gt;
&lt;A href="http://www.qtsoftware.com" target="_blank"&gt;www.qtsoftware.com&lt;/A&gt;
&lt;/P&gt;</description>
      <pubDate>Tue, 01 May 2012 10:52:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-change-the-look-of-a-Console-Application/m-p/808056#M41220</guid>
      <dc:creator>joerg_kuthe</dc:creator>
      <dc:date>2012-05-01T10:52:36Z</dc:date>
    </item>
    <item>
      <title>How to change the look of a Console Application ?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-change-the-look-of-a-Console-Application/m-p/808057#M41221</link>
      <description>&lt;DIV id="tiny_quote"&gt;&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Quoting &lt;A jquery1335917569546="58" rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=308522" href="https://community.intel.com/en-us/profile/308522/" class="basic"&gt;jim.cox&lt;/A&gt;&lt;/DIV&gt;&lt;DIV style="background-color: #e5e5e5; margin-left: 2px; margin-right: 2px; border: 1px inset; padding: 5px;"&gt;&lt;I&gt;...Is it possible to set the font, the foregound and the background colours of a Console window?..&lt;/I&gt;&lt;/DIV&gt;&lt;BR /&gt;There is a set of Win32 API functions to do most of the tasks you want. Please take a look attopics '&lt;STRONG&gt;Console Functions&lt;/STRONG&gt;' and&lt;BR /&gt;'&lt;STRONG&gt;Console Screen Buffers&lt;/STRONG&gt;' on &lt;STRONG&gt;MSDN&lt;/STRONG&gt;.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Sergey&lt;/DIV&gt;</description>
      <pubDate>Wed, 02 May 2012 00:14:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-change-the-look-of-a-Console-Application/m-p/808057#M41221</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-05-02T00:14:19Z</dc:date>
    </item>
    <item>
      <title>How to change the look of a Console Application ?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-change-the-look-of-a-Console-Application/m-p/808058#M41222</link>
      <description>To change text and background colours, see SetConsoleTextAttribute, but you must use WriteConsole, ReadConsole, writeFile, ReadFile to interact with the console for that to work.&lt;BR /&gt;&lt;BR /&gt;Or, if you feel adventurous, you can try the undocumented, but extant API functions described here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://blogs.microsoft.co.il/blogs/pavely/archive/2009/07/23/changing-console-fonts.aspx" target="_blank"&gt;http://blogs.microsoft.co.il/blogs/pavely/archive/2009/07/23/changing-console-fonts.aspx&lt;/A&gt;</description>
      <pubDate>Wed, 02 May 2012 14:21:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-change-the-look-of-a-Console-Application/m-p/808058#M41222</guid>
      <dc:creator>anthonyrichards</dc:creator>
      <dc:date>2012-05-02T14:21:36Z</dc:date>
    </item>
    <item>
      <title>How to change the look of a Console Application ?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-change-the-look-of-a-Console-Application/m-p/808059#M41223</link>
      <description>Steve,&lt;BR /&gt;&lt;BR /&gt;I believeyou sent mescreenio.lib and oldnames.lib many years ago. If they work with Intel Fortran and Windows 7, they may be useful in this case.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Gabriel</description>
      <pubDate>Wed, 02 May 2012 22:03:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-change-the-look-of-a-Console-Application/m-p/808059#M41223</guid>
      <dc:creator>Gabriel_Toro</dc:creator>
      <dc:date>2012-05-02T22:03:07Z</dc:date>
    </item>
    <item>
      <title>How to change the look of a Console Application ?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-change-the-look-of-a-Console-Application/m-p/808060#M41224</link>
      <description>Sorry, I don't have screenio.lib. oldnames.lib is provided by the Visual C++ libraries.</description>
      <pubDate>Thu, 03 May 2012 14:19:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-change-the-look-of-a-Console-Application/m-p/808060#M41224</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2012-05-03T14:19:49Z</dc:date>
    </item>
    <item>
      <title>Steve,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-change-the-look-of-a-Console-Application/m-p/808061#M41225</link>
      <description>&lt;P&gt;Steve,&lt;/P&gt;
&lt;P&gt;We are also considering porting our programs to QuickWin.&amp;nbsp; The kids these days seem lost when it comes to the console.&amp;nbsp; We also need to be compatible with gfortran on Windows and Linux because some people just like to cause me grief.&amp;nbsp; ;-)&amp;nbsp; I was hoping we could fairly easily wrap QuickWin around our console apps.&amp;nbsp; We already segregate all system-specific code in files for each system/compiler.&amp;nbsp; No system-specific code goes in the main files.&amp;nbsp; We don't even write to the screen except in the system files.&amp;nbsp; We use the same system files for all our programs.&lt;/P&gt;
&lt;P&gt;One reason for going to QuickWin is that we would like to know the size of the console so we know where to wrap messages.&amp;nbsp; Apparently, it is not possible to find the width of a cmd.exe console from within a program, but it is with QuickWin windows.&amp;nbsp; Colors would be nice too.&lt;/P&gt;
&lt;P&gt;One concern I have is performance, which is of paramount importance.&amp;nbsp; We can afford to lose 10% or so and hope for faster computers next year, but a factor of two or more would be problematic for our simulations.&lt;/P&gt;
&lt;P&gt;Any advice would be greatly appreciated.&lt;/P&gt;
&lt;P&gt;Marshall&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jan 2013 18:24:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-change-the-look-of-a-Console-Application/m-p/808061#M41225</guid>
      <dc:creator>marshall-l-buhl</dc:creator>
      <dc:date>2013-01-24T18:24:24Z</dc:date>
    </item>
    <item>
      <title>I am not aware that using</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-change-the-look-of-a-Console-Application/m-p/808062#M41226</link>
      <description>&lt;P&gt;I am not aware that using QuickWin impacts performance.&amp;nbsp; The only possible issue there is if your program outputs LOTS of text - rendering the text to the window is more compute-intensive than in a console window.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jan 2013 18:41:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-change-the-look-of-a-Console-Application/m-p/808062#M41226</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2013-01-24T18:41:07Z</dc:date>
    </item>
  </channel>
</rss>

