FEAP User Forum

FEAP => Installation => Topic started by: Paolo Di Re on May 21, 2018, 10:34:34 AM

Title: Executable not runnig on other computers without compiler or visual studio
Post by: Paolo Di Re on May 21, 2018, 10:34:34 AM
Dear All,
I'm not able to run a Feap85 executable on a other computers where Visual Studio is not installed.
I compiled the program (release version) on a Windows computer using Visual Studio Community 2017 and Intel Parallel Studio XE 2018 Cluster.
Then I copied the .exe file on another computer where Visual Studio is not installed, but I get the following error:

"This program can't start because libifcoremd.dll is missing from your computer"

Is there any properties I need to change when I compile the solution to make the .exe file work on all computers?

Thank you in advance
Title: Re: Executable not runnig on other computers without compiler or visual studio
Post by: Prof. S. Govindjee on May 21, 2018, 11:17:26 AM
Your libifcoremd.dll is either missing or corrupted.  Your registry may also have a problem.
You should run Microsoft's checker to find and repair problems with your computer.  Hopefully that
will fix the problem.
Title: Re: Executable not runnig on other computers without compiler or visual studio
Post by: Paolo Di Re on May 25, 2018, 09:44:12 AM
Thank you Professor for your suggestion.
I tried by running the Microsoft checker, but it didn't find any problem. So, unfortunately, it didn't fixed the problem.

However, starting from that, I did some research online and solved the problem by installing the following package:

https://software.intel.com/en-us/articles/redistributable-libraries-for-intel-c-and-fortran-2018-compilers-for-windows

Best regards.