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.
假设,我在我的 VB6 程序中使用了许多 Windows 不提供的文件.ocx。.tlb现在,如果我想在不存在这些文件的 PC 上运行我的程序,我是否必须安装并注册这两种类型的文件才能运行我的程序。
.ocx
.tlb
您必须分发 OCX 文件。但是,您可能不需要分发 TLB 文件,除非您使用远程 COM 或通过 Variant 参数从该 TLB 文件传递用户定义类型。