64 bit C# with a 32 bit VB6 COM object

前端 未结 4 1052
情话喂你
情话喂你 2020-11-29 10:55

I have a 32 bit in-proc STA VB6 dll. I sadly cannot do anything about this. My C# component greatly benefits from being 64 bit. Is there anyway to call/interface with this 3

4条回答
  •  迷失自我
    2020-11-29 11:23

    The 32bit COM component will have to run out of process.

    Before embarking on creating a wrapper, check out whether COM+ (Object Services) will host it.

提交回复
热议问题