Compilation Error in Win10 with VS2017 and IVF2019 - Delwaq - Delft3D
Home_intro
intro story DELWAQ
DELWAQDELWAQ is the engine of the D-Water Quality and D-Ecology programmes of the Delft3D suite. It is based on a rich library from which relevant substances and processes can be selected to quickly put water and sediment quality models together. The processes library covers many aspects of water quality and ecology, from basic tracers, dissolved oxygen, nutrients, organic matter, inorganic suspended matter, heavy metals, bacteria and organic micro-pollutants, to complex algae and macrophyte dynamics. High performance solvers enable the simulation of long periods, often required to capture the full cycles of the processes being modelled. The finite volume approach underlying DELWAQ allows it to be coupled to both the structured grid hydrodynamics of the current Delft3D-FLOW engine and the upcoming D-Flow Flexible Mesh engine (1D-2D-3D) of the Delft3D Flexible Mesh Suite (or even other models such as TELEMAC). 'DELWAQ in open source' is our invitation to all leading experts to collaborate in further development and research in the field of water quality, ecology and morphology using Delft3D. Feel free to post your DELWAQ related questions or comments in this dedicated forum space. If you are new to DELWAQ, the tutorial (in the user manual) is a good place to start. A list of DELWAQ related publications is available here. ** PLEASE TAG YOUR POST! ** | Sub groups
|
Message Boards
Compilation Error in Win10 with VS2017 and IVF2019
Baogan Liao, modified 2 Years ago.
Compilation Error in Win10 with VS2017 and IVF2019
Youngling Posts: 16 Join Date: 1/15/19 Recent PostsHi everybody!
After downloading souce code(tag 9180),I found that I cannot compile the source code with VS2017 and IVF2019.
When I clicked Local Windows Debugger button, the warning happened.
Any help will be much appreciated!
Attachments:
Adri Mourits, modified 2 Years ago.
RE: Compilation Error in Win10 with VS2017 and IVF2019
Yoda Posts: 1212 Join Date: 1/3/11 Recent PostsHi Baogan Liao,
Clicking the "Local Windows Debugger" button will start the debugger on the active project, which you probably did not set.
Please follow the instructions in file "src/README".
Please start with the latest tagged version, currently https://svn.oss.deltares.nl/repos/delft3d/tags/delft3dfm/63063/
Regards,
Adri
Baogan Liao, modified 2 Years ago.
RE: Compilation Error in Win10 with VS2017 and IVF2019
Youngling Posts: 16 Join Date: 1/15/19 Recent PostsThank you, Adri.
However,there are still some errors when compiling source code(63063).
(1) ERROR while copying"third_party_open\esmf\win64\bin\*.*" to "bin\x64\esmf\bin"
(2) Error C1083 Cannot open source file: 'src\vs_l.c': No such file or directory vs (tools_gpl\vs\vs)
(3) Error C1083 Cannot open source file: 'src\vs_y.c': No such file or directory vs (tools_gpl\vs\vs)
Besides, there are two application error.
Could you please tell me how to solve those problems?
Regards,
Liao BG
Attachments:
Adri Mourits, modified 2 Years ago.
RE: Compilation Error in Win10 with VS2017 and IVF2019
Yoda Posts: 1212 Join Date: 1/3/11 Recent PostsHi Liao,
The first error will not appear when starting with a fresh, empty directory.
To remove the second and third error: remove "tools_gpl/vs" from your solution. You can do that manually or by switch to the latest tagged version, currently: https://svn.oss.deltares.nl/repos/delft3d/tags/delft3dfm/63416
Regards,
Adri