基于 Windows 8 ARM 的平板电脑上的 VB6
随着 Windows 8 将支持 VB6 的公告,我的问题是:
With the announcement that VB6 will be supported on Windows 8, my question is:
微软有没有说过(是或否)VB6 应用程序将在基于 ARM 的平板电脑上运行的地方?
Is there any place where Microsoft has said (Yes or No) VB6 apps will run on the ARM based Tablets?
如果没有,是否有任何 ARM 模拟器,以便我们可以在 Windows 8 ARM 平板电脑上测试我们的 VB6 应用程序?
And, if not, is there any ARM emulator, so we could test our VB6 apps on a Windows 8 ARM Tablet?
我的理解是:不.Windows 8 将支持 2 种不同的 API:Win32(以及在其之上的 .NET)和 WinRT.Windows 8 ARM 版本将仅支持 WinRT.VB6 是针对 Win32 API 编译的,它不适用于 ARM 平板电脑.
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.
正如 Adam Mihalcin 在这个答案中所解释的那样.
As explained by Adam Mihalcin in this answer.