<?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: a question? in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/a-question/m-p/845867#M63836</link>
    <description>&lt;P&gt;i thought it makes difference. in the first one i had to declare "use dfwin" so the programwouldnt work on the machine on which visual fortran is not installed. and in the second one i thought it gives no error since it doesnt use any fortran library. &lt;/P&gt;
&lt;P&gt;plus is it possible to install "redistributables self-installing kit"? &lt;/P&gt;
&lt;P&gt;(as far as i understood it installs fortran libraries automatically...)&lt;/P&gt;
&lt;P&gt;thank you&lt;/P&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Sun, 14 Dec 2003 17:02:40 GMT</pubDate>
    <dc:creator>shiptar</dc:creator>
    <dc:date>2003-12-14T17:02:40Z</dc:date>
    <item>
      <title>a question?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/a-question/m-p/845865#M63834</link>
      <description>&lt;DIV&gt;==============================================&lt;/DIV&gt;
&lt;DIV&gt;use dfwin&lt;/DIV&gt;
&lt;DIV&gt;....&lt;BR /&gt;if (Loword(wParam).EQ.IDC_Something) then &lt;BR /&gt;...&lt;BR /&gt;return&lt;BR /&gt;end if&lt;/DIV&gt;
&lt;DIV&gt;==============================================&lt;/DIV&gt;
&lt;DIV&gt;use nothing!!!&lt;/DIV&gt;
&lt;DIV&gt;...&lt;/DIV&gt;
&lt;DIV&gt;if (iand(wParam,16#ffff).EQ.IDC_Something) then &lt;BR /&gt;...&lt;BR /&gt;return&lt;BR /&gt;end if&lt;/DIV&gt;
&lt;DIV&gt;==============================================&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;in the first one i think i have to use dfwin, while in the second one i dont....&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;what is the difference between them?&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 13 Dec 2003 22:15:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/a-question/m-p/845865#M63834</guid>
      <dc:creator>shiptar</dc:creator>
      <dc:date>2003-12-13T22:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: a question?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/a-question/m-p/845866#M63835</link>
      <description>&lt;P&gt;There's no difference. LOWORD is perhaps slightly more readable, but your mileage may vary.&lt;/P&gt;
&lt;P&gt;Jugoslav&lt;/P&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 13 Dec 2003 22:44:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/a-question/m-p/845866#M63835</guid>
      <dc:creator>Jugoslav_Dujic</dc:creator>
      <dc:date>2003-12-13T22:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: a question?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/a-question/m-p/845867#M63836</link>
      <description>&lt;P&gt;i thought it makes difference. in the first one i had to declare "use dfwin" so the programwouldnt work on the machine on which visual fortran is not installed. and in the second one i thought it gives no error since it doesnt use any fortran library. &lt;/P&gt;
&lt;P&gt;plus is it possible to install "redistributables self-installing kit"? &lt;/P&gt;
&lt;P&gt;(as far as i understood it installs fortran libraries automatically...)&lt;/P&gt;
&lt;P&gt;thank you&lt;/P&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 14 Dec 2003 17:02:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/a-question/m-p/845867#M63836</guid>
      <dc:creator>shiptar</dc:creator>
      <dc:date>2003-12-14T17:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: a question?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/a-question/m-p/845868#M63837</link>
      <description>&lt;DIV&gt;USE DFWIN has no relationship whatsoever with requirement of presence of CVF run-time library. What matters is setting in Project/Settings/Fortran/Libraries/Use run-time library -- if there's one of DLL versions listed, it will result in smaller executables, but you'll have to redistribute CVF run-time library along (DFORRT.dll being the most important part or redistributables kit). &lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;You can see the dependencies of your exe by opening it in "Dependency walker" tool from CVF program group -- for statically-linked RTLs, you will normally find only default Win32 libraries (Kernel32, User32 etc.)&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Jugoslav&lt;/DIV&gt;</description>
      <pubDate>Mon, 15 Dec 2003 19:05:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/a-question/m-p/845868#M63837</guid>
      <dc:creator>Jugoslav_Dujic</dc:creator>
      <dc:date>2003-12-15T19:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: a question?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/a-question/m-p/845869#M63838</link>
      <description>What I'd suggest is writing your own HIWORD and LOWORD functions and put them in your own module (maybe call them something else). This would be both portable and readable, though for portability, use the Z'ffff' form of hexadecimal constant.
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 16 Dec 2003 00:43:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/a-question/m-p/845869#M63838</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2003-12-16T00:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: a question?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/a-question/m-p/845870#M63839</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;
&lt;P&gt;to do my own hiword or loword functions? but how?&lt;/P&gt;
&lt;P&gt;shiptar&lt;/P&gt;</description>
      <pubDate>Fri, 19 Dec 2003 15:07:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/a-question/m-p/845870#M63839</guid>
      <dc:creator>shiptar</dc:creator>
      <dc:date>2003-12-19T15:07:47Z</dc:date>
    </item>
  </channel>
</rss>

