<?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 This is odd, as I am not in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-module-wizard-error/m-p/1009890#M105644</link>
    <description>&lt;P&gt;This is odd, as I am not doing very much:&lt;/P&gt;

&lt;OL&gt;
	&lt;LI&gt;I copy the Autodice example that is shipped with Intel(R) Visual Fortran Compiler XE 15.0.0.108:&amp;nbsp;C:\Program Files (x86)\Intel\Composer XE 2015\Samples\en_US\Fortran\COM.zip\COM\AutoDice&lt;/LI&gt;
	&lt;LI&gt;I open the example solution in Visual Studio 2013&lt;/LI&gt;
	&lt;LI&gt;I select the x64 platform&lt;/LI&gt;
	&lt;LI&gt;I build the solution&lt;/LI&gt;
	&lt;LI&gt;I run the debugger&lt;/LI&gt;
	&lt;LI&gt;I select "no" when asked if I want a read only version of the Excel file that Autodice opens&lt;/LI&gt;
	&lt;LI&gt;I get the error that is attached in the screenshot&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;I am using Office 2013 on a Windows 8.1 OS. &amp;nbsp;I do not find any problem when I run this on a computer running Windows 7 and Office 2010.&lt;/P&gt;

&lt;P&gt;Many thanks for your help,&lt;/P&gt;

&lt;P&gt;Justin.&lt;/P&gt;</description>
    <pubDate>Thu, 02 Oct 2014 21:14:02 GMT</pubDate>
    <dc:creator>jvandeven</dc:creator>
    <dc:date>2014-10-02T21:14:02Z</dc:date>
    <item>
      <title>Fortran module wizard error</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-module-wizard-error/m-p/1009885#M105639</link>
      <description>&lt;P&gt;For some years I have used the Intel Fortran module wizard to generate the COM code necessary for communicating with Excel. &amp;nbsp;Recently I upgraded to VS2013, with the Intel Fortran compiler&amp;nbsp;15.0.0.108. &amp;nbsp;This upgrade appears to have introduced a conflict with my existing COM code. &amp;nbsp;I have tried generating new code using the Fortran module wizard, but now receive a range of error messages when I try to compile. &amp;nbsp;I am doing the following:&lt;/P&gt;

&lt;P&gt;1) Selecting the Microsoft Excel 15.0 Object library from the COM components&lt;/P&gt;

&lt;P&gt;2) I leave the "Generate code that uses Automation interfaces" unchecked (for efficiency)&lt;/P&gt;

&lt;P&gt;3) Select the _Application, _Workbook, and _Worksheet members&lt;/P&gt;

&lt;P&gt;4) I leave the "Generate DLLEXPORT statements" unchecked (I use this module internally)&lt;/P&gt;

&lt;P&gt;5) press the finish button.&lt;/P&gt;

&lt;P&gt;Code is then generated. &amp;nbsp;When I try to compile, I receive the following error messages:&lt;/P&gt;

