You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to build the solution, and it doesn't seem to work, I tried x86 and x64, and everything passes but I just get the error "cannot open input file d3dx9.lib"
I did delete the "#include <d3dx9.h>" in common.h, but the reason I did that is cause normally when I just installed your base and all the files and I built it without changing anything it gave me like 27 or 28 errors in ever .cpp file and errors such as "cannot open source file "d3dx9.h"" and Cannot open include file: 'd3dx9.h': No such file or directory (compiling source file features\resolver.cpp) and same error for every other .cpp file. Could you help me with building it?
The text was updated successfully, but these errors were encountered:
Hey there,
I'm trying to build the solution, and it doesn't seem to work, I tried x86 and x64, and everything passes but I just get the error "cannot open input file d3dx9.lib"
I did delete the "#include <d3dx9.h>" in common.h, but the reason I did that is cause normally when I just installed your base and all the files and I built it without changing anything it gave me like 27 or 28 errors in ever .cpp file and errors such as "cannot open source file "d3dx9.h"" and Cannot open include file: 'd3dx9.h': No such file or directory (compiling source file features\resolver.cpp) and same error for every other .cpp file. Could you help me with building it?
The text was updated successfully, but these errors were encountered: