PDA

View Full Version : after downloading and compiling



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...

Vetle
04-21-2008, 07:23 AM
i got the same problem :pctoss

ganglyman21
04-22-2008, 07:37 AM
Me too, threw some headers from the SDK in same folder and it dropped them 5 errors, but then threw 520 at me after I retried so I'm properly stuck =/

ganglyman21
04-22-2008, 10:50 AM
Here we go this worked!
http://www.dxth4x.com/forums/attachment.php?attachmentid=674&stc=1&d=1208879363

I'm not exactly good with C++ but I'm getting there done everything I wanted to so far, and so help me god this isn't gonna defeat me!

masterboy
04-23-2008, 07:20 AM
Did you try this?

Project than add to project than Files and than u go the directory of d3d.h and compile

AlexSleyore
04-24-2008, 11:35 PM
ok got rid of though errors and got it down to 1 error and 3 warning (i dont care about warnings though so)


d3d8int.cpp
d:documents and settingsalex sleyore.mikes-drivedesktopd3d_starterkit_v3_1_.0bd3d_starterkit_ v3.0bd3d8d3d8int.cpp(88) : error C2259: 'hkIDirect3DDevice8' : cannot instantiate abstract class
due to following members:
'void IDirect3DDevice8::SetCursorPosition(UINT,UINT,DWOR D)' : is abstract
h:vbasic08vcincluded3d8.h(262) : see declaration of 'IDirect3DDevice8::SetCursorPosition'


and warning if you want to get rid of them


d3d8dev.cpp
main.cpp
d:documents and settingsalex sleyore.mikes-drivedesktopd3d_starterkit_v3_1_.0bd3d_starterkit_ v3.0bd3d8main.cpp(75) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
h:vbasic08vcincludestring.h(74) : see declaration of 'strcpy'
d:documents and settingsalex sleyore.mikes-drivedesktopd3d_starterkit_v3_1_.0bd3d_starterkit_ v3.0bd3d8main.cpp(76) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
h:vbasic08vcincludestring.h(79) : see declaration of 'strcat'
d:documents and settingsalex sleyore.mikes-drivedesktopd3d_starterkit_v3_1_.0bd3d_starterkit_ v3.0bd3d8main.cpp(125) : warning C4996: '_vsnprintf': This function or variable may be unsafe. Consider using _vsnprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
h:vbasic08vcincludestdio.h(358) : see declaration of '_vsnprintf'