Re: Linking to a DLL in Intel Visual Fortran




stephen wrote:
....

I am either miss-understanding what is there, or still missing the boat
on how to include these lib files.

So the post title should be "Linking to a Lib..." not DLL? Yet you
described building a .DLL project iiu in the original post...

I'm confused by the request vis a vis the concentration on the linker
and .lib files...my first thought was the problem is one is trying to
force static linking to a dynamic link???

.



Relevant Pages

  • Re: A question about MFC dll.
    ... If your DLL is linking to .lib files the ... If it's linking to an import .lib the DLL ... > Because this dll links to some libraries and I am afraid that if I compile ...
    (microsoft.public.vc.mfc)
  • error LNK2001: unresolved external symbol "unsigned int (__stdcall* ATL::g_pfnGetThreadACP)(void)" (
    ... I am trying to create a .DLL using VS 2005. ... While linking, I am ... I searched and found few answers like "all the dependent modules ... I have few .LIB files, which will be linked and finally I ...
    (microsoft.public.windowsxp.device_driver.dev)
  • Re: incremental build not optimal?
    ... >> Linking is never a part of the .NET Framework concept. ... > version of my application without the dependencies. ... > multiple clients that you have written, ... > your DLL retains backward compatibility. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: How to use C# to call the existing libraries containing unmanaged C++ classes directly?
    ... If they are in .LIB files, then there is no way of consuming these directly ... The only .NET language that is able to consume unmanaged code ... C# doesn't support this - the C# compiler always produces pure ... If it's in a DLL, then just use the 'P/Invoke' technology. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: crossing dll boundary ...
    ... Dynamic linking if calling LoadLibrary/GetProcAddress instead. ... The only way AFAIK to use exported classes in another DLL is to statically link. ... The member functions are exported functions in DllA. ... Your terminology of "static linking" versus "dynamic linking" is confusing, ...
    (microsoft.public.vc.mfc)