&lt;P&gt;Error&amp;nbsp;&amp;nbsp; &amp;nbsp;1&amp;nbsp;&amp;nbsp; &amp;nbsp; error #6401: The attributes of this name conflict with those made accessible by a USE statement. &amp;nbsp; [WORD]&amp;nbsp;&amp;nbsp; &amp;nbsp;C:\MyFiles\MODEL_LAB\FORTRAN\EXCEL\EXCEL.f90&amp;nbsp;&amp;nbsp; &amp;nbsp;534&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;
	Error&amp;nbsp;&amp;nbsp; &amp;nbsp;2&amp;nbsp;&amp;nbsp; &amp;nbsp; error #6445: A dummy argument is required in this context. &amp;nbsp; [WORD]&amp;nbsp;&amp;nbsp; &amp;nbsp;C:\MyFiles\MODEL_LAB\FORTRAN\EXCEL\EXCEL.f90&amp;nbsp;&amp;nbsp; &amp;nbsp;534&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;
	Error&amp;nbsp;&amp;nbsp; &amp;nbsp;3&amp;nbsp;&amp;nbsp; &amp;nbsp; error #6445: A dummy argument is required in this context. &amp;nbsp; [WORD]&amp;nbsp;&amp;nbsp; &amp;nbsp;C:\MyFiles\MODEL_LAB\FORTRAN\EXCEL\EXCEL.f90&amp;nbsp;&amp;nbsp; &amp;nbsp;535&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;
	Error&amp;nbsp;&amp;nbsp; &amp;nbsp;4&amp;nbsp;&amp;nbsp; &amp;nbsp; error #6717: This name has not been given an explicit type. &amp;nbsp; [WORD]&amp;nbsp;&amp;nbsp; &amp;nbsp;C:\MyFiles\MODEL_LAB\FORTRAN\EXCEL\EXCEL.f90&amp;nbsp;&amp;nbsp; &amp;nbsp;530&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;
	Error&amp;nbsp;&amp;nbsp; &amp;nbsp;5&amp;nbsp;&amp;nbsp; &amp;nbsp; error #6075: The data type of the actual argument does not match the definition. &amp;nbsp; [$BSTR_WORD]&amp;nbsp;&amp;nbsp; &amp;nbsp;C:\MyFiles\MODEL_LAB\FORTRAN\EXCEL\EXCEL.f90&amp;nbsp;&amp;nbsp; &amp;nbsp;11255&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;
	Error&amp;nbsp;&amp;nbsp; &amp;nbsp;6&amp;nbsp;&amp;nbsp; &amp;nbsp;Compilation Aborted (code 1)&amp;nbsp;&amp;nbsp; &amp;nbsp;C:\MyFiles\MODEL_LAB\FORTRAN\EXCEL\EXCEL.f90&amp;nbsp;&amp;nbsp; &amp;nbsp;1&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P&gt;I attach the F90 file that is generated by the wizard for information. &amp;nbsp;Any help resolving this issue is greatly appreciated.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Justin&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Oct 2014 11:53:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-module-wizard-error/m-p/1009885#M105639</guid>
      <dc:creator>jvandeven</dc:creator>
      <dc:date>2014-10-01T11:53:19Z</dc:date>
    </item>
    <item>
      <title>I know nothing about the</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-module-wizard-error/m-p/1009886#M105640</link>
      <description>&lt;P&gt;I know nothing about the requirements of making your application work with Excel, but the type WORD is pre-defined in IFWINTY (in DOS 2.x, WORD was a 16-bit integer), so change line-531 by adding a rename clause to&lt;/P&gt;

&lt;PRE class="brush:fortran;"&gt;USE IFWINTY, except=&amp;gt;Word &lt;/PRE&gt;

&lt;P&gt;so as to avoid the name clash. If you want to use the predefined type in your code, you would need to change the argument variable name from Word to Wrd or something different from WORD, instead of using a rename clause.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Oct 2014 12:50:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-module-wizard-error/m-p/1009886#M105640</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2014-10-01T12:50:17Z</dc:date>
    </item>
    <item>
      <title>This suggestion sorts out the</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-module-wizard-error/m-p/1009887#M105641</link>
      <description>&lt;P&gt;This suggestion sorts out the compile error I was getting, but it turns out that it doesn't solve my principal problem. &amp;nbsp;There seems to be some sort of problem with the range_select subroutine generated by the module wizard when used with Excel 2013 and Windows 8.1. &amp;nbsp;I have no problems using the code with Office 2010 and Windows 7. &amp;nbsp;I am receiving an "Automated method exception" error, which states that the "Select method of Range class failed". &amp;nbsp;Is there some sort of work-around for this? &amp;nbsp;&lt;/P&gt;

&lt;P&gt;Justin&lt;/P&gt;</description>
      <pubDate>Thu, 02 Oct 2014 10:47:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-module-wizard-error/m-p/1009887#M105641</guid>
      <dc:creator>jvandeven</dc:creator>
      <dc:date>2014-10-02T10:47:13Z</dc:date>
    </item>
    <item>
      <title>One more point to note here -</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-module-wizard-error/m-p/1009888#M105642</link>
      <description>&lt;P&gt;One more point to note here - it appears that this problem arises only with the 64bit compiled version. &amp;nbsp;The same problem seems to arise with the Autodice example...&lt;/P&gt;</description>
      <pubDate>Thu, 02 Oct 2014 12:18:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-module-wizard-error/m-p/1009888#M105642</guid>
      <dc:creator>jvandeven</dc:creator>
      <dc:date>2014-10-02T12:18:44Z</dc:date>
    </item>
    <item>
      <title>I am not seeing a problem</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-module-wizard-error/m-p/1009889#M105643</link>
      <description>&lt;P&gt;I am not seeing a problem with the Autodice sample and Office 2013.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Oct 2014 15:34:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-module-wizard-error/m-p/1009889#M105643</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2014-10-02T15:34:00Z</dc:date>
    </item>
    <item>
      <title>This is odd, as I am not</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-module-wizard-error/m-p/1009890#M105644</link>
      <description>&lt;P&gt;This is odd, as I am not doing very much:&lt;/P&gt;

