Pregunta

Is there a way to specify an absolute path to a dll file on delphi ?

Let´s say that I want to use a spcific version of a library and wish to have this dll on my application directory.

I don´t want the application to use the dll contained at any of the path directories .

¿Fue útil?

Solución

The system already looks in the application directory by default, that is the first place it always looks. It is only when the DLL is not in the application directory that you then need to deal with absoute paths, system search paths, etc.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top