Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1636770
  • 博文数量: 584
  • 博客积分: 13857
  • 博客等级: 上将
  • 技术积分: 11883
  • 用 户 组: 普通用户
  • 注册时间: 2009-12-16 09:34

分类: WINDOWS

2011-05-27 08:50:33

Search Path Used by Windows to Locate a DLL
Visual Studio .NET 2003

With both implicit and explicit linking, Windows first searches the set of pre-installed DLLs such as the performance library (KERNEL32.DLL) and the security library (USER32.DLL). Windows then searches for the DLLs in the following sequence:

  1. The directory where the executable module for the current process is located.
  2. The current directory.
  3. The Windows system directory. The GetSystemDirectory function retrieves the path of this directory.
  4. The Windows directory. The GetWindowsDirectory function retrieves the path of this directory.
  5. The directories listed in the PATH environment variable.
    Note   The LIBPATH environment variable is not used.
阅读(820) | 评论(0) | 转发(0) |
0

上一篇:SQL语句大全

下一篇:QT_PLUGIN_PATH

给主人留下些什么吧!~~