<?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: Win application without winconsole in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Win-application-without-winconsole/m-p/970215#M23727</link>
    <description>You may find it enough simply to change the proprties associated with your console application. For example, set the properties of a shortcut to your .exe file to be "start minimised" or whatever phrase is used in your OS.</description>
    <pubDate>Sat, 20 Oct 2001 02:20:22 GMT</pubDate>
    <dc:creator>david_jones</dc:creator>
    <dc:date>2001-10-20T02:20:22Z</dc:date>
    <item>
      <title>Win application without winconsole</title>
      <link>https://community.intel.com/t5/Software-Archive/Win-application-without-winconsole/m-p/970213#M23725</link>
      <description>I am the first time user of this forum. &lt;BR /&gt; &lt;BR /&gt;I would like to create a Fortran Console Application that runs on Win 98 without a dos window appearing.  How can I do that?</description>
      <pubDate>Fri, 19 Oct 2001 23:35:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Win-application-without-winconsole/m-p/970213#M23725</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-10-19T23:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: Win application without winconsole</title>
      <link>https://community.intel.com/t5/Software-Archive/Win-application-without-winconsole/m-p/970214#M23726</link>
      <description>The point of using console applications is to have a &lt;B&gt;console&lt;/B&gt;. Technically, you could hide it but the code would be a little complicated (I could post it but right now I'm in quite a hurry).  &lt;BR /&gt; &lt;BR /&gt;The simpler method would be to recompile the application as Windows application, &lt;BR /&gt;replacing PROGRAM with: &lt;BR /&gt; &lt;BR /&gt;&lt;PRE&gt; 
INTEGER(4) FUNCTION WinMain(hInst, hPrevInst, szCmdLine, nCmdShow) 
!DEC$ATTRIBUTES STDCALL, ALIAS:"_WinMain@16" :: WinMain 
!DEC$ATTRIBUTES REFERENCE:: szCmdLine 
INTEGER:: hInst, hPrevInst, nCmdShow 
CHARACTER(*):: szCmdLine 
 
&lt;/PRE&gt; &lt;BR /&gt; &lt;BR /&gt;Note, however, that in the latter case any attempt to PRINT * or WRITE(*) (which are useless anyway if the widnow is hidden) would cause a crash. If your program has command-line arguments, you couldn't use GETARG, but parse szCmdLine yourself. &lt;BR /&gt; &lt;BR /&gt;Jugoslav</description>
      <pubDate>Sat, 20 Oct 2001 01:04:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Win-application-without-winconsole/m-p/970214#M23726</guid>
      <dc:creator>Jugoslav_Dujic</dc:creator>
      <dc:date>2001-10-20T01:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: Win application without winconsole</title>
      <link>https://community.intel.com/t5/Software-Archive/Win-application-without-winconsole/m-p/970215#M23727</link>
      <description>You may find it enough simply to change the proprties associated with your console application. For example, set the properties of a shortcut to your .exe file to be "start minimised" or whatever phrase is used in your OS.</description>
      <pubDate>Sat, 20 Oct 2001 02:20:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Win-application-without-winconsole/m-p/970215#M23727</guid>
      <dc:creator>david_jones</dc:creator>
      <dc:date>2001-10-20T02:20:22Z</dc:date>
    </item>
  </channel>
</rss>

