Error LNK2001: unresolved external symbol _D3DXCreateFont@48
[HTML]1>------ Build started: Project: MenuHack, Configuration: Release Win32 ------
1>Compiling...
1>Linking...
1>Base.obj : error LNK2001: unresolved external symbol _D3DXCreateFont@48
1>C:\Documents and Settings\***\Desktop\CaBase\Release\CaBase.dll : fatal error LNK1120: 1 unresolved externals
==========
Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped
=========
/HTML]
I searched on MPGH and Google. These are my Includes:
[HTML]#include <windows.h>
#include <Winuser.h>
#include <stdio.h>
#include <d3d9.h>
#include <d3dx9.h>
#include <fstream>
#include <stdio.h>[/HTML]
I tried 3 different bases all day and all of them gave me this error!

1>Compiling...
1>Linking...
1>Base.obj : error LNK2001: unresolved external symbol _D3DXCreateFont@48
1>C:\Documents and Settings\***\Desktop\CaBase\Release\CaBase.dll : fatal error LNK1120: 1 unresolved externals
==========
Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped
=========
/HTML]I searched on MPGH and Google. These are my Includes:
[HTML]#include <windows.h>
#include <Winuser.h>
#include <stdio.h>
#include <d3d9.h>
#include <d3dx9.h>
#include <fstream>
#include <stdio.h>[/HTML]
I tried 3 different bases all day and all of them gave me this error!

