문제

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 .

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top