为什么Windows 64仍然使用user32.dll等? [英] Why windows 64 still makes use of user32.dll etc?

查看:847
本文介绍了为什么Windows 64仍然使用user32.dll等?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我认为在Windows x64下,它仍然使用user32.dll和一堆其他32位库。为什么没有user64.dll?

I think under windows x64, it still uses user32.dll and a bunch of other 32 bit libraries. Why there is no user64.dll?

推荐答案

C:\Windows\System32\user32 .dll 是一个64位库。

32位版本位于 C:\Windows\ SysWOW64\user32.dll

他们不能更改任何名称,因为那样会破坏带有硬编码路径的各种程序。

They can't change any names because that would break all sorts of programs with hard-coded paths.

这篇关于为什么Windows 64仍然使用user32.dll等?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