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 › MultiPlayer Game Hacks & Cheats › Combat Arms Hacks & Cheats › Combat Arms Hack Coding / Programming / Source Code › Combat Arms Coding Help & Discussion › Whit's Menu Error

Whit's Menu Error

Posts 1–8 of 8 · Page 1 of 1
QQiswhyihack
QQiswhyihack
Whit's Menu Error
Hey again guys, use may remember me from December 2010, when i coded a menu in Whit's Combined Source, i've just came back to coding and i have an annoying error.. i've added several hacks onto my menu but now when i go to compile/build i get one error..

This error may seem like im retarded, but atm im dumb founded trying to get back to what i DID best-

Error:
1>------ Build started: Project: Whits Base, Configuration: Release Win32 ------
1> Base.cpp
1>c:\users\QQiswhyihack\desktop\whit's base\cabase\Files.h(15): fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory
1> DirectX.cpp
1>c:\users\jake\desktop\whit's base\cabase\Files.h(15): fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory
1> Menu.cpp
1>c:\users\jake\desktop\whit's base\cabase\Files.h(15): fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory

-PLEASE-
dont troll me for this if it's simple , i'm using microsoft visual basics 2010 express.
#1 · 15y ago
DE
DecoderBack
follow this step below to solve your problem Buddy.

visual c++ -> select properties and directories -> include Both folders ( Lib and include).
#2 · edited 15y ago · 15y ago
-Dimensions-
-Dimensions-
Make sure in the Includes.h that d3dx9.h is <d3dx9.h> and not "d3dx9.h" . Then include the DirectX SDK (June 2010) Include and Libraries.

Right click the Project -> Select Properties -> C/C++ -> Additional Include Directories =
Code:
"C:\Program Files\Microsoft DirectX SDK (June 2010)\Include";"C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Include"
Include Quotes...

Linker -> Additional Library Directories =
Code:
"C:\Program Files\Microsoft DirectX SDK (June 2010)\Lib\x86";"C:\Program Files\Microsoft DirectX SDK (June 2010)\Lib\x64";"C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Lib\x64";"C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Lib\x86"
Include Quotes...

I'm using Visual Studio C++ 2008, but it shouldn't be much different. That should do it. Enjoy.

Note: You posted in the wrong section.
#3 · edited 15y ago · 15y ago
wicho_koz
wicho_koz
u need download library's
#4 · 15y ago
ken53406
ken53406
first problem you dont use visual basics express you use c++....
#5 · 15y ago
KI
kibbles18
Quote Originally Posted by DecoderBack View Post
when i coded a menu in Whit's Combined Source
Actually Whit coded it, you just copy and pasted.
#6 · 15y ago
DE
DecoderBack
Quote Originally Posted by kibbles18 View Post
Actually Whit coded it, you just copy and pasted.
i've never said i coded whit's base @kibbles18 ,@Alessandro10 did it passing by me on this thread , because he doesn't know how to speak in english and i had fun of him before.leave as it's and i don't care if he change my text again, but i Would suggest him to learn english First xD
#7 · edited 15y ago · 15y ago
OBrozz
OBrozz
Quote Originally Posted by -Dimensions- View Post
Make sure in the Includes.h that d3dx9.h is <d3dx9.h> and not "d3dx9.h" . Then include the DirectX SDK (June 2010) Include and Libraries.

Right click the Project -> Select Properties -> C/C++ -> Additional Include Directories =
Code:
"C:\Program Files\Microsoft DirectX SDK (June 2010)\Include";"C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Include"
Include Quotes...

Linker -> Additional Library Directories =
Code:
"C:\Program Files\Microsoft DirectX SDK (June 2010)\Lib\x86";"C:\Program Files\Microsoft DirectX SDK (June 2010)\Lib\x64";"C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Lib\x64";"C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Lib\x86"
Include Quotes...

I'm using Visual Studio C++ 2008, but it shouldn't be much different. That should do it. Enjoy.

Note: You posted in the wrong section.
wtf are you doing. Just link him to codedemons thread. /fp
#8 · 15y ago
Posts 1–8 of 8 · Page 1 of 1

Post a Reply

Similar Threads

  • Hans211 Menu ErrorsBy ShadowPwnz in Combat Arms Hack Coding / Programming / Source Code
    1Last post 16y ago
  • Problem whit changing menu wapen texture...By GoDZeN in Call of Duty Modern Warfare 2 Help
    1Last post 15y ago
  • D3D Menu ErrorBy TeRMiN4T0R™ in CrossFire Hack Coding / Programming / Source Code
    12Last post 14y ago
  • My error whit MPGH hack [pics]By taytomea in Combat Arms Hacks & Cheats
    7Last post 17y ago
  • I got a error whit registerBy wilco10 in WarRock Korea Hacks
    3Last post 17y ago

Tags for this Thread

None