<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Compiling using Win10, VS2017 Enterprise + .NET Framework 4.7 and IFORT18</title>
  <link rel="self" href="https://dlt-acc.firelay.cloud/c/message_boards/find_thread?p_l_id=3231581&amp;threadId=3404896" />
  <subtitle>Compiling using Win10, VS2017 Enterprise + .NET Framework 4.7 and IFORT18</subtitle>
  <id>https://dlt-acc.firelay.cloud/c/message_boards/find_thread?p_l_id=3231581&amp;threadId=3404896</id>
  <updated>2026-05-15T15:08:47Z</updated>
  <dc:date>2026-05-15T15:08:47Z</dc:date>
  <entry>
    <title>RE: Compiling using Win10, VS2017 Enterprise + .NET Framework 4.7 and IFORT</title>
    <link rel="alternate" href="https://dlt-acc.firelay.cloud/c/message_boards/find_message?p_l_id=3231581&amp;messageId=3405024" />
    <author>
      <name>Adri Mourits</name>
    </author>
    <id>https://dlt-acc.firelay.cloud/c/message_boards/find_message?p_l_id=3231581&amp;messageId=3405024</id>
    <updated>2018-05-16T18:20:35Z</updated>
    <published>2018-05-16T18:20:35Z</published>
    <summary type="html">&lt;p&gt;Hi Bernardo,&lt;/p&gt;
&lt;p&gt;Kostia is right: flow2d3d_openda finished normally (it should indeed
  not be used), but another build step is hanging: the compilation of
  the tool &amp;quot;vs&amp;quot;. You can see this in your file
  &amp;quot;Output-Build.txt&amp;quot;; the las line refers to build step number 29.&lt;/p&gt;
&lt;p&gt;Fortunately, you probably will not need the tool &amp;quot;vs&amp;quot;. So
  you can skip it.&lt;/p&gt;
&lt;p&gt;Scanning your file &amp;quot;Output-Build.txt&amp;quot;, I do see some
  messages that I don't expect, but they don't seem blocking. If the
  examples run fine, you can continue.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Adri&lt;/p&gt;</summary>
    <dc:creator>Adri Mourits</dc:creator>
    <dc:date>2018-05-16T18:20:35Z</dc:date>
  </entry>
  <entry>
    <title>RE: Compiling using Win10, VS2017 Enterprise + .NET Framework 4.7 and IFORT</title>
    <link rel="alternate" href="https://dlt-acc.firelay.cloud/c/message_boards/find_message?p_l_id=3231581&amp;messageId=3404905" />
    <author>
      <name>Kostia Shiian</name>
    </author>
    <id>https://dlt-acc.firelay.cloud/c/message_boards/find_message?p_l_id=3231581&amp;messageId=3404905</id>
    <updated>2018-05-05T07:35:09Z</updated>
    <published>2018-05-05T07:35:09Z</published>
    <summary type="html">&lt;p&gt;It seems that the problem is with flex.exe and byacc.exe. You can
  easily check this by runinng one of this file. This causes high CPU
  consuming and memory leak.&lt;/p&gt;</summary>
    <dc:creator>Kostia Shiian</dc:creator>
    <dc:date>2018-05-05T07:35:09Z</dc:date>
  </entry>
  <entry>
    <title>Compiling using Win10, VS2017 Enterprise + .NET Framework 4.7 and IFORT18</title>
    <link rel="alternate" href="https://dlt-acc.firelay.cloud/c/message_boards/find_message?p_l_id=3231581&amp;messageId=3404895" />
    <author>
      <name>Bernardo Oliveira</name>
    </author>
    <id>https://dlt-acc.firelay.cloud/c/message_boards/find_message?p_l_id=3231581&amp;messageId=3404895</id>
    <updated>2018-05-04T16:15:20Z</updated>
    <published>2018-05-04T16:15:19Z</published>
    <summary type="html">&lt;p&gt;Dear All,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;I am trying to compile the latest trunk version of DELFT 3D (8712)
  using the following requisites:&lt;/p&gt;
&lt;p&gt;- Microsoft Visual Studio 2015 Enterprise (Update 3)&lt;/p&gt;
&lt;p&gt;- Intel Parallel Studio XE 2018 (Update 2)&lt;/p&gt;
&lt;p&gt;- Microsoft .NET Framework 4.7.02556&lt;/p&gt;
&lt;p&gt;- Python 2.7 and 3.6&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;I successfully generated the solutions using prepare_sln.py using the
  configuartion above. I have added the modules below in VS2015:&lt;/p&gt;
&lt;p&gt;- &amp;quot;Common Tools for Visual C++ 2015&amp;quot;&lt;br /&gt; -
  &amp;quot;Microsoft Foundation Classes for C++&amp;quot;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Then, I have opened the delft3d_open solution and started to
  compiled, which process went well until I got the following message:&lt;/p&gt;
&lt;p&gt;86&amp;gt;------ Skipped Build: Project: flow2d3d_openda, Configuration:
  Release x64 ------&lt;br /&gt; 86&amp;gt;Project not selected to build for this
  solution configuration &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;And then the build process didn't go any further. I have stopped the
  compilation and killed VS2015 through Task Manager.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;I have installed the VS2017 Enterprise with all C, C++ and Fortran
  modules and downloaded the source code again from trunk version. I
  have followed the same process to generate the solution and opened it
  in VS2017, but the build process freezes at the same message. Then I
  killed VS 2017 through Task Manager.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;The curious thing about this is that I am running all the examples,
  but I am not sure if not compiling flow2d3d_openda will change the
  binaries generated.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;I have uninstalled and reinstalled the programs and tried again, but
  I am struggling at the same point. Please find attached the Output file.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Please could you give me a hand on this thread?&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Many thanks in advance,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Bernardo Oliveira&lt;/p&gt;</summary>
    <dc:creator>Bernardo Oliveira</dc:creator>
    <dc:date>2018-05-04T16:15:19Z</dc:date>
  </entry>
</feed>
