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.
我在 C# 中创建了一个 dll,需要由各种 C++ 应用程序使用。在安装我的产品期间,我执行 regasm 命令为我的 dll 生成 .tlb 文件。
如何从我的 C++ 应用程序加载此 tlb 并在其上调用函数?