1>------ Build started: Project: Hacks, Configuration: Debug Win32 ------ 1> MenuFormat.cpp 1> Base.h : Building for D3D9 1>c:\users\daniel\documents\visual studio 2012\projects\hacks\hacks\base.h(16): fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory 1> Base.cpp 1> Base.h : Building for D3D9 1>c:\users\daniel\documents\visual studio 2012\projects\hacks\hacks\base.h(16): fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory 1> Generating Code... ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
thanks
#include "detours.h" #pragma comment (lib, "detours.lib")
?1>------ Build started: Project: Hacks, Configuration: Release Win32 ------ 1> Base.cpp 1> Base.h : Building for D3D9 1>Base.cpp(208): warning C4551: function call missing argument list 1>Base.cpp(218): warning C4551: function call missing argument list 1> MenuFormat.cpp 1> Base.h : Building for D3D9 1>LINK : fatal error LNK1104: cannot open file 'detours.lib' ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
that helped lots worked fine got rid of that error and fixed some other issues i had within the menu being visible and such and wells along came something else that i have no idea what to do about it LOL so if you or anyone else that knows how to fix please take the time and post i appreciate all the help thank you <31>------ Build started: Project: Hacks, Configuration: Release Win32 ------ 1> Base.cpp 1> Base.h : Building for D3D9 1>Base.cpp(206): warning C4551: function call missing argument list 1>Base.cpp(216): warning C4551: function call missing argument list 1> Generating code 1> Finished generating code 1>detours.lib(detours.obj) : error LNK2026: module unsafe for SAFESEH image. 1>detours.lib(disasm.obj) : error LNK2026: module unsafe for SAFESEH image. 1>C:\Users\Daniel\documents\visual studio 2012\Projects\Hacks\Release\Hacks.dll : fatal error LNK1281: Unable to generate SAFESEH image. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========