FEAP User Forum

FEAP => FEAPpv => Topic started by: ankitk on October 02, 2019, 06:44:07 AM

Title: FEAPPV.exe System error
Post by: ankitk 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.
Title: Re: FEAPPV.exe System error
Post by: Prof. S. Govindjee 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.