- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have several DLLs that act like a database for different simulation models. Can Intel Fortran specify which of the DLLs to load by name? (They all have the same subroutines internally.)
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have several DLLs that act like a database for different simulation models. Can Intel Fortran specify which of the DLLs to load by name? (They all have the same subroutines internally.)
I was pointed to C:Program FilesIntelCompilerFortran10.1.011samplesDLLDynamicLoad which provides a solution for this problem in Windows.
Does anyone have an operating systemwrapper for Linux that will allow me to do this there?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I was pointed to C:Program FilesIntelCompilerFortran10.1.011samplesDLLDynamicLoad which provides a solution for this problem in Windows.
Does anyone have an operating systemwrapper for Linux that will allow me to do this there?
Dlopen/dlsym/dlclose are the U*x equivalent of LoadLibrary/GetProcAddress/FreeLibrary. (And that's about all I know about them).

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page