Win32和AutoIT支持

编程入门 行业动态 更新时间:2024-10-21 19:29:03
本文介绍了Win32和AutoIT支持的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我是Windows 10 IoT的新手。它是否支持Win32和AutoIT应用程序?再次感谢。

I am very new to Windows 10 IoT. Does it support Win32 and AutoIT applications? Thanks again.

推荐答案

您好,

Windows IoT核心支持UWP和非UWP应用类型。 IoT Core是一个以UWP为中心的操作系统,UWP应用程序是其主要应用程序类型。除了传统的UI应用程序,IoT Core还添加了一个名为"后台应用程序"的新UWP应用程序类型。这些应用程序没有UI组件,而是有一个实现"IBackgroundTask"的类。界面。

Windows IoT Core supports UWP andnon-UWP app types. IoT Core is a UWP centric OS and UWP apps are its primary app type.In addition to the traditional UI apps, IoT Core has added a new UWP app type called "Background Applications". These applications do not have a UI component, but instead have a class that implements the "IBackgroundTask" interface.

此外,物联网核心支持某些传统的Win32应用程序类型,如Win32控制台应用程序和NT服务。这些应用程序的构建和运行方式与Windows 10桌面上的相同。此外,还有一个物联网核心C ++控制台项目模板,可以使用Visual Studio轻松构建此类应用程序。但是这些非UWP应用程序有两个主要限制:

In addition,IoT Core supports certain traditional Win32 app types such as Win32 Console Apps and NT Services. These apps are built and run the same way as on Windows 10 Desktop. Additionally, there is an IoT Core C++ Console project template to make it easy to build suchapps using Visual Studio. But there are two main limitations on these non-UWP applications:

  • 没有遗留的Win32 UI支持:IoT Core不包含用于创建经典(HWND)Windows的API 。传统方法(如CreateWindow()和CreateWindowEx()或任何其他处理Windows句柄(HWND)的方法都不可用。随后,IoT Core不支持依赖于此类API(包括MFC,Windows窗体和WPF)的框架。
  • 仅限C ++应用程序:目前,在IoT上开发Win32应用程序仅支持C ++核心。
  • 目前,Windows IoT Core不支持AuoIT应用程序。

    Currently, Windows IoT Core does not support AuoIT applications.

    最诚挚的问候,

    Michael

    更多推荐

    Win32和AutoIT支持

    本文发布于:2023-11-06 06:47:11,感谢您对本站的认可!
    本文链接:https://www.elefans.com/category/jswz/34/1562977.html
    版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
    本文标签:AutoIT

    发布评论

    评论列表 (有 0 条评论)
    草根站长

    >www.elefans.com

    编程频道|电子爱好者 - 技术资讯及电子产品介绍!