- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
I have created dll's that are going to be used across a network. Not all of the users are going to have fortran installed on their computer. I realize thatI need to redistribute someof the Intel libraries for this to succeed. Where do I need to put the Intellibraries so that everyone will be able to run the dll's?
Bob
- Marcas:
- Intel® Fortran Compiler
Link copiado
2 Respostas
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
I am not sure what you mean by "using a dll across a network". But the standard search rules for DLLs apply. DLLs are looked for in:
- The user's current directory
- The directory where the EXE is located
- Directories listed in PATH
- The Windows directory
- The Windows System directory
I may have the order of these off somewhat. You will need to put the relevant DLLs in one of these locations. Note that "The directory where the DLL is located" isn't in the list above - Windows doesn't look for associated DLLs in the directory the first DLL was found.
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
Steve,
I have a directory G:Directory that i use to store the dll's on a server.I have anAccessmde on each computer that runs the appropriate dll when called (C:Directory). Anyway, I will tryto place the libraries in these folders to run the dll.
Bob

Responder
Opções do tópico
- 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