ATL COM 32-bit dll to 64-bit non-COM dll

梦想与她 提交于 2019-12-11 07:57:39

问题


I have a 32-bit dll library project written in C++ ATL COM. How do you convert a ATL COM project to pure C++ non-COM 64-bit? I believe ATL COM, or COM, doesn't support 64-bit.

Are there any instructions/guidelines on how to strip away the ATL COM part of such a project and replace it with managed or unmanaged C++, so it's compile able to 64-bit?

Best Regards, Johan

来源:https://stackoverflow.com/questions/52702542/atl-com-32-bit-dll-to-64-bit-non-com-dll

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!