Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2005.02.27;
Скачать: CL | DM;

Вниз

Порядок поиска DLL из приложения   Найти похожие ветки 

 
Ega23 ©   (2005-02-10 10:48) [0]

Если путь к dll не указан явным образом, то каков порядок поиска DLL при динамической загрузке?
Директория программы + всё, что в PATH указано?


 
TUser ©   (2005-02-10 11:10) [1]

Сначала в своей папке
Потом - в папке WINNT
Потом - в WINNT\System32


 
Reindeer Moss Eater ©   (2005-02-10 11:25) [2]

Папка из которой запущено приложение.
Текущая папка процесса.
Каталог Windows
и так далее до папок перечисленных в PATH


 
Ega23 ©   (2005-02-10 11:26) [3]

Thanks!


 
VMcL ©   (2005-02-10 12:11) [4]

>>Ega23 ©   (10.02.05 10:48)

LoadLibrary + F1:

the function searches for the file in the following sequence:

The directory from which the application loaded.
The current directory.
The system directory. Use the GetSystemDirectory function to get the path of this directory.
The 16-bit system directory. There is no function that obtains the path of this directory, but it is searched.
Windows Me/98/95:  This directory does not exist.
The Windows directory. Use the GetWindowsDirectory function to get the path of this directory.
The directories that are listed in the PATH environment variable.

Windows Server 2003, Windows XP SP1:  The default value of HKLM\System\CurrentControlSet\Control\Session Manager\SafeDllSearchMode is 1 (current directory is searched after the system and Windows directories).
Windows XP:  If HKLM\System\CurrentControlSet\Control\Session Manager\SafeDllSearchMode is 1, the current directory is searched after the system and Windows directories, but before the directories in the PATH environment variable. The default value is 0 (current directory is searched before the system and Windows directories).


 
VMcL ©   (2005-02-10 12:16) [5]

P.S.
Для Windows XP SP1 и Windows Server 2003 есть ещё SetDllDirectory().


 
Reindeer Moss Eater ©   (2005-02-10 12:19) [6]

Есть еще место.
HKLM\Software\Microsoft\Windows\CurrentVersion\AppPath


 
Ega23 ©   (2005-02-10 12:22) [7]

2 VMcL ©   (10.02.05 12:11) [4]

Спасибо, я уже сам нашёл...  :о)

З.Ы.
Ты почему до сих пор трезвый???  :о)



Страницы: 1 вся ветка

Текущий архив: 2005.02.27;
Скачать: CL | DM;

Наверх




Память: 0.48 MB
Время: 0.023 c
1-1108050696
miwa
2005-02-10 18:51
2005.02.27
Есть ли штатная возможность расширения выпадающей части ТListBox?


1-1107924806
mmms
2005-02-09 07:53
2005.02.27
Мастера, помогите сделать поиск по диску


3-1107107296
Ч_А_Й_Н_И_К
2005-01-30 20:48
2005.02.27
Запрос имени сервера, получение списка баз данных на сервере


14-1107950398
Cheater
2005-02-09 14:59
2005.02.27
Проблема с запуском DVD


14-1107944205
kaZaNoVa
2005-02-09 13:16
2005.02.27
Защита Исходника PHP и Delphi