Syed Ali Mohib Zaidi
Syed Ali Mohib Zaidi

Reputation: 25

LINK : fatal error LNK1104: cannot open file 'd3dxof.lib dxguid.lib d3d9.lib, d3dx9.lib, winmm.lib'

lib dxguid.lib d3d9.lib, d3dx9.lib, winmm.lib in the linker and added the DirectX Sdk Directory so this should work but doesnt :(

I Keep getting this error:

LINK : fatal error LNK1104: cannot open file 'd3dxof.lib dxguid.lib d3d9.lib, d3dx9.lib, winmm.lib'

Upvotes: 0

Views: 2162

Answers (1)

Lucas Peralta
Lucas Peralta

Reputation: 11

this is a bit late, but maybe it can help someone. Go to your project properties and in the Linker tab add in "Additional Library Directories" you Lib folder which is inside your SDK

Upvotes: 1

Related Questions