Some Win32 API Functions are not implemented for ARM64

  • Thread starter Thread starter Rohit Santhanam
  • Start date Start date
R

Rohit Santhanam

Guest
I am trying to build a DLL for ARM64 using Visual Studio 2019.

My dev box is running Windows 7.

It seems like some of the Win32 API functions have not been implemented for ARM64.

Here are some examples: CreateSolidBrush, SetBkColor, Rectangle.

There are others.

The linker complains that it cannot find these functions.

Can someone help me understand this?

Continue reading...
 
Back
Top