&lt;OL&gt;
	&lt;LI&gt;I copy the Autodice example that is shipped with Intel(R) Visual Fortran Compiler XE 15.0.0.108:&amp;nbsp;C:\Program Files (x86)\Intel\Composer XE 2015\Samples\en_US\Fortran\COM.zip\COM\AutoDice&lt;/LI&gt;
	&lt;LI&gt;I open the example solution in Visual Studio 2013&lt;/LI&gt;
	&lt;LI&gt;I select the x64 platform&lt;/LI&gt;
	&lt;LI&gt;I build the solution&lt;/LI&gt;
	&lt;LI&gt;I run the debugger&lt;/LI&gt;
	&lt;LI&gt;I select "no" when asked if I want a read only version of the Excel file that Autodice opens&lt;/LI&gt;
	&lt;LI&gt;I get the error that is attached in the screenshot&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;I am using Office 2013 on a Windows 8.1 OS. &amp;nbsp;I do not find any problem when I run this on a computer running Windows 7 and Office 2010.&lt;/P&gt;

&lt;P&gt;Many thanks for your help,&lt;/P&gt;

&lt;P&gt;Justin.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Oct 2014 21:14:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-module-wizard-error/m-p/1009890#M105644</guid>
      <dc:creator>jvandeven</dc:creator>
      <dc:date>2014-10-02T21:14:02Z</dc:date>
    </item>
    <item>
      <title>I am fairly sure that this</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-module-wizard-error/m-p/1009891#M105645</link>
      <description>&lt;P&gt;I am fairly sure that this has something to do with the Windows 8.1 OS - I have run a test with Office 2013 on Windows 7, and this works perfectly as well. &amp;nbsp;Any help would be greatly appreciated, as I expect that this may become a problem with users of my application some time soon,&lt;/P&gt;

