Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28994 Discussions

Missing DLLs in mixed language solution

Stephen_Painchaud
379 Views

I have a IVF10 console project in VS2005 that links to C++ code, some of which is in a DLL provided to me. I need to distribute the executable to coworkers. Some workers can run the code, others can't. Those that can't get an error msg that their computer is not properly configured.

I suspect there are missing DLLs on some computers, but I don't know how to figure which ones. Are the any tools to help me figure this out?

0 Kudos
1 Reply
Steven_L_Intel1
Employee
379 Views
Your coworkers need to install the VC2005 Redistributables Package.
0 Kudos
Reply