On Windows, applications can be built with the AOCL-Utils library using Clang/Clang++ Compilers as described in the “Building from Source on Windows” section.
The same code examples work cross-platform with appropriate headers. For thread pinning examples on Windows, the library uses Windows GROUP_AFFINITY APIs internally.
Library Options:
Dynamic: libaoclutils.lib (import library) + libaoclutils.dll (runtime)
Static: libaoclutils_static.lib
Important
Copy libaoclutils.dll to the application folder or add to PATH for dynamic linking.