How to build a 64-bit .NET DLL, with 64-bit COM interop?

一笑奈何 提交于 2019-12-11 02:44:22

问题


I need to build a managed DLL, targeted for x64, and expose it via x64 COM. I need a walk through, good article, etc...

Interop is fairly straightforward, but when you talk about x64 on both sides, I can't find anything.


回答1:


Take a look at this discussion. And this.



来源:https://stackoverflow.com/questions/95628/how-to-build-a-64-bit-net-dll-with-64-bit-com-interop

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