- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Am having a problem running an exe file created using ivf on another computer. Get the following error message: The program can't start because libifcoremdd.dll is missing from your computer.
Would appreciate a solution to this problem - thanks
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
On the target machine where you want to run the program, you need to install the redistributables package. See https://software.intel.com/en-us/articles/redistributables-for-intel-parallel-studio-xe-2015-composer-edition-for-windows. You may need to install the Microsoft Visual C redistributables as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Alternatively, if you build your application with the Multithreaded option (/libs:static /threads), then the required DLL's will be included in the executable and you will not need to redistribute any other packages.
The consequence of doing this, however, is that your executables will be larger.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
mecej4 wrote:Thanks very much. It worked well.
On the target machine where you want to run the program, you need to install the redistributables package. See https://software.intel.com/en-us/articles/redistributables-for-intel-par.... You may need to install the Microsoft Visual C redistributables as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
David White wrote:
Alternatively, if you build your application with the Multithreaded option (/libs:static /threads), then the required DLL's will be included in the executable and you will not need to redistribute any other packages.
The consequence of doing this, however, is that your executables will be larger.
How does one build an application with the Multithreaded option (/libs:static /threads)? - cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In Visual Studio,
Select your project
Properties / Configuration Properties / Fortran / Libraries / Runtime Library
change the option from Multithreaded DLL to Multithreaded.
Regards,
David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You'll want Debug MultiThreaded for the Debug build and Multithreaded for the Release build.
David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for the explanation! I will try that.
Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi David:
Tried your suggestion and it worked well - thanks very much.
Ian

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page