【问题标题】:Visual Studio 6.0 apps on AzureAzure 上的 Visual Studio 6.0 应用
【发布时间】:2020-10-26 06:07:38
【问题描述】:

我可以在 Azure 上运行由 Visual Studio 6 创建的应用吗?我正在考虑已经编译过的旧版本,它们可以提供可以通过管道传输的控制台输出。我有哪些选择?

应用程序是用 Visual Basic 和 Visual C++ 6 编写的。

【问题讨论】:

    标签: azure vb6 legacy visual-c++-6


    【解决方案1】:

    假设您指的是 Visual Basic 6.0 应用程序,那么是的,使用 any of these OSes 部署虚拟机并在其上运行您的应用程序。

    Visual Basic 团队致力于在以下受支持的 Windows 操作系统上实现 Visual Basic 6.0 应用程序的“It Just Works”兼容性:

    Windows 10
    Windows 8.1
    Windows 7
    Windows Server 2019
    Windows Server 2016
    Windows Server 2012 including R2
    Windows Server 2008 including R2
    

    Visual Basic 团队的目标是让 Visual Basic 6.0 应用程序继续在受支持的 Windows 版本上运行。如本文档所述,核心 Visual Basic 6.0 运行时将在受支持的 Windows 版本的整个生命周期内得到支持 [...]

    (来自https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-basic-6/visual-basic-6-support-policy

    您可能也可以将Azure Container Instances 与 Windows 容器一起使用,但为 VB6 构建容器映像可能会很棘手。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2016-07-13
      • 2017-05-05
      • 2016-02-11
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-04-22
      • 2013-10-18
      相关资源
      最近更新 更多