Author Topic: FEAPPV.exe System error  (Read 4303 times)

ankitk

  • New Member
  • *
  • Posts: 9
FEAPPV.exe System error
« on: October 02, 2019, 06:44:07 AM »
I have compiled the library and the program using visual studio 2019. I was able to was able to run the exe file last night and use the test problem. However this morning when I run the executable file, I get the following error:
The code execution cannot proceed because libifcoremd.dll was not found. Reinstalling the program may fix this problem.

Following that I recompiled the library and application with no build errors however am still getting the same error as above.

Any assistance would be greatly appreciated.

Prof. S. Govindjee

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 1160
Re: FEAPPV.exe System error
« Reply #1 on: October 02, 2019, 07:58:13 AM »
There is something wrong with your compiler setup (the DLL is part of the Intel compiler system).

Try logging out and in again, and if that doesn't resolve the issue, add:

%INTEL_DEV_REDIST%redist\intel64_win\compiler;%INTEL_DEV_REDIST%redist\ia32_win\compiler

to PATH.