<?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: DFWIN PROBLEM V6.6 in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/DFWIN-PROBLEM-V6-6/m-p/968995#M23509</link>
    <description>Bill,&lt;BR /&gt;&lt;BR /&gt;I think I see what happened here...  LoadImage exists in both DFLIB and USER32 (implied by DFWIN).  In V6.5, there was no conflict becuse the declaration in USER32 was non-generic and the compiler could resolve between them based on the different signatures.  But in 6.6, the USER32 version of LoadImage became a generic (to accomodate an "ease of use" improvement in the interface), and that means that it hides the version in DFLIB (I'm not sure if the compiler is supposed to give an error for this - I'll check.)&lt;BR /&gt;&lt;BR /&gt;The easy fix is to say instead:&lt;BR /&gt;&lt;BR /&gt;USE DFWIN, IGNORE =&amp;gt; LOADIMAGE&lt;BR /&gt;&lt;BR /&gt;This renames the LOADIMAGE you don't want.&lt;BR /&gt;&lt;BR /&gt;There may be other cases like this - we'll check it out.  I would ask that in the future you send problems like this (used to work but doesn't now) to vf-support@compaq.com instead of posting here.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
    <pubDate>Tue, 09 Oct 2001 22:21:57 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2001-10-09T22:21:57Z</dc:date>
    <item>
      <title>DFWIN PROBLEM V6.6</title>
      <link>https://community.intel.com/t5/Software-Archive/DFWIN-PROBLEM-V6-6/m-p/968994#M23508</link>
      <description>Hi,  &lt;BR /&gt;  &lt;BR /&gt;I am having problems compiling/linking  SETWINDOWTEXT and LOADIMAGE together in the same routine. Therein lies  the workaround. This is the only problem which occured going from V6.5a to V6.6 which is not bad considering the size of the program.  &lt;BR /&gt;  &lt;BR /&gt;Bill Buchholz  &lt;BR /&gt;  &lt;BR /&gt;        PROGRAM TESTREAD  &lt;BR /&gt;  &lt;BR /&gt;        USE DFLIB  &lt;BR /&gt;        USE DFWIN  &lt;BR /&gt;  &lt;BR /&gt;        CALL SETWINDOWTEXT (GETHWNDQQ(QWIN$FRAMEWINDOW),'TEST'C)  &lt;BR /&gt;  &lt;BR /&gt;        IRES = LOADIMAGE ('FRED.BMP'C,1,1)  &lt;BR /&gt;  &lt;BR /&gt;        END  &lt;BR /&gt;  &lt;BR /&gt;!  &lt;BR /&gt;!  &lt;BR /&gt;!       WITH DFWIN  &lt;BR /&gt;!  &lt;BR /&gt;!  &lt;BR /&gt;!--------------------Configuration: TESTREAD - Win32 Debug--------------------  &lt;BR /&gt;!Compiling Fortran...  &lt;BR /&gt;!D:TESTREADTESTREAD.F90  &lt;BR /&gt;!D:TESTREADTESTREAD.F90(8) : Error: There is no matching specific function for this generic function reference.   [LOADIMAGE]  &lt;BR /&gt;!        IRES = LOADIMAGE ('FRED.BMP'C,1,1)  &lt;BR /&gt;!---------------^  &lt;BR /&gt;!Error executing df.exe.  &lt;BR /&gt;!  &lt;BR /&gt;!TESTREAD.OBJ - 1 error(s), 0 warning(s)  &lt;BR /&gt;!--------------------Configuration: TESTREAD - Win32 Debug--------------------  &lt;BR /&gt;!  &lt;BR /&gt;!  &lt;BR /&gt;!  &lt;BR /&gt;!       WITHOUT DFWIN  &lt;BR /&gt;!  &lt;BR /&gt;!  &lt;BR /&gt;!Compiling Fortran...  &lt;BR /&gt;!D:TESTREADTESTREAD.F90  &lt;BR /&gt;!Linking...  &lt;BR /&gt;!TESTREAD.OBJ : error LNK2001: unresolved external symbol _SETWINDOWTEXT@12  &lt;BR /&gt;!Debug/TESTREAD.exe : fatal error LNK1120: 1 unresolved externals  &lt;BR /&gt;!Error executing link.exe.  &lt;BR /&gt;!  &lt;BR /&gt;!TESTREAD.exe - 2 error(s), 0 warning(s)</description>
      <pubDate>Tue, 09 Oct 2001 14:08:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/DFWIN-PROBLEM-V6-6/m-p/968994#M23508</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-10-09T14:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: DFWIN PROBLEM V6.6</title>
      <link>https://community.intel.com/t5/Software-Archive/DFWIN-PROBLEM-V6-6/m-p/968995#M23509</link>
      <description>Bill,&lt;BR /&gt;&lt;BR /&gt;I think I see what happened here...  LoadImage exists in both DFLIB and USER32 (implied by DFWIN).  In V6.5, there was no conflict becuse the declaration in USER32 was non-generic and the compiler could resolve between them based on the different signatures.  But in 6.6, the USER32 version of LoadImage became a generic (to accomodate an "ease of use" improvement in the interface), and that means that it hides the version in DFLIB (I'm not sure if the compiler is supposed to give an error for this - I'll check.)&lt;BR /&gt;&lt;BR /&gt;The easy fix is to say instead:&lt;BR /&gt;&lt;BR /&gt;USE DFWIN, IGNORE =&amp;gt; LOADIMAGE&lt;BR /&gt;&lt;BR /&gt;This renames the LOADIMAGE you don't want.&lt;BR /&gt;&lt;BR /&gt;There may be other cases like this - we'll check it out.  I would ask that in the future you send problems like this (used to work but doesn't now) to vf-support@compaq.com instead of posting here.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Tue, 09 Oct 2001 22:21:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/DFWIN-PROBLEM-V6-6/m-p/968995#M23509</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2001-10-09T22:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: DFWIN PROBLEM V6.6</title>
      <link>https://community.intel.com/t5/Software-Archive/DFWIN-PROBLEM-V6-6/m-p/968996#M23510</link>
      <description>Oh, by the way, your sample program wouldn't compile at all in 6.5A because of the two different LoadImage declarations.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Tue, 09 Oct 2001 23:16:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/DFWIN-PROBLEM-V6-6/m-p/968996#M23510</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2001-10-09T23:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: DFWIN PROBLEM V6.6</title>
      <link>https://community.intel.com/t5/Software-Archive/DFWIN-PROBLEM-V6-6/m-p/968997#M23511</link>
      <description>Steve, &lt;BR /&gt; &lt;BR /&gt;Attached is a fragment of the program that did compile and link ok under  &lt;BR /&gt;v6.5 and not under v6.6. The MAKEBMP routine that contained the  &lt;BR /&gt;LOADIMAGE statement was not actually called. In the release version, &lt;BR /&gt;the linker output information that the routine would not be included  &lt;BR /&gt;in the executable. I can only assume that it was included in the debug &lt;BR /&gt;version and thus satisfied the externals since it was part of the main &lt;BR /&gt;program file and not a separate program file in a library. &lt;BR /&gt; &lt;BR /&gt;Bill &lt;BR /&gt; &lt;BR /&gt;        PROGRAM WMSVPROG &lt;BR /&gt;! &lt;BR /&gt;!       Purpose : Minsurv menu program. &lt;BR /&gt;! &lt;BR /&gt; &lt;BR /&gt;        USE DFLIB &lt;BR /&gt;        USE DFWIN &lt;BR /&gt; &lt;BR /&gt;!       CALL MAKEBMP &lt;BR /&gt; &lt;BR /&gt;        CALL SETWINDOWTEXT (GETHWNDQQ(QWIN$FRAMEWINDOW),IOSTR) &lt;BR /&gt; &lt;BR /&gt;! &lt;BR /&gt;!       EXIT PROGRAM &lt;BR /&gt;! &lt;BR /&gt;        STOP &lt;BR /&gt; &lt;BR /&gt;        CONTAINS &lt;BR /&gt; &lt;BR /&gt;!******************************************************************** &lt;BR /&gt; &lt;BR /&gt;        SUBROUTINE MAKEBMP &lt;BR /&gt; &lt;BR /&gt;        KBSTR = 'D:WMSV01MDDIALWMSVPROG.BMP'C &lt;BR /&gt; &lt;BR /&gt;        IRES = LOADIMAGE (KBSTR,1,1) &lt;BR /&gt; &lt;BR /&gt;        END SUBROUTINE MAKEBMP &lt;BR /&gt; &lt;BR /&gt;!******************************************************************** &lt;BR /&gt; &lt;BR /&gt;        END PROGRAM WMSVPROG</description>
      <pubDate>Wed, 10 Oct 2001 10:46:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/DFWIN-PROBLEM-V6-6/m-p/968997#M23511</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-10-10T10:46:36Z</dc:date>
    </item>
  </channel>
</rss>

