Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DirectX Problem 1

Status
Not open for further replies.

Tdrgabi

Programmer
Jun 24, 2004
43
RO
Hello.
I was trying to load a mesh using D3DXLoadMeshFromX.
When I got this error:

d3dx9.lib(fastftoa.obj) : error LNK2001: unresolved external symbol __aulldvrm


I've linked :
d3d9.lib
d3dx9.lib
winmm.lib
and I know that D3DXLoadMeshFromX is from d3dx9.lib.
 
Simply by pasting the symbol name into google gave me lots of useful information.
Here's a Link
It seems that DX9 doesn't like VC6, so you need to fix it with some additional library - the link tells you how.


--
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top