&lt;P&gt;Justin.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Oct 2014 23:15:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-module-wizard-error/m-p/1009891#M105645</guid>
      <dc:creator>jvandeven</dc:creator>
      <dc:date>2014-10-06T23:15:46Z</dc:date>
    </item>
    <item>
      <title>Ok - I can reproduce this on</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-module-wizard-error/m-p/1009892#M105646</link>
      <description>&lt;P&gt;Ok - I can reproduce this on Windows 8 (I don't have 8.1 yet), not on Windows 7 (with Office 2013). It works with a Win32 build. Any particular reason you need a 64-bit build? Looking at the error message I think there is a 64-bit address being truncated somewhere.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Oct 2014 17:36:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-module-wizard-error/m-p/1009892#M105646</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2014-10-08T17:36:02Z</dc:date>
    </item>
    <item>
      <title>Thanks for persisting with</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-module-wizard-error/m-p/1009893#M105647</link>
      <description>&lt;P&gt;Thanks for persisting with this issue Steve.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Unfortunately the routine that I produce is fairly memory intensive (I'm an economist, and produce a model for government based on dynamic programming methods), so that stack-overflows are easily encountered with 32bit. &amp;nbsp;I guess that this is a problem that Microsoft needs to fix. &amp;nbsp;If so, is there some way that we can bring this issue to their attention?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Justin.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Oct 2014 09:34:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-module-wizard-error/m-p/1009893#M105647</guid>
      <dc:creator>jvandeven</dc:creator>
      <dc:date>2014-10-09T09:34:30Z</dc:date>
    </item>
    <item>
      <title>I don't know yet if it is</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-module-wizard-error/m-p/1009894#M105648</link>
      <description>&lt;P&gt;I don't know yet if it is Microsoft's problem or ours. I will let you know what we find.&lt;/P&gt;

&lt;P&gt;However, stack overflows would be the same for 32-bit or 64-bit, since Windows doesn't change the amount of stack available. Consider enabling the Fortran Optimization &amp;gt; Heap Arrays &amp;gt; 0 option to use dynamic memory for things that would otherwise use the stack.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Oct 2014 14:59:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-module-wizard-error/m-p/1009894#M105648</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2014-10-09T14:59:35Z</dc:date>
    </item>
    <item>
      <title>I went as far as I could</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-module-wizard-error/m-p/1009895#M105649</link>
      <description>&lt;P&gt;I went as far as I could trying to see what is going wrong and have escalated it to our developers as issue&amp;nbsp;DPD200362008. I will update this thread when we learn more.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Oct 2014 21:00:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-module-wizard-error/m-p/1009895#M105649</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2014-10-10T21:00:33Z</dc:date>
    </item>
    <item>
      <title>Thanks again for persisting.</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-module-wizard-error/m-p/1009896#M105650</link>
      <description>&lt;P&gt;Thanks again for persisting. &amp;nbsp;Three years ago I played around with using the heap arrays option, but dropped it for reasons that I cannot quite recall. &amp;nbsp;If this problem is noted by any of the users of my application, then I will try to sort out a patch using the 32bit approach that you suggested. &amp;nbsp;In the mean time, I will keep my fingers crossed that this issue can be resolved before it becomes an issue on my end.&lt;/P&gt;

&lt;P&gt;Justin&lt;/P&gt;</description>
      <pubDate>Fri, 10 Oct 2014 22:29:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-module-wizard-error/m-p/1009896#M105650</guid>
      <dc:creator>jvandeven</dc:creator>
      <dc:date>2014-10-10T22:29:01Z</dc:date>
    </item>
    <item>
      <title>No further progress on this</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-module-wizard-error/m-p/1009897#M105651</link>
      <description>&lt;P&gt;No further progress on this issue I guess? &amp;nbsp;Apologies - I just got a new computer, and have opted for a Windows 7 OS solely due to this problem...&lt;/P&gt;</description>
      <pubDate>Fri, 21 Nov 2014 10:26:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-module-wizard-error/m-p/1009897#M105651</guid>
      <dc:creator>jvandeven</dc:creator>
      <dc:date>2014-11-21T10:26:59Z</dc:date>
    </item>
    <item>
      <title>There is some progress on</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-module-wizard-error/m-p/1009898#M105652</link>
      <description>&lt;P&gt;There is some progress on this, but I will know more when I get back to the office to try an experiment. Stay tuned.&lt;/P&gt;</description>
      <pubDate>Sun, 23 Nov 2014 21:14:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-module-wizard-error/m-p/1009898#M105652</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2014-11-23T21:14:17Z</dc:date>
    </item>
    <item>
      <title>Sorry, false alarm. The</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-module-wizard-error/m-p/1009899#M105653</link>
      <description>&lt;P&gt;Sorry, false alarm. The developer thought he had found a bug in the sample but no. Still looking.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Nov 2014 21:27:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-module-wizard-error/m-p/1009899#M105653</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2014-11-24T21:27:52Z</dc:date>
    </item>
    <item>
      <title>I just ran a check to see if</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-module-wizard-error/m-p/1009900#M105654</link>
      <description>&lt;P&gt;I just ran a check to see if a Microsoft update has fixed this problem since the last post - no luck unfortunately. &amp;nbsp;Any further progress from Intel's developers?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Feb 2015 23:22:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-module-wizard-error/m-p/1009900#M105654</guid>
      <dc:creator>jvandeven</dc:creator>
      <dc:date>2015-02-16T23:22:06Z</dc:date>
    </item>
    <item>
      <title>I will ask.</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-module-wizard-error/m-p/1009901#M105655</link>
      <description>&lt;P&gt;I will ask.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2015 16:18:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-module-wizard-error/m-p/1009901#M105655</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2015-02-17T16:18:40Z</dc:date>
    </item>
    <item>
      <title>An update on this issue - I</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-module-wizard-error/m-p/1009902#M105656</link>
      <description>&lt;P&gt;An update on this issue - I have found that the Autosetproperty command, which is the source of the problem here, will work if it is used to pass one element at a time, rather than an entire vector. &amp;nbsp;A similar issue applied prior to Windows 8.1, but only to multiple columns as far as I can recall.&lt;/P&gt;

&lt;P&gt;Passing one element at a time, rather than entire vectors, takes longer and so it would still be great to get this issue sorted out.&lt;/P&gt;

&lt;P&gt;Justin.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2015 03:19:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-module-wizard-error/m-p/1009902#M105656</guid>
      <dc:creator>jvandeven</dc:creator>
      <dc:date>2015-03-12T03:19:47Z</dc:date>
    </item>
    <item>
      <title>The developer who was looking</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-module-wizard-error/m-p/1009903#M105657</link>
      <description>&lt;P&gt;The developer who was looking at this can't reproduce the problem in his environment, but I can. I will help him reproduce it.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2015 14:31:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-module-wizard-error/m-p/1009903#M105657</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2015-03-12T14:31:21Z</dc:date>
    </item>
    <item>
      <title>I re-tested this issue with</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-module-wizard-error/m-p/1009904#M105658</link>
      <description>&lt;P&gt;I re-tested this issue with Windows 10 and the 16.0 compiler, and the problem persists. &amp;nbsp;I have implemented a work-around in my code to write output in CSV format, and read it into Excel via a VB macro (my users like looking at results through Excel). &amp;nbsp;Would be nice to sort this problem out as I am slightly nervous about it - I do a great deal of reading from Excel into Fortran, and similar issues seem to be associated with the AUTOGETPROPERTY, which crashes (as I recall) when used to read from multiple columns in a single call.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2015 10:04:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-module-wizard-error/m-p/1009904#M105658</guid>
      <dc:creator>jvandeven</dc:creator>
      <dc:date>2015-09-02T10:04:53Z</dc:date>
    </item>
  </channel>
</rss>

