Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.

Making a DLL "stand-alone"

jimmck
Beginner
668 Views
Parden the noob question, but what do I need to do to make a DLL I want to link to Excel stand-alone without the 3 DLLs from IF and VS (libifcoremd, libmmd and msvcrXX)? Do I link a .lib vs. .dll for those? if so, what is the best way?

Thanks for any help,
Jim
0 Kudos
2 Replies
Steven_L_Intel1
Employee
668 Views
Project > Properties > Fortran > Libraries > Use runtime library > Multithreaded (/MT).
0 Kudos
jimmck
Beginner
668 Views
Thanks, Steve. That worked great.
0 Kudos
Reply