Fortran LIB --> DLL



Looking if anyone with Intel VF can transform my LIB file created with
IVF into DLL, i do not have this compiler.
.



Relevant Pages

  • Re: Linking error of CxxFrameHandler3
    ... I have a dll compiled using DDK 3790.1218 WNet environment. ... After I add the Lib file in my DLL's sources file, ... User mode components can be compiled with the DDK compiler and ...
    (microsoft.public.dotnet.languages.vc)
  • Re: Calling external dll from Routine
    ... I have the function names and input/output formats of numerical values, so I can define them prior to calling my external dll. ... If you don't control the dll, you may still be able to get a .lib file for it. ... If you don't have a .lib file for the dll, I think you can fake one by writing a C project with stub definitions for the procedures, building a fake dll, and linking against the .lib file as in point 1. ... There should be some information in the .FOR file (in the form of compiler directives) that gives an indication of the compiler originally used to create it. ...
    (comp.lang.fortran)
  • Re: dll function...error..undeclared identifier
    ... Also, if the .DLL was compiled by the C compiler, you have to use C linkages to get to it, ... int CDECL function; // correct ... DLL link to .lib file by going to Project.... ...
    (microsoft.public.vc.mfc)
  • Re: How invoke hardware port I/O in DLL from Fortran?
    ... it works fine on my Windows XP-home machine when I boot it straight to ... Depends on the compiler you've got. ... LoadLibrary/GetProcAddress to get access to the *.DLL directly. ... alternative would be to make a *.LIB file from your *.DLL file and ...
    (comp.lang.fortran)
  • Re: .lib file question
    ... from where does the compiler picks up the code to embed ... If you link against ANY lib file, the linker takes only from that lib what ... For functions in a DLL, it will only include the import directives. ... A static library comtains compiled functions instead of import directives. ...
    (microsoft.public.vc.language)