<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Gokula ,</p>
    <p> The mod files are recreated when you recompile the TRNDll so any
      version of the the Intel compiler can be used to recompile the
      TRNDll. The problem comes if you are trying to compile an add-on
      (such as the MyType project) using a different version of the
      compiler than the one that was used to create the TRNDll.<br>
    </p>
    <p>kind regards,</p>
    <p> David  <br>
    </p>
    <div class="moz-cite-prefix">On 01/09/2022 08:15, SENTHIL KUMAR,
      gokula [Student] via TRNSYS-users wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:OSZP286MB227277146522A1BBAC355DDBCC4F9@OSZP286MB2272.JPNP286.PROD.OUTLOOK.COM">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <style type="text/css" style="display:none;">P {margin-top:0;margin-bottom:0;}</style>
      <div style="font-family: Calibri, Arial, Helvetica, sans-serif;
        font-size: 12pt; color: rgb(0, 0, 0);">
        Dear David,</div>
      <div style="font-family: Calibri, Arial, Helvetica, sans-serif;
        font-size: 12pt; color: rgb(0, 0, 0);">
        <br>
      </div>
      <div style="font-family: Calibri, Arial, Helvetica, sans-serif;
        font-size: 12pt; color: rgb(0, 0, 0);">
        In the last email, you informed that *.mod files are compiler
        version dependent. So, could you please tell which version of
        the Intel Fortran compiler is suitable for rebuilding the
        TRNDLL.DLL?</div>
      <div style="font-family: Calibri, Arial, Helvetica, sans-serif;
        font-size: 12pt; color: rgb(0, 0, 0);">
        <br>
      </div>
      <div style="font-family: Calibri, Arial, Helvetica, sans-serif;
        font-size: 12pt; color: rgb(0, 0, 0);">
        Thanking you</div>
      <div style="font-family: Calibri, Arial, Helvetica, sans-serif;
        font-size: 12pt; color: rgb(0, 0, 0);">
        Gokula </div>
      <div style="font-family: Calibri, Arial, Helvetica, sans-serif;
        font-size: 12pt; color: rgb(0, 0, 0);">
        <br>
      </div>
      <hr style="display:inline-block;width:98%" tabindex="-1">
      <div id="divRplyFwdMsg" dir="ltr"><font style="font-size:11pt"
          face="Calibri, sans-serif" color="#000000"><b>From:</b>
          TRNSYS-users
          <a class="moz-txt-link-rfc2396E" href="mailto:trnsys-users-bounces@lists.onebuilding.org"><trnsys-users-bounces@lists.onebuilding.org></a> on behalf
          of David BRADLEY via TRNSYS-users
          <a class="moz-txt-link-rfc2396E" href="mailto:trnsys-users@lists.onebuilding.org"><trnsys-users@lists.onebuilding.org></a><br>
          <b>Sent:</b> Wednesday, January 5, 2022 3:11 AM<br>
          <b>To:</b> <a class="moz-txt-link-abbreviated" href="mailto:philippe@enbutinantlenergie.fr">philippe@enbutinantlenergie.fr</a>
          <a class="moz-txt-link-rfc2396E" href="mailto:philippe@enbutinantlenergie.fr"><philippe@enbutinantlenergie.fr></a>; TRNSYS users mailing
          list at OneBuilding.org
          <a class="moz-txt-link-rfc2396E" href="mailto:trnsys-users@lists.onebuilding.org"><trnsys-users@lists.onebuilding.org></a><br>
          <b>Cc:</b> David BRADLEY <a class="moz-txt-link-rfc2396E" href="mailto:d.bradley@tess-inc.com"><d.bradley@tess-inc.com></a><br>
          <b>Subject:</b> Re: [TRNSYS-users] Intel Fortran Compiler and
          Visual Studio</font>
        <div> </div>
      </div>
      <div style="background-color:#FFFFFF">
        <p>Philippe,</p>
        <p> You will probably need to recompile the TRNDll project.
          Compiling the TRNDll creates a few *.mod files that are
          referenced by the MyType project. Those files are compiler
          version dependent.</p>
        <p>kind regards,</p>
        <p> David</p>
        <p><br>
        </p>
        <div class="x_moz-cite-prefix">On 01/04/2022 10:34, Philippe
          Papillon via TRNSYS-users wrote:<br>
        </div>
        <blockquote type="cite">
          <meta name="Generator" content="Microsoft Word 15 (filtered
            medium)">
          <style>@font-face
        {font-family:"Cambria Math"}@font-face
        {font-family:Calibri}@font-face
        {font-family:"Segoe UI"}p.x_MsoNormal, li.x_MsoNormal, div.x_MsoNormal
        {margin:0cm;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif}a:link, span.x_MsoHyperlink
        {color:#0563C1;
        text-decoration:underline}span.x_EmailStyle17
        {font-family:"Calibri",sans-serif;
        color:windowtext}.x_MsoChpDefault
        {font-family:"Calibri",sans-serif}div.x_WordSection1
        {}</style>
          <div class="x_WordSection1">
            <p class="x_MsoNormal">Dear TRNSYS users,</p>
            <p class="x_MsoNormal"> </p>
            <p class="x_MsoNormal"><span lang="EN-GB">As Intel Fortran
                is now released for free (<a
href="https://www.intel.com/content/www/us/en/developer/articles/tool/oneapi-standalone-components.html#fortran"
                  class="x_moz-txt-link-freetext moz-txt-link-freetext"
                  moz-do-not-send="true">https://www.intel.com/content/www/us/en/developer/articles/tool/oneapi-standalone-components.html#fortran</a>),
                I have downloaded and installed the last version
                (2022.0.0), and I run Ifort () in Visual Studio 2019
                environment.</span></p>
            <p class="x_MsoNormal"><span lang="EN-GB">I am using
                TRNSYS18 (32 bits), and I want to create a new
                component. I used the fortran template generated by
                SimulationStudio, then I used the MyType.vfproj template
                (located in TRNSYS18\Compilers\IvfCXE2011\MyType), added
                the source file.</span></p>
            <p class="x_MsoNormal"><span lang="EN-GB">But I didn’t
                succeed in compiling the project, since I have the
                following error.</span></p>
            <p class="x_MsoNormal"><span lang="EN-GB"> </span></p>
            <table class="x_MsoNormalTable"
              style="border-collapse:collapse; border:none"
              cellspacing="0" cellpadding="0" border="1">
              <tbody>
                <tr style="height:10.0pt">
                  <td style="border:solid #7F7F7F 1.0pt; padding:0cm
                    5.4pt 0cm 5.4pt; height:10.0pt">
                    <p class="x_MsoNormal" style="text-autospace:none"><span
                        style="">Gravité</span></p>
                  </td>
                  <td style="border:solid #7F7F7F 1.0pt;
                    border-left:none; padding:0cm 5.4pt 0cm 5.4pt;
                    height:10.0pt">
                    <p class="x_MsoNormal" style="text-autospace:none"><span
                        style="">Code</span></p>
                  </td>
                  <td style="border:solid #7F7F7F 1.0pt;
                    border-left:none; padding:0cm 5.4pt 0cm 5.4pt;
                    height:10.0pt">
                    <p class="x_MsoNormal" style="text-autospace:none"><span
                        style="">Description</span></p>
                  </td>
                  <td style="border:solid #7F7F7F 1.0pt;
                    border-left:none; padding:0cm 5.4pt 0cm 5.4pt;
                    height:10.0pt">
                    <p class="x_MsoNormal" style="text-autospace:none"><span
                        style="">Projet</span></p>
                  </td>
                  <td style="border:solid #7F7F7F 1.0pt;
                    border-left:none; padding:0cm 5.4pt 0cm 5.4pt;
                    height:10.0pt">
                    <p class="x_MsoNormal" style="text-autospace:none"><span
                        style="">Fichier</span></p>
                  </td>
                  <td style="border:solid #7F7F7F 1.0pt;
                    border-left:none; padding:0cm 5.4pt 0cm 5.4pt;
                    height:10.0pt">
                    <p class="x_MsoNormal" style="text-autospace:none"><span
                        style="">Ligne</span></p>
                  </td>
                  <td style="border:solid #7F7F7F 1.0pt;
                    border-left:none; padding:0cm 5.4pt 0cm 5.4pt;
                    height:10.0pt">
                    <p class="x_MsoNormal" style="text-autospace:none"><span
                        style="">État de la suppression</span></p>
                  </td>
                </tr>
                <tr style="height:10.0pt">
                  <td style="border:solid #7F7F7F 1.0pt;
                    border-top:none; padding:0cm 5.4pt 0cm 5.4pt;
                    height:10.0pt">
                    <p class="x_MsoNormal" style="text-autospace:none"><span
                        style="">Erreur</span></p>
                  </td>
                  <td style="border-top:none; border-left:none;
                    border-bottom:solid #7F7F7F 1.0pt;
                    border-right:solid #7F7F7F 1.0pt; padding:0cm 5.4pt
                    0cm 5.4pt; height:10.0pt">
                    <p class="x_MsoNormal" style="text-autospace:none"><span
                        style=""> </span></p>
                  </td>
                  <td style="border-top:none; border-left:none;
                    border-bottom:solid #7F7F7F 1.0pt;
                    border-right:solid #7F7F7F 1.0pt; padding:0cm 5.4pt
                    0cm 5.4pt; height:10.0pt">
                    <p class="x_MsoNormal" style="text-autospace:none"><span
                        style="" lang="EN-GB">error #7002: Error in
                        opening the compiled module file. 
                      </span><span style="">Check INCLUDE paths.  
                        [TRNSYSCONSTANTS]</span></p>
                  </td>
                  <td style="border-top:none; border-left:none;
                    border-bottom:solid #7F7F7F 1.0pt;
                    border-right:solid #7F7F7F 1.0pt; padding:0cm 5.4pt
                    0cm 5.4pt; height:10.0pt">
                    <p class="x_MsoNormal" style="text-autospace:none"><span
                        style=""> </span></p>
                  </td>
                  <td style="border-top:none; border-left:none;
                    border-bottom:solid #7F7F7F 1.0pt;
                    border-right:solid #7F7F7F 1.0pt; padding:0cm 5.4pt
                    0cm 5.4pt; height:10.0pt">
                    <p class="x_MsoNormal" style="text-autospace:none"><span
                        style="">C:\TRNSYS18\MyTypes\Type5833-CapteurISO9806\Type5833.f90</span></p>
                  </td>
                  <td style="border-top:none; border-left:none;
                    border-bottom:solid #7F7F7F 1.0pt;
                    border-right:solid #7F7F7F 1.0pt; padding:0cm 5.4pt
                    0cm 5.4pt; height:10.0pt">
                    <p class="x_MsoNormal" style="text-autospace:none"><span
                        style="">62</span></p>
                  </td>
                  <td style="border-top:none; border-left:none;
                    border-bottom:solid #7F7F7F 1.0pt;
                    border-right:solid #7F7F7F 1.0pt; padding:0cm 5.4pt
                    0cm 5.4pt; height:10.0pt">
                    <p class="x_MsoNormal" style="text-autospace:none"><span
                        style=""> </span></p>
                  </td>
                </tr>
              </tbody>
            </table>
            <p class="x_MsoNormal"><span lang="EN-GB"> </span></p>
            <p class="x_MsoNormal"><span lang="EN-GB">I search for a
                long time (especially in the include directories
                parameter of the project) but I didn’t find any solution
                up to now … Does anybody experienced such a problem, and
                found a solution, or can provide a new project template
              </span></p>
            <p class="x_MsoNormal"><span lang="EN-GB"> </span></p>
            <p class="x_MsoNormal"><span lang="EN-GB">Sunny regards</span></p>
            <p class="x_MsoNormal"><span lang="EN-GB"> </span></p>
            <p class="x_MsoNormal"><span style=""><img
                  id="x_Image_x0020_1" class="" style="width:3.5083in;
                  height:1.4666in" data-outlook-trace="F:1|T:1"
                  src="cid:part1.Iblxy9xe.cCEoi4wQ@tess-inc.com"
                  width="337" height="141" border="0"></span></p>
            <p class="x_MsoNormal"> </p>
          </div>
          <div id="x_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2"><br>
            <table style="border-top:1px solid #D3D4DE">
              <tbody>
                <tr>
                  <td style="width:55px; padding-top:18px"><a
href="https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient"
                      target="_blank" moz-do-not-send="true"><img alt=""
                        style="width:46px; height:29px"
src="https://ipmcdn.avast.com/images/icons/icon-envelope-tick-round-orange-animated-no-repeat-v1.gif"
                        moz-do-not-send="true" width="46" height="29"></a></td>
                  <td style="width:470px; padding-top:17px;
                    color:#41424e; font-size:13px;
                    font-family:Arial,Helvetica,sans-serif;
                    line-height:18px">
                    Garanti sans virus. <a
href="https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient"
                      target="_blank" style="color:#4453ea"
                      moz-do-not-send="true">
                      www.avast.com</a> </td>
                </tr>
              </tbody>
            </table>
          </div>
          <br>
          <fieldset class="x_moz-mime-attachment-header"></fieldset>
          <pre class="x_moz-quote-pre">_______________________________________________
TRNSYS-users mailing list
<a class="x_moz-txt-link-abbreviated moz-txt-link-freetext" href="mailto:TRNSYS-users@lists.onebuilding.org" moz-do-not-send="true">TRNSYS-users@lists.onebuilding.org</a>
<a class="x_moz-txt-link-freetext moz-txt-link-freetext" href="http://lists.onebuilding.org/listinfo.cgi/trnsys-users-onebuilding.org" moz-do-not-send="true">http://lists.onebuilding.org/listinfo.cgi/trnsys-users-onebuilding.org</a>
</pre>
        </blockquote>
        <pre class="x_moz-signature" cols="72">-- 
***************************
David BRADLEY
Principal
Thermal Energy System Specialists, LLC
3 North Pinckney Street - suite 202
Madison, WI  53703 USA

P:+1.608.274.2577
<a class="x_moz-txt-link-abbreviated moz-txt-link-freetext" href="mailto:d.bradley@tess-inc.com" moz-do-not-send="true">d.bradley@tess-inc.com</a>

<a class="x_moz-txt-link-freetext moz-txt-link-freetext" href="http://www.tess-inc.com" moz-do-not-send="true">http://www.tess-inc.com</a>
<a class="x_moz-txt-link-freetext moz-txt-link-freetext" href="http://www.trnsys.com" moz-do-not-send="true">http://www.trnsys.com</a></pre>
      </div>
      <style type="text/css">p
        {margin-top:12px;
        margin-bottom:12px}div.WordSection1
        {}</style><img alt=""
        src="https://www.polyu.edu.hk/emaildisclaimer/PolyU_Email_Signature.jpg"
        moz-do-not-send="true">
      <p><br>
        <em><font size="3" face="Times New Roman">Disclaimer:</font></em></p>
      <p style="margin-left: 0.5in"><i><font size="3" face="Times New
            Roman" color="black"><span>This message (including any
              attachments) contains confidential information intended
              for a specific individual and purpose. If you are not the
              intended recipient, you should delete this message and
              notify the sender and The Hong Kong Polytechnic University
              (the University) immediately. Any disclosure, copying, or
              distribution of this message, or the taking of any action
              based on it, is strictly prohibited and may be unlawful.</span></font></i></p>
      <p style="margin-left: 0.5in"><i><span><font size="3" face="Times
              New Roman">The University specifically denies any
              responsibility for the accuracy or quality of information
              obtained through University E-mail Facilities. Any views
              and opinions expressed are only those of the author(s) and
              do not necessarily represent those of the University and
              the University accepts no liability whatsoever for any
              losses or damages incurred or caused to any party as a
              result of the use of such information.</font></span></i></p>
      <br>
      <fieldset class="moz-mime-attachment-header"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
TRNSYS-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:TRNSYS-users@lists.onebuilding.org">TRNSYS-users@lists.onebuilding.org</a>
<a class="moz-txt-link-freetext" href="http://lists.onebuilding.org/listinfo.cgi/trnsys-users-onebuilding.org">http://lists.onebuilding.org/listinfo.cgi/trnsys-users-onebuilding.org</a>
</pre>
    </blockquote>
    <pre class="moz-signature" cols="72">-- 
***************************
David BRADLEY
Principal
Thermal Energy System Specialists, LLC
3 North Pinckney Street - suite 202
Madison, WI  53703 USA

P:+1.608.274.2577
<a class="moz-txt-link-abbreviated" href="mailto:d.bradley@tess-inc.com">d.bradley@tess-inc.com</a>

<a class="moz-txt-link-freetext" href="http://www.tess-inc.com">http://www.tess-inc.com</a>
<a class="moz-txt-link-freetext" href="http://www.trnsys.com">http://www.trnsys.com</a></pre>
  </body>
</html>