Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › Programming › C++/C Programming › Compiling my dll, Error!

Compiling my dll, Error!

Posts 1–8 of 8 · Page 1 of 1
p0wn4ge
p0wn4ge
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.
#1 · 18y ago
SP
spartacchio
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.
#2 · 18y ago
p0wn4ge
p0wn4ge
where are you from? I dont understand it xD
#3 · 18y ago
radnomguywfq3
radnomguywfq3
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.
#4 · 18y ago
p0wn4ge
p0wn4ge
got everything now. Already made, close....
#5 · 18y ago
SP
spartacchio
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??
#6 · 18y ago
Alen
Alen
Quote Originally Posted by p0wn4ge View Post
got everything now. Already made, close....
He has resolved the problem, now quit the discussion here.
#7 · 18y ago
MU
MulleDK19
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
#8 · 18y ago
Posts 1–8 of 8 · Page 1 of 1

Post a Reply

Similar Threads

  • dll error/\problemBy mpghhackersrock123 in General Game Hacking
    1Last post 18y ago
  • compile error :/ from [Writing your own C++ Trainer]By FantaBrause in C++/C Programming
    7Last post 17y ago
  • [HELP] making UCE compile errorBy herowarz in Suggestions, Requests & General Help
    6Last post 18y ago
  • Detours.h Compile ErrorsBy beeker in C++/C Programming
    8Last post 16y ago
  • Get Compileing Error!By BMW M5 in C++/C Programming
    0Last post 16y ago

Tags for this Thread

#compiling#dll#error