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.
我有两个不同版本的 ActiveX。
不幸的是,他们都使用相同的 CLSID。当我注册新版本时,旧版本被删除。
我想使用旧版本的一些控件和新版本的一些控件。
我怎样才能做到这一点?
注册时是否可以强制新的 ActiveX 使用不同的 CLSID?这应该消除注册新版本时删除旧版本的问题吗?