linker question

Started by
3 comments, last by phil67rpg 12 years, 5 months ago
I am getting the follwing linker error.
[font="Consolas"][size="1"][font="Consolas"][size="1"]

dx9game.obj : error LNK2019: unresolved external symbol _D3DXCreateSprite@8 referenced in function _WinMain@16

1>C:\Users\phil\documents\visual studio 2010\Projects\dx9game\Debug\dx9game.exe : fatal error LNK1120: 1 unresolved externals

========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped =========
I am probably missing a library but dont know which one.

[/font][/font]
Advertisement
I am still using dx9.
Are you linking against D3dx9.lib?
yes I am.

well I had to double link the d3dx9.lib file, but I did get it to work, thanks for all the help.

This topic is closed to new replies.

Advertisement