Author Topic: Executable not runnig on other computers without compiler or visual studio  (Read 6613 times)

Paolo Di Re

  • Jr. Member
  • **
  • Posts: 14
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

Prof. S. Govindjee

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 1160
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.

Paolo Di Re

  • Jr. Member
  • **
  • Posts: 14
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.