VB6 application on a 64bit machine

醉酒当歌 提交于 2020-01-04 05:49:06

问题


I'm maintaining an old VB6 application, that uses some Sheridan 3D controls (SSPanel and SSTab, found in threed32.ocx and tabctl32.ocx).

Will this application work on a 64-bit machine (I guess the 32 in threed32 comes from the bit number?)

If not, what can I do to make it work?


回答1:


It should run fine via WoW.

EDIT: Since you've clarified that it's a 16-bit application1, if it's a LOB application that absolutely must run then you could try Windows XP Mode for Windows 7 and later.

If you've got a copy of VB6 kicking around, try importing the project and compiling it at 32-bit.

Otherwise you might want to put the source code through the VB .NET project upgrade wizard and see how far you can get simply by targeting 32-bit.

1 Are you sure it's VB6? The only references to 16-bit VB applications were from VB4



来源:https://stackoverflow.com/questions/8210553/vb6-application-on-a-64bit-machine

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