FEAP User Forum
FEAP => Installation => Topic started by: iniyann on October 24, 2022, 03:51:11 AM
-
Dear Professor/s
I tried installing FEAP 8.6 in Windows machine, compiled using Visual Studio 2017. I have followed all the instruction given in the installation manual. Solution was successfully built with no error, but I get the following warning.
LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library
Could you please advise how to rectify this warning.
Best,
Iniyan
-
This is just a compiler warning which you can ignore. Notwithstanding you can 'fix' the warning by following the instruction given within the text of the warning; see http://feap.berkeley.edu/forum/index.php?topic=2593.msg11636#msg11636
-
See also this option: http://feap.berkeley.edu/forum/index.php?topic=2580.msg11161#msg11161
It makes life much easier on a Windows machine (and it will avoid the MSVCRT warning).
-
Thank you Prof Govindjee
It works fine for me