<?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 If you can do a debug build in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Xeffort-issues/m-p/1161974#M143303</link>
    <description>&lt;P&gt;If you can do a debug build of Xeffort with 11.1 (note that it puts the build in a different location), zip it and attach it here, that would help.&lt;/P&gt;</description>
    <pubDate>Wed, 21 Nov 2018 12:03:42 GMT</pubDate>
    <dc:creator>Steve_Lionel</dc:creator>
    <dc:date>2018-11-21T12:03:42Z</dc:date>
    <item>
      <title>Xeffort issues</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Xeffort-issues/m-p/1161956#M143285</link>
      <description>&lt;P&gt;With the latest compiler updates on the latest Windows 10 machines I get the following:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;The main program does not start executing after closing the dialog box using the original lib,&lt;/LI&gt;&lt;LI&gt;Recompiling Xeffort with the latest compiler it does now start the main program but,&lt;/LI&gt;&lt;LI&gt;Now the Xmessagebox appears but has no text displayed nor any buttons or icons.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Are there other users of Xeffort that can help or maybe Steve can have a look?&lt;/P&gt;</description>
      <pubDate>Sun, 18 Nov 2018 15:55:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Xeffort-issues/m-p/1161956#M143285</guid>
      <dc:creator>Neels</dc:creator>
      <dc:date>2018-11-18T15:55:31Z</dc:date>
    </item>
    <item>
      <title>I tried a couple of the</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Xeffort-issues/m-p/1161957#M143286</link>
      <description>&lt;P&gt;I tried a couple of the sample Xeffort projects (tbtest and xgraph) and, once I adjusted for the compiler now checking consistency of INTENT for passed-procedure dummy arguments, both worked fine. I used the latest&amp;nbsp;Xeffort_IVF11_1225.exe installer and didn't rebuild any of Xeffort. I am using compiler 19.0.1 on Windows 10 1809.&lt;/P&gt;&lt;P&gt;Can you put together a small example project that demonstrates the problem?&lt;/P&gt;</description>
      <pubDate>Sun, 18 Nov 2018 20:20:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Xeffort-issues/m-p/1161957#M143286</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2018-11-18T20:20:45Z</dc:date>
    </item>
    <item>
      <title>My problem with the Win10</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Xeffort-issues/m-p/1161958#M143287</link>
      <description>&lt;P&gt;My problem with the Win10 issue I cannot reproduce. Of a user base of more than 400 worldwide I have 3 users reporting the issue. They all have new computers with the latest Win10 loaded.&lt;/P&gt;&lt;P&gt;When I try to compile Xeffort I get error messages. Can you please try to compile it and suggest how to fix the errors? I use the latest compiler.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 05:51:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Xeffort-issues/m-p/1161958#M143287</guid>
      <dc:creator>Neels</dc:creator>
      <dc:date>2018-11-19T05:51:44Z</dc:date>
    </item>
    <item>
      <title>Neels, you should at least</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Xeffort-issues/m-p/1161959#M143288</link>
      <description>&lt;P&gt;Neels, you should at least post (in full) some of the error messages that you get otherwise anyone trying to help is flying blind.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 11:30:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Xeffort-issues/m-p/1161959#M143288</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2018-11-19T11:30:27Z</dc:date>
    </item>
    <item>
      <title>Andrew, I will. I am</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Xeffort-issues/m-p/1161960#M143289</link>
      <description>&lt;P&gt;Andrew, I will. I am currently about 5 hours from the computer with the software. I will post as soon as I can.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 11:49:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Xeffort-issues/m-p/1161960#M143289</guid>
      <dc:creator>Neels</dc:creator>
      <dc:date>2018-11-19T11:49:28Z</dc:date>
    </item>
    <item>
      <title>The problems begin in module</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Xeffort-issues/m-p/1161961#M143290</link>
      <description>&lt;P&gt;The problems begin in module XFTStrings, which has the following:&lt;/P&gt;
&lt;PRE class="brush:fortran; class-name:dark;"&gt;RECURSIVE FUNCTION XLoadString(ID, hModule) RESULT(s)

INTEGER, INTENT(IN)::             ID
INTEGER, OPTIONAL, INTENT(IN)::   hModule

CHARACTER(LEN=PXLoadStringLen(ID, hModule))::   s

...&lt;/PRE&gt;

