Can a VB6 component be compiled to 64 bit?

后端 未结 2 1590
长发绾君心
长发绾君心 2021-01-04 05:54

Is there a way to compile a VB6 component into 64 bits?

My feeling is that the answer is \"no\", but I would like to confirm this.

Please, if you can, paste

2条回答
  •  鱼传尺愫
    2021-01-04 06:13

    No. I hope this counts as authoritative.

    64-Bit Windows
    Visual Basic 6.0 runtime files are 32-bit. These files ship in 64-bit Windows Operating Systems referenced in the table below. 32-bit VB6 applications and components are supported in the WOW emulation environment only. 32-bit components must also be hosted in 32-bit application processes.

    The Visual Basic 6.0 IDE has never been offered in a native 64-bit version, nor has the 32-bit IDE been supported on 64-bit Windows. VB6 development on 64-bit Windows is not and will not be supported.

提交回复
热议问题