winapi - Azure running native win32 code? -


From this post I came to know that we can run non-managed code in the auction.

My question is that we have access to all Win32 APIs in Python, In running a non-managed code in the auction

Thanks Nakago ...

Most Win32 APIs will work fine. But please note that Windows Blue is a service environment, so generally it is not understandable to call API such as CreateWindowsEx.

In addition, by default, only core OS components are installed. If you want to use them (via startup work or custom VM image), please install libraries like ATLs. Manually enable desktop experience to use some OS features From my experience, the IIA has tried to use Direct 2D (to process images but not present them) and Media Foundation, It does not have to face any problem.

Best Relationship,

Ming Ju

Comments