How to port the Win32 library to Arm64

What you've learned

You should now know how to:

  • Create C/C++ Win32 DLL
  • Use Win32 DLL in the Console App
  • Learn how to port the C/C++ Win32 DLL to Arm64

Knowledge Check

Why do you need to configure the project dependencies?

What is the `__declspec` keyword for?

If VECTOROPERATIONS_EXPORTS is defined, the VECTOROPERATIONS_API is defined as `__declspec(dllexport)`?


Back
Next