18.2.3. On Windows - 5.2 English - 57404

AOCL User Guide (57404)

Document ID
57404
Release Date
2025-12-29
Version
5.2 English

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.