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.
是否可以在 win7 64 位计算机中构建 ac# dll 和 tlb 文件并使其在 win7 32 位计算机中工作?
提前致谢 :)
编辑:我正在使用一个 c++ dll,它调用在我的 c# COM interop dll proj 中生成的 .tlb 文件。
如果你正在构建一个纯 C# DLL,你最终不会得到一个 TLB 文件。以“任何 CPU”为目标构建它,它可以在 32 位或 64 位计算机上正常工作。
如果您要导出 COM 组件(据我了解),通常只需要 TLB 文件 - 您需要这样做吗?