<?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 I finally found a solution in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/No-Fortran-Expression-Evaluator-debugging-COM-Server/m-p/1037680#M112239</link>
    <description>&lt;P&gt;I finally found a solution and will put a simple description here just in case it is useful.&lt;/P&gt;

&lt;P&gt;If your calling project is C++ or C++/CLI, go to Project Properties-&amp;gt;Configuration Properties-&amp;gt;Debugging and set Debugger Type = Native Only.&lt;/P&gt;

&lt;P&gt;Note, that setting is in the calling project, i.e. the project that calls your Fortran DLL, not in the Fortran project itself. &amp;nbsp;For C++/CLI, this setting will limit the ability to debug in C++ code, switch the setting back to Debugger Type = Auto when you need to do this.&lt;/P&gt;

&lt;P&gt;If your calling project is C#, go to Project Properties-&amp;gt;Debug and check the option Enable Native Code Debugging.&lt;/P&gt;

&lt;P&gt;Fortran expression evaluation comes good when the above settings are in place.&lt;/P&gt;</description>
    <pubDate>Wed, 04 Feb 2015 01:24:41 GMT</pubDate>
    <dc:creator>Peter_P_1</dc:creator>
    <dc:date>2015-02-04T01:24:41Z</dc:date>
    <item>
      <title>No Fortran Expression Evaluator debugging COM Server.</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/No-Fortran-Expression-Evaluator-debugging-COM-Server/m-p/1037676#M112235</link>
      <description>&lt;P&gt;My project is a .NET front end calling a Fortran COM Server (generated with the COM Server wizard) via COM-Interop.&lt;/P&gt;

&lt;P&gt;In IVF 12.1, I could debug into the COM Server and watch Fortran variables. &amp;nbsp;After migrating to IVF 14.0, I can see some variables in the debugger but they have C semantics, e.g. type "long" rather than INTEGER(4). &amp;nbsp;Allocatables or pointer targets are not viewable. &amp;nbsp;Reading elsewhere I guess this means the Fortran Expression Evaluator (fee.dll) is not loaded.&lt;/P&gt;

&lt;P&gt;I can successfully debug simpler projects where the Fortran code is statically linked.&lt;/P&gt;

&lt;P&gt;Is there some way to kick-start the Fortran Expression Evaluator?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Sep 2014 08:03:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/No-Fortran-Expression-Evaluator-debugging-COM-Server/m-p/1037676#M112235</guid>
      <dc:creator>Peter_P_1</dc:creator>
      <dc:date>2014-09-02T08:03:07Z</dc:date>
    </item>
    <item>
      <title>See if this fixes it. In</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/No-Fortran-Expression-Evaluator-debugging-COM-Server/m-p/1037677#M112236</link>
      <description>&lt;P&gt;See if this fixes it. In Visual Studio, select Tools &amp;gt; Options &amp;gt; Debugging &amp;gt; Edit and Continue. Uncheck "Enable native Edit and Continue". This option disables any non-Microsoft debugger support.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Sep 2014 20:56:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/No-Fortran-Expression-Evaluator-debugging-COM-Server/m-p/1037677#M112236</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2014-09-02T20:56:39Z</dc:date>
    </item>
    <item>
      <title>Thanks Steve.  I had already</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/No-Fortran-Expression-Evaluator-debugging-COM-Server/m-p/1037678#M112237</link>
      <description>Thanks Steve.  I had already tried that but it doesn't seem to help in my case.  I will try and construct a simple example and submit it to premier support.</description>
      <pubDate>Wed, 03 Sep 2014 00:36:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/No-Fortran-Expression-Evaluator-debugging-COM-Server/m-p/1037678#M112237</guid>
      <dc:creator>Peter_P_1</dc:creator>
      <dc:date>2014-09-03T00:36:24Z</dc:date>
    </item>
    <item>
      <title>Try 15.0. Or 14.0 Update 4.</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/No-Fortran-Expression-Evaluator-debugging-COM-Server/m-p/1037679#M112238</link>
      <description>&lt;P&gt;Try 15.0. Or 14.0 Update 4.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Sep 2014 01:19:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/No-Fortran-Expression-Evaluator-debugging-COM-Server/m-p/1037679#M112238</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2014-09-03T01:19:07Z</dc:date>
    </item>
    <item>
      <title>I finally found a solution</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/No-Fortran-Expression-Evaluator-debugging-COM-Server/m-p/1037680#M112239</link>
      <description>&lt;P&gt;I finally found a solution and will put a simple description here just in case it is useful.&lt;/P&gt;

&lt;P&gt;If your calling project is C++ or C++/CLI, go to Project Properties-&amp;gt;Configuration Properties-&amp;gt;Debugging and set Debugger Type = Native Only.&lt;/P&gt;

&lt;P&gt;Note, that setting is in the calling project, i.e. the project that calls your Fortran DLL, not in the Fortran project itself. &amp;nbsp;For C++/CLI, this setting will limit the ability to debug in C++ code, switch the setting back to Debugger Type = Auto when you need to do this.&lt;/P&gt;

&lt;P&gt;If your calling project is C#, go to Project Properties-&amp;gt;Debug and check the option Enable Native Code Debugging.&lt;/P&gt;

&lt;P&gt;Fortran expression evaluation comes good when the above settings are in place.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Feb 2015 01:24:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/No-Fortran-Expression-Evaluator-debugging-COM-Server/m-p/1037680#M112239</guid>
      <dc:creator>Peter_P_1</dc:creator>
      <dc:date>2015-02-04T01:24:41Z</dc:date>
    </item>
  </channel>
</rss>

