Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
很抱歉这个蹩脚的问题,但阅读 MSDN 并没有让我明白这一点。类型库 (.tlb) 是否独立于 Windows SDK 的体系结构和版本?
是的,类型库应该适用于不同的 CPU 架构。这不会阻止程序员将指针或句柄锤击成整数,这并非完全不常见的罪过,因为它们不是自动化中允许的类型。这样的组件不太可能在 64 位代码中运行良好。
在 Windows SDK 标头中声明的核心自动化类型(如 BSTR 和 VARIANT)是稳定的,并且永远无法更改。而没有。