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 on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Making a DLL "stand-alone"

jimmck
Beginner
643 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
643 Views
Project > Properties > Fortran > Libraries > Use runtime library > Multithreaded (/MT).
0 Kudos
jimmck
Beginner
643 Views
Thanks, Steve. That worked great.
0 Kudos
Reply