On 9/28/24 02:08, wei zhang wrote:
> *** Caution: EXTERNAL Sender ***
Wei:
I'm not particularly familiar with Visual Studio, but have a couple of
suggestions:
* As a general rule, setting up deal.II projects "a blank C++ project in
Visual Studio 2019 and copying the code from the step-1 tutorial into the
project" is likely not going to work. You need to also copy the CMakeLists.txt
into it, and let cmake do its magic to properly set up compiler flags and all
sorts of other things. Is that what you did? If you really started with a
blank project, can you compile step-1 in its original directory, using cmake
to set up the project?
* Do you happen to have access to a newer version of Visual Studio? 2019 is a
good while ago, newer compilers might have this fixed.
* You say that you "encountered the following errors during debugging". Do you
mean during "compiling"? Or which part of the build process is producing this
error? Perhaps during linking?
Best
W.
--
------------------------------------------------------------------------
Wolfgang Bangerth email:
bang...@colostate.edu
www:
http://www.math.colostate.edu/~bangerth/