Results 1 to 8 of 8
  1. #1
    p0wn4ge's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    Holland :)
    Posts
    154
    Reputation
    12
    Thanks
    187
    My Mood
    Amused

    Compiling my dll, Error!

    HereĀ“s my error:

    Code:
    1>------ Build started: Project: TatniumD3D, Configuration: Debug Win32 ------
    1>Compiling...
    1>d3d8tex.cpp
    1>c:\documents and settings\admin\mijn documenten\zooi\d3d_starterkit_v3.0b\d3d_starterkit_v3.0b\d3d8\d3d8.h(7) : fatal error C1083: Cannot open include file: 'd3d8.h': No such file or directory
    1>d3d8int.cpp
    1>c:\documents and settings\admin\mijn documenten\zooi\d3d_starterkit_v3.0b\d3d_starterkit_v3.0b\d3d8\d3d8.h(7) : fatal error C1083: Cannot open include file: 'd3d8.h': No such file or directory
    1>d3d8dev.cpp
    1>c:\documents and settings\admin\mijn documenten\zooi\d3d_starterkit_v3.0b\d3d_starterkit_v3.0b\d3d8\d3d8.h(7) : fatal error C1083: Cannot open include file: 'd3d8.h': No such file or directory
    1>main.cpp
    1>c:\documents and settings\admin\mijn documenten\zooi\d3d_starterkit_v3.0b\d3d_starterkit_v3.0b\d3d8\d3d8.h(7) : fatal error C1083: Cannot open include file: 'd3d8.h': No such file or directory
    1>d3d8.cpp
    1>c:\documents and settings\admin\mijn documenten\zooi\d3d_starterkit_v3.0b\d3d_starterkit_v3.0b\d3d8\d3d8.h(7) : fatal error C1083: Cannot open include file: 'd3d8.h': No such file or directory
    1>Generating Code...
    1>Creating browse information file...
    1>Microsoft Browse Information Maintenance Utility Version 9.00.21022
    1>Copyright (C) Microsoft Corporation. All rights reserved.
    1>BSCMAKE: error BK1506 : cannot open file '.\Debug\main.sbr': No such file or directory
    1>Build log was saved at "file://c:\Documents and Settings\Admin\Mijn documenten\ZOOI\D3D_Starterkit_v3.0b\D3D_Starterkit_v3.0b\D3D8\Debug\BuildLog.htm"
    1>TatniumD3D - 6 error(s), 0 warning(s)
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
    how to fix this? (comes when I compile my dll) From the "D3D8" Folder.

  2. #2
    spartacchio's Avatar
    Join Date
    Aug 2007
    Gender
    male
    Posts
    23
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by p0wn4ge View Post
    HereĀ“s my error:

    Code:
    1>------ Build started: Project: TatniumD3D, Configuration: Debug Win32 ------
    1>Compiling...
    1>d3d8tex.cpp
    1>c:documents and settingsadminmijn documentenzooid3d_starterkit_v3.0bd3d_starterkit_v3.0bd3d8d3d8.h(7) : fatal error C1083: Cannot open include file: 'd3d8.h': No such file or directory
    1>d3d8int.cpp
    1>c:documents and settingsadminmijn documentenzooid3d_starterkit_v3.0bd3d_starterkit_v3.0bd3d8d3d8.h(7) : fatal error C1083: Cannot open include file: 'd3d8.h': No such file or directory
    1>d3d8dev.cpp
    1>c:documents and settingsadminmijn documentenzooid3d_starterkit_v3.0bd3d_starterkit_v3.0bd3d8d3d8.h(7) : fatal error C1083: Cannot open include file: 'd3d8.h': No such file or directory
    1>main.cpp
    1>c:documents and settingsadminmijn documentenzooid3d_starterkit_v3.0bd3d_starterkit_v3.0bd3d8d3d8.h(7) : fatal error C1083: Cannot open include file: 'd3d8.h': No such file or directory
    1>d3d8.cpp
    1>c:documents and settingsadminmijn documentenzooid3d_starterkit_v3.0bd3d_starterkit_v3.0bd3d8d3d8.h(7) : fatal error C1083: Cannot open include file: 'd3d8.h': No such file or directory
    1>Generating Code...
    1>Creating browse information file...
    1>Microsoft Browse Information Maintenance Utility Version 9.00.21022
    1>Copyright (C) Microsoft Corporation. All rights reserved.
    1>BSCMAKE: error BK1506 : cannot open file '.Debugmain.sbr': No such file or directory
    1>Build log was saved at "file://c:Documents and SettingsAdminMijn documentenZOOID3D_Starterkit_v3.0bD3D_Starterkit_v3.0bD3D8DebugBuildLog.htm"
    1>TatniumD3D - 6 error(s), 0 warning(s)
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
    how to fix this? (comes when I compile my dll) From the "D3D8" Folder.
    ^^ i try mee too to compile d3d but i get errors in the later step(i resolved all the include errors)
    IF your include is between <> means that these include should be in include(visual studio-sub folder) folder,IF is between "" means that the include should be in your project folder.
    When i try to compile the d3d(tatnium) i found a lot of INCLUDE errors,u need to go in google and type 'd3d8.h',a good site is Koders than u download those include and put it in the good folder.
    (u will get an errors after resolve all include problems,if u know how to "repair" SetCorsorIcon (i haven't got the right code NOW) plz tell me how to do that^^

    Sry for my bad english but i think that u understand all.

  3. #3
    Threadstarter
    Advanced Member
    p0wn4ge's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    Holland :)
    Posts
    154
    Reputation
    12
    Thanks
    187
    My Mood
    Amused
    where are you from? I dont understand it xD

  4. #4
    radnomguywfq3's Avatar
    Join Date
    Jan 2007
    Gender
    male
    Location
    J:\E\T\A\M\A\Y.exe
    Posts
    8,858
    Reputation
    381
    Thanks
    1,823
    My Mood
    Sad
    Quote Originally Posted by p0wn4ge View Post
    where are you from? I dont understand it xD
    You should learn C++ before trying to hack in it. You have to download DX9\8 SDK and plugin the includes\Libs, DX10 SDK doesn't support DX8, so it has to be DX9\8.



    There are two types of tragedies in life. One is not getting what you want, the other is getting it.

    If you wake up at a different time in a different place, could you wake up as a different person?


  5. #5
    Threadstarter
    Advanced Member
    p0wn4ge's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    Holland :)
    Posts
    154
    Reputation
    12
    Thanks
    187
    My Mood
    Amused
    got everything now. Already made, close....

  6. #6
    spartacchio's Avatar
    Join Date
    Aug 2007
    Gender
    male
    Posts
    23
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by p0wn4ge View Post
    got everything now. Already made, close....
    ^^ sry for my really ba dEng! ; P

    Have u compiled your d3d dll?? did u get other errors after have icluded all the file.h??

  7. #7
    Alen's Avatar
    Join Date
    Oct 2007
    Gender
    male
    Location
    Liquid Generator
    Posts
    27,920
    Reputation
    2548
    Thanks
    4,224
    My Mood
    Fine
    Quote Originally Posted by p0wn4ge View Post
    got everything now. Already made, close....
    He has resolved the problem, now quit the discussion here.

  8. #8
    MulleDK19's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    I still have this shit problem..

    I've got Visual Studio 2008, Dx9 SDK (June 2008)

    I'm trying to compile the dx8 example as well.

    Error 1 fatal error C1083: Cannot open include file: 'd3dx8.h': No such file or directory d:\dotnet_d3d_hook\d3d8\d3d8.h 8 TatniumD3D
    Error 2 fatal error C1083: Cannot open include file: 'd3dx8.h': No such file or directory d:\dotnet_d3d_hook\d3d8\d3d8.h 8 TatniumD3D
    Error 3 fatal error C1083: Cannot open include file: 'd3dx8.h': No such file or directory d:\dotnet_d3d_hook\d3d8\d3d8.h 8 TatniumD3D
    Error 4 fatal error C1083: Cannot open include file: 'd3dx8.h': No such file or directory d:\dotnet_d3d_hook\d3d8\d3d8.h 8 TatniumD3D
    Error 5 fatal error C1083: Cannot open include file: 'd3dx8.h': No such file or directory d:\dotnet_d3d_hook\d3d8\d3d8.h 8 TatniumD3D
    Error 6 error BK1506 : cannot open file '.\Debug\main.sbr': No such file or directory BSCMAKE TatniumD3D

Similar Threads

  1. Get Compileing Error!
    By BMW M5 in forum C++/C Programming
    Replies: 0
    Last Post: 11-15-2009, 02:16 AM
  2. Detours.h Compile Errors
    By beeker in forum C++/C Programming
    Replies: 8
    Last Post: 10-19-2009, 07:16 PM
  3. compile error :/ from [Writing your own C++ Trainer]
    By FantaBrause in forum C++/C Programming
    Replies: 7
    Last Post: 07-06-2009, 11:09 PM
  4. [HELP] making UCE compile error
    By herowarz in forum Suggestions, Requests & General Help
    Replies: 6
    Last Post: 02-03-2008, 12:35 AM
  5. dll error/\problem
    By mpghhackersrock123 in forum General Game Hacking
    Replies: 1
    Last Post: 10-23-2007, 12:46 AM

Tags for this Thread