AlexSleyore
04-21-2008, 03:07 AM
ok i have installed the direct X 8.1 SDK and Directx 9 SDK and i have VC++08 and i attempted to compile the started kit and it still failed with the following errors any ideas from here.. (also moved the contents of system 32 folder to my system 32 folder nothing seems to be getting rid of the errors listed below (their all cant fin d3d8.h invlude file.. en
------ Rebuild All started: Project: TatniumD3D, Configuration: Debug Win32 ------
Deleting intermediate and output files for project 'TatniumD3D', configuration 'Debug|Win32'
Compiling...
d3d8tex.cpp
g:d3d_starterkit_v3_1_.0bd3d_starterkit_v3.0bd3d8d 3d8.h(7) : fatal error C1083: Cannot open include file: 'd3d8.h': No such file or directory
d3d8int.cpp
g:d3d_starterkit_v3_1_.0bd3d_starterkit_v3.0bd3d8d 3d8.h(7) : fatal error C1083: Cannot open include file: 'd3d8.h': No such file or directory
d3d8dev.cpp
g:d3d_starterkit_v3_1_.0bd3d_starterkit_v3.0bd3d8d 3d8.h(7) : fatal error C1083: Cannot open include file: 'd3d8.h': No such file or directory
main.cpp
g:d3d_starterkit_v3_1_.0bd3d_starterkit_v3.0bd3d8d 3d8.h(7) : fatal error C1083: Cannot open include file: 'd3d8.h': No such file or directory
d3d8.cpp
g:d3d_starterkit_v3_1_.0bd3d_starterkit_v3.0bd3d8d 3d8.h(7) : fatal error C1083: Cannot open include file: 'd3d8.h': No such file or directory
Generating Code...
Creating browse information file...
Microsoft Browse Information Maintenance Utility Version 9.00.21022
Copyright (C) Microsoft Corporation. All rights reserved.
BSCMAKE: error BK1506 : cannot open file '.Debugmain.sbr': No such file or directory
Build log was saved at "file://g:D3D_Starterkit_v3_1_.0bD3D_Starterkit_v3.0bD3D8D ebugBuildLog.htm"
TatniumD3D - 6 error(s), 0 warning(s)
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
anyone feel like helping.. im just getting into DLLS and i hvnt been able to hook D3d as of yet... have hooked the time keeping thing and made a DLL hack based off that without an GUI interface...
------ Rebuild All started: Project: TatniumD3D, Configuration: Debug Win32 ------
Deleting intermediate and output files for project 'TatniumD3D', configuration 'Debug|Win32'
Compiling...
d3d8tex.cpp
g:d3d_starterkit_v3_1_.0bd3d_starterkit_v3.0bd3d8d 3d8.h(7) : fatal error C1083: Cannot open include file: 'd3d8.h': No such file or directory
d3d8int.cpp
g:d3d_starterkit_v3_1_.0bd3d_starterkit_v3.0bd3d8d 3d8.h(7) : fatal error C1083: Cannot open include file: 'd3d8.h': No such file or directory
d3d8dev.cpp
g:d3d_starterkit_v3_1_.0bd3d_starterkit_v3.0bd3d8d 3d8.h(7) : fatal error C1083: Cannot open include file: 'd3d8.h': No such file or directory
main.cpp
g:d3d_starterkit_v3_1_.0bd3d_starterkit_v3.0bd3d8d 3d8.h(7) : fatal error C1083: Cannot open include file: 'd3d8.h': No such file or directory
d3d8.cpp
g:d3d_starterkit_v3_1_.0bd3d_starterkit_v3.0bd3d8d 3d8.h(7) : fatal error C1083: Cannot open include file: 'd3d8.h': No such file or directory
Generating Code...
Creating browse information file...
Microsoft Browse Information Maintenance Utility Version 9.00.21022
Copyright (C) Microsoft Corporation. All rights reserved.
BSCMAKE: error BK1506 : cannot open file '.Debugmain.sbr': No such file or directory
Build log was saved at "file://g:D3D_Starterkit_v3_1_.0bD3D_Starterkit_v3.0bD3D8D ebugBuildLog.htm"
TatniumD3D - 6 error(s), 0 warning(s)
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
anyone feel like helping.. im just getting into DLLS and i hvnt been able to hook D3d as of yet... have hooked the time keeping thing and made a DLL hack based off that without an GUI interface...