What programming languages ​​/ platforms can be used for the graphical interface in WinPE?

I am starting work on a project to be delivered to WinPE . I can probably use WinPE 3.0. I also know Bart PE and VistaPE , but I think I will stick with WinPE. I need x64 support and a full set of storage drivers.

I want to develop a GUI application with network access. I would like to work in Visual Studio to develop my GUI, although this is not a requirement.

What programming languages ​​can I use to configure WinPE with GUI support? With a bit of research, I found that .NET is simply not supported (from Microsoft), so it seems to exclude all C #, modern VB, etc. Does anyone run Java / Swing? C ++ with MFC or ATL (modern)? Hacked in .NET to support CLR?


I can run Perl with Win32 :: GUI. But this does not allow me to use Visual Studio with the resource view to create the GUI I want. All this must be done programmatically. Or is it possible?

+3
source share
3 answers

Realbasic, DLL. PE PXE. Realbasic - /mac/linux. , .

0

Mono #, WinPE MUCH . , mkbundle, .

Borland Delphi (v7 , , ).

0

Source: https://habr.com/ru/post/1704694/


All Articles