&lt;P&gt;The compiler complains:&lt;/P&gt;
&lt;P&gt;error #6582: A dummy argument which has the OPTIONAL or the INTENT(OUT) attribute is not allowed in this specification expression. &amp;nbsp; [HMODULE]&lt;/P&gt;
&lt;P&gt;which it is correct in doing so. It will take me a while to sort this out - and see what else is lurking. In the meantime I recommend simply using the prebuilt libraries and modules from the installer.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 15:10:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Xeffort-issues/m-p/1161961#M143290</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2018-11-19T15:10:38Z</dc:date>
    </item>
    <item>
      <title>FWIW, I received an email a</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Xeffort-issues/m-p/1161962#M143291</link>
      <description>&lt;P&gt;FWIW, I received an email a few weeks ago from a commercial software vendor, indicating that they had an effort (!) underway to update Xeffort and make it available for X64 (currently there is no 64-bit build.) I have not been in further contact with them so I don't know exactly what their plans are, nor how far they have proceeded.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 15:14:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Xeffort-issues/m-p/1161962#M143291</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2018-11-19T15:14:36Z</dc:date>
    </item>
    <item>
      <title>Ok, replace just the attached</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Xeffort-issues/m-p/1161963#M143292</link>
      <description>&lt;P&gt;Ok, replace just the attached file and do a rebuild of Xeffort.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 16:19:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Xeffort-issues/m-p/1161963#M143292</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2018-11-19T16:19:35Z</dc:date>
    </item>
    <item>
      <title>Thanks Steve, that compiles</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Xeffort-issues/m-p/1161964#M143293</link>
      <description>&lt;P&gt;Thanks Steve, that compiles just fine, but unfortunately it still has the same issue. Attached two pictures showing using the original version which displays the text and buttons in the message box and using the newly compiled version which does not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 17:03:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Xeffort-issues/m-p/1161964#M143293</guid>
      <dc:creator>Neels</dc:creator>
      <dc:date>2018-11-19T17:03:06Z</dc:date>
    </item>
    <item>
      <title>I never claimed the source I</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Xeffort-issues/m-p/1161965#M143294</link>
      <description>&lt;P&gt;I never claimed the source I supplied would solve your dialog issue, only that it allows Xeffort to build using a current compiler. Since you can now build it, you should be able to debug your application and follow what happens when you try to display that dialog.&lt;/P&gt;&lt;P&gt;Where does the text for the message box come from? Is it a resource string or coded into your application? I ask because one of the routines I changed dealt directly with loading a resource string.&amp;nbsp; If you can provide a test case I can take a look, but you have all the resources I would have.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 17:32:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Xeffort-issues/m-p/1161965#M143294</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2018-11-19T17:32:10Z</dc:date>
    </item>
    <item>
      <title>Steve, I do not know where to</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Xeffort-issues/m-p/1161966#M143295</link>
      <description>&lt;P&gt;Steve, I do not know where to even begin looking. Attached a short reproducer. Compiled with the old version it displays the text and not with the new one.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 17:49:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Xeffort-issues/m-p/1161966#M143295</guid>
      <dc:creator>Neels</dc:creator>
      <dc:date>2018-11-19T17:49:44Z</dc:date>
    </item>
    <item>
      <title>Ok, I've started looking at</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Xeffort-issues/m-p/1161967#M143296</link>
      <description>&lt;P&gt;Ok, I've started looking at this but it's complicated, and I have other things going on. I can't make any promises.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 18:49:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Xeffort-issues/m-p/1161967#M143296</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2018-11-19T18:49:13Z</dc:date>
    </item>
    <item>
      <title>Steve, If it was easy I would</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Xeffort-issues/m-p/1161968#M143297</link>
      <description>&lt;P&gt;Steve, If it was easy I would have done it. Any help is appreciated. I also understand about a shortage of time.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Neels&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 18:53:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Xeffort-issues/m-p/1161968#M143297</guid>
      <dc:creator>Neels</dc:creator>
      <dc:date>2018-11-19T18:53:11Z</dc:date>
    </item>
    <item>
      <title>I do not know enough but the</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Xeffort-issues/m-p/1161969#M143298</link>
      <description>&lt;P&gt;I do not know enough but the following is first the Xeffort interface and then the user32.f90 interface to the same DialogBoxIndirectParamA:&lt;/P&gt;
&lt;PRE class="brush:fortran;"&gt;
!Xeffort
INTERFACE
      INTEGER FUNCTION DialogBoxIndirectParam(hInstance, hDialogTemplate, hWndParent, &amp;amp;
            lpDialogFunc, dwInitParam)
      !DEC$ ATTRIBUTES STDCALL, ALIAS: '_DialogBoxIndirectParamA@20' :: DialogBoxIndirectParam
      integer hInstance
      integer hDialogTemplate
      integer hWndParent
      integer lpDialogFunc
      integer dwInitParam
      END FUNCTION
END INTERFACE

!!user32
INTERFACE 
  FUNCTION DialogBoxIndirectParam( &amp;amp;
           hInstance,       &amp;amp;
           hDialogTemplate, &amp;amp;
           hWndParent,      &amp;amp;
           lpDialogFunc,    &amp;amp;
           dwInitParam)
    use ifwinty
    integer(INT_PTR) :: DialogBoxIndirectParam ! INT_PTR
    !DEC$ ATTRIBUTES DEFAULT, STDCALL, DECORATE, ALIAS:'DialogBoxIndirectParamA' :: DialogBoxIndirectParam
    integer(HANDLE) hInstance                  ! HINSTANCE hInstance
    !DEC$ ATTRIBUTES REFERENCE, ALLOW_NULL :: hDialogTemplate
    TYPE(T_DLGTEMPLATE)  hDialogTemplate       ! LPCDLGTEMPLATEA hDialogTemplate
    integer(HANDLE) hWndParent                 ! HWND hWndParent
    integer(LPVOID) lpDialogFunc               ! DLGPROC lpDialogFunc
    integer(LONG_PTR) dwInitParam              ! LPARAM dwInitParam
  END FUNCTION
END INTERFACE

&lt;/PRE&gt;

&lt;P&gt;Is this maybe part of the issue?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Nov 2018 16:51:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Xeffort-issues/m-p/1161969#M143298</guid>
      <dc:creator>Neels</dc:creator>
      <dc:date>2018-11-20T16:51:29Z</dc:date>
    </item>
    <item>
      <title>I was looking at that, but so</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Xeffort-issues/m-p/1161970#M143299</link>
      <description>&lt;P&gt;I was looking at that, but so far don't see a problem given the way the call is coded. (A reminder to those following along, Xeffort is currently 32-bit only.) It's the dwInitParam argument that could be questionable, but this is just an arbitrary value passed and I think it's ok. The part I am looking at is where it renders the passed in text in a font that it has loaded. Something is not working right there, but I don't yet know what.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Nov 2018 17:25:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Xeffort-issues/m-p/1161970#M143299</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2018-11-20T17:25:18Z</dc:date>
    </item>
    <item>
      <title>You do not think Jugoslav has</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Xeffort-issues/m-p/1161971#M143300</link>
      <description>&lt;P&gt;You do not think Jugoslav has maybe used a scale factor that now makes it very very small or shifts it off the display area or something to that effect?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Nov 2018 19:27:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Xeffort-issues/m-p/1161971#M143300</guid>
      <dc:creator>Neels</dc:creator>
      <dc:date>2018-11-20T19:27:06Z</dc:date>
    </item>
    <item>
      <title>No. What I suspect is that</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Xeffort-issues/m-p/1161972#M143301</link>
      <description>&lt;P&gt;No. What I suspect is that there's a subtle error in Jugoslav's code that leads to something uninitialized. But I need to step through the code carefully. I might have to try building Xeffort with the 11.1 compiler to see what it does, but I'd rather not have to go that far.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Nov 2018 20:15:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Xeffort-issues/m-p/1161972#M143301</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2018-11-20T20:15:07Z</dc:date>
    </item>
    <item>
      <title>Steve, I have an old laptop</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Xeffort-issues/m-p/1161973#M143302</link>
      <description>&lt;P&gt;Steve, I have an old laptop with 11.1 compiler and Visual Studio 2005 on it. (And Windows Vista :( ) If you want to instrument some Xeffort files with write statements etc I can compile and run them and send you the results.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Nov 2018 10:13:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Xeffort-issues/m-p/1161973#M143302</guid>
      <dc:creator>Neels</dc:creator>
      <dc:date>2018-11-21T10:13:58Z</dc:date>
    </item>
    <item>
      <title>If you can do a debug build</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Xeffort-issues/m-p/1161974#M143303</link>
      <description>&lt;P&gt;If you can do a debug build of Xeffort with 11.1 (note that it puts the build in a different location), zip it and attach it here, that would help.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Nov 2018 12:03:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Xeffort-issues/m-p/1161974#M143303</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2018-11-21T12:03:42Z</dc:date>
    </item>
    <item>
      <title>Is this what you require?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Xeffort-issues/m-p/1161975#M143304</link>
      <description>&lt;P&gt;Is this what you require? Built in debug mode.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Nov 2018 17:31:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Xeffort-issues/m-p/1161975#M143304</guid>
      <dc:creator>Neels</dc:creator>
      <dc:date>2018-11-21T17:31:33Z</dc:date>
    </item>
  </channel>
</rss>

