<?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>flow2d-3d: libexpat.dll missing. VS2017 Community + Ifort 18 Windows 10</title>
  <link rel="self" href="https://dlt-acc.firelay.cloud/c/message_boards/find_thread?p_l_id=3231581&amp;threadId=3397641" />
  <subtitle>flow2d-3d: libexpat.dll missing. VS2017 Community + Ifort 18 Windows 10</subtitle>
  <id>https://dlt-acc.firelay.cloud/c/message_boards/find_thread?p_l_id=3231581&amp;threadId=3397641</id>
  <updated>2026-05-15T15:06:44Z</updated>
  <dc:date>2026-05-15T15:06:44Z</dc:date>
  <entry>
    <title>RE: flow2d-3d: libexpat.dll missing. VS2017 Community + Ifort 18 Windows 10</title>
    <link rel="alternate" href="https://dlt-acc.firelay.cloud/c/message_boards/find_message?p_l_id=3231581&amp;messageId=3397840" />
    <author>
      <name>Adri Mourits</name>
    </author>
    <id>https://dlt-acc.firelay.cloud/c/message_boards/find_message?p_l_id=3231581&amp;messageId=3397840</id>
    <updated>2018-06-29T15:59:02Z</updated>
    <published>2018-06-29T15:59:02Z</published>
    <summary type="html">&lt;p&gt;Hi Dennis,&lt;/p&gt;
&lt;p&gt;The ad hoc workaround:&lt;br /&gt; Open file
  &amp;quot;examples\01_standard\run_flow2d3d.bat&amp;quot; in a text editor and
  replace the line:&lt;br /&gt; set PATH=%exedir%;%PATH%&lt;br /&gt; by:&lt;br /&gt; set PATH=%exedir%;&lt;strong&gt;%D3D_HOME%\%ARCH%\shared;&lt;/strong&gt;%PATH%&lt;/p&gt;
&lt;p&gt;An alternative is to copy the contents of subdirectory
  &amp;quot;shared&amp;quot; into the &amp;quot;flow2d3d\bin&amp;quot; directory.&lt;/p&gt;
&lt;p&gt;This problem will not occur in the current trunk version, because the
  run scripts are changed.&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-06-29T15:59:02Z</dc:date>
  </entry>
  <entry>
    <title>flow2d-3d: libexpat.dll missing. VS2017 Community + Ifort 18 Windows 10</title>
    <link rel="alternate" href="https://dlt-acc.firelay.cloud/c/message_boards/find_message?p_l_id=3231581&amp;messageId=3397640" />
    <author>
      <name>Dennis de Ruiter</name>
    </author>
    <id>https://dlt-acc.firelay.cloud/c/message_boards/find_message?p_l_id=3231581&amp;messageId=3397640</id>
    <updated>2018-06-26T13:14:51Z</updated>
    <published>2018-06-25T11:32:44Z</published>
    <summary type="html">&lt;p&gt;Hello all,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;I am trying to compile Delft3D from trunk 7545 as recommended. I am
  using VS2017 Community edition with Ifort 2018, on Windows 10. With
  the help of David Gutiérrez's excellent post in this thread: &lt;a
  href="https://oss.deltares.nl/web/delft3d/home/-/message_boards/message/1439326/maximized"&gt;https://oss.deltares.nl/web/delft3d/home/-/message_boards/message/1439326/maximized&lt;/a&gt;
  in where he outlays all steps for this combination I have managed to
  compile a somewhat working version. Somewhat working as in, examples
  which do not use flow2d-3d work (like example 7 to 11), but those
  which use flow2d-3d present the following error:&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;
  &lt;img src="https://i.imgur.com/GGtsT5J.png" /&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Checking the bin folder of the module it indeed seems the .dll file
  is nowhere to be found.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;
  &lt;img src="https://i.imgur.com/AVdXppN.png" /&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Now during compilation, at the end the whole process freezes and my
  computer runs out of memory. This seems to be a known issue with an
  outdated/deprecated module being compiled which is not nessecary for
  the end result I understood reading on the forums. The fact that the
  other examples work seems that there are some things going good, but
  something earlier is getting messed up in the compilation it seems.&lt;/p&gt;
&lt;p&gt;What can be potential causes, and I think more importantly, what can
  I do to be able to find what is going wrong here so I can hopefully be
  guided towards a fully instead of half working compilation? I must
  admit that I am not particulary experienced in compiling programmes
  though now I have come this far I am adament to finish it.&lt;/p&gt;
&lt;p&gt;Further information for completeness sake:&lt;/p&gt;
&lt;p&gt;CPU: Core i7 5820k @ 4.2 ghz&lt;/p&gt;
&lt;p&gt;Memory: 16GB&lt;/p&gt;
&lt;p&gt;GPU: GTX 950&lt;/p&gt;
&lt;p&gt;Windows 10 build 1803&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;EDIT 26-06:&lt;/p&gt;
&lt;p&gt;I actually just found the .dll in
  C:\delft3d_repository\bin\win64\shared. Yet delft3d is unable to find
  it for some reason. I also saw Adri mention in a thread about this
  .dll being missing to try debug compilation. I REbuilt the solution in
  debug and unfortunally nothing changed. Wave module and such works,
  but flow is unable to run because it cannot find the .dll for some reason.&lt;/p&gt;
&lt;p&gt;Many thanks in advance,&lt;/p&gt;
&lt;p&gt;Dennis&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</summary>
    <dc:creator>Dennis de Ruiter</dc:creator>
    <dc:date>2018-06-25T11:32:44Z</dc:date>
  </entry>
</feed>
