Ver Mensaje Individual
  #3 (permalink)  
Antiguo 26/08/2013, 11:36
vosk
 
Fecha de Ingreso: agosto-2012
Mensajes: 601
Antigüedad: 11 años, 8 meses
Puntos: 83
Respuesta: .exe no encuentra lib dinamica

A modo de curiosidad, esta es la descripcion que viene en el manual de windows (supongo que para los otros s.o. será parecido, no se) (no lo traduzco, supongo que se entendera lo que significa :) ):

Código C:
Ver original
  1. When the system starts a program that uses load-time dynamic linking, it uses the information in the file to locate the names
  2. of the required DLL(s). The system then searches for the DLLs in the following locations, in sequence:
  3.  
  4.     1The directory that contains the module for the current process.
  5.     2The current directory.
  6.     3The Windows system directory. The GetSystemDirectory function retrieves the path of this directory.
  7.     4The Windows directory. The GetWindowsDirectory function retrieves the path of this directory.
  8.     5The directories listed in the PATH environment variable.

Saludos
vosk