- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
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.)
- Marcas:
- Intel® Fortran Compiler
Link copiado
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
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?
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
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).

- Subscrever fonte RSS
- Marcar tópico como novo
- Marcar tópico como lido
- Flutuar este Tópico para o utilizador atual
- Marcador
- Subscrever
- Página amigável para impressora