-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Open
Description
Describe the bug
When using dxsdk-d3dx, the effect library for D3DX9 seem to not include symbol, i get unresolved external symbol with _IID_ID3DXEffectStateManager and _IID_ID3DXEffect.
Environment
- OS: Windows 11
- Compiler: MSVC (Visual Studio 2026 Community Edition)
To Reproduce
Steps to reproduce the behavior:
- ./vcpkg install dxsdk-d3dx:x86-windows
- Query the IID_ID3DXEffect from a LPD3DXBASEFFECT.
- Build it and see the linker error.
Expected behavior
Should include D3DXEffect.
Additional context
Already including <dxsdk-d3dx/d3dx9.h> and vcpkg already include the .lib by default.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
