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

IVF command line and VS2008

erik2055
Beginner
299 Views
If I make MyProg.dll from the command line (nmake and makelfile etc) and want to call it from a VB.NET / VS2008 program, do I do anything with the library file MyProg.lib, that is generated alongside the DLL ?
Do I set something in VS for it to find and link that .lib ?
0 Kudos
1 Reply
Steven_L_Intel1
Employee
299 Views
No - if you have to name the .dll file, as you do in VB, the .lib is not used. The .lib is used when you link a native (not managed code) application and are not using LoadLibrary.
0 Kudos
Reply