VB6 on Windows 8 ARM based Tablets

瘦欲@ 提交于 2019-12-07 13:40:31

问题


With the announcement that VB6 will be supported on Windows 8, my question is:

Is there any place where Microsoft has said (Yes or No) VB6 apps will run on the ARM based Tablets?

And, if not, is there any ARM emulator, so we could test our VB6 apps on a Windows 8 ARM Tablet?


回答1:


My understanding is: No. Windows 8 will support 2 different APIs: Win32 (and .NET on top of that) and WinRT. The Windows 8 ARM builds will only support WinRT. VB6 is compiled against the Win32 API, it won't work on the ARM tablets.

As explained by Adam Mihalcin in this answer.




回答2:


On ARM, there are no 3rd party desktop apps, VB6 or otherwise. And you won't see support for VB6 with the new Metro framework because... well... VB6 was deprecated like 10 years ago.

It's time to invest in a rewrite.



来源:https://stackoverflow.com/questions/10543357/vb6-on-windows-8-arm-based-tablets

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