Win32和AutoIT支持 [英] Win32 and AutoIT support

查看:146
本文介绍了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 and non-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 such apps using Visual Studio. But there are two main limitations on these non-UWP applications:


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

目前,Windows IoT Core不支持AuoIT应用程序。

Currently, Windows IoT Core does not support AuoIT applications.

最诚挚的问候,

Michael


这篇关于Win32和AutoIT支持的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