Error LNK2019
I'm trying to compile a hack, and I kept getting the error:
Can not open d3dx9.lib, file or directory does not exist.
I finally fixed that but then I get another problem:
Can someone tell me what is wrong, I looked up help and it didn't work.
Can not open d3dx9.lib, file or directory does not exist.
I finally fixed that but then I get another problem:
Code:
1>Linking... 1>Base.obj : error LNK2019: unresolved external symbol _D3DXCreateFontA@48 referenced in function __catch$?ReFont@@YAXPAUIDirect3DDevice9@@@Z$0 1>C:\Users\Me\Documents\Visual Studio 2008\Projects\Hack\Debug\Menu.dll : fatal error LNK1120: 1 unresolved externals


