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.
我正在研究一个使用 _com_ptr_t::CreateInstance 创建 COM 对象的程序。我没有得到的是,代码无需 regsvr32 引用的 COM dll 即可工作。
唯一的要求是 COM 必须驻留在可执行文件的同一目录中。
有人可以在不涉及 regsvr32 的情况下解释为什么这项工作吗?
谢谢你。
http://msdn.microsoft.com/en-us/library/ms973913.aspx
免费注册 COM ... 不难但很棘手。