开发者

Can an x64 program access an x86 COM object on Windows x64? [duplicate]

This question already has answers here: Closed 12 years ago.

Possible Duplicate:

Access x86 COM from x64 .NET

I have a 开发者_开发知识库COM object which is only x86.

My program runs native x64 (not through WOW64 emulation).

Is it possible that my program can access the x86 COM object?

Or do I need to port the x86 COM object to x64?


Yes, you can, but only in out-of-proc mode.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