Simon Mourier's Avatar
Simon Mourier's blog (1807 answers on StackOverflow) about Microsoft technologies C#, C/C++, .NET, WinRT, WinUI3, AOT, P/Invoke, COM, Interop, DirectX, Direct2D, Windows, ...
  • 🔎︎ Search
  • Categories
  • Archives
  • About Me
  • audio
  • c/c++
  • com

LNK2019 XAudio2Create - unresolved symbol

Apr 11, 2013 See the question and my original answer on StackOverflow

XAudio2Create is not COM, it's a standard DLL export, so you do need to link with Xaudio2.lib. This library is available in %Program Files%\Windows Kits\8.0\Lib\win8\um (installed with the Windows 8 SDK).

  • SmoBlog © 2010-2026 Simon Mourier. All rights reserved.
  • Privacy & Terms