Author Topic: Error in Windows installation  (Read 8812 times)

iniyann

  • New Member
  • *
  • Posts: 2
Error in Windows installation
« 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

Prof. S. Govindjee

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 1160
Re: Error in Windows installation
« Reply #1 on: October 24, 2022, 07:46:18 AM »
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

Prof. S. Govindjee

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 1160
Re: Error in Windows installation
« Reply #2 on: October 24, 2022, 10:47:42 AM »
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).

iniyann

  • New Member
  • *
  • Posts: 2
Re: Error in Windows installation
« Reply #3 on: October 30, 2022, 04:33:07 AM »
Thank you Prof Govindjee
It works fine for me