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 › D3D Menu Problem Debugging

D3D Menu Problem Debugging

Posts 1–7 of 7 · Page 1 of 1
Iqie
Iqie
D3D Menu Problem Debugging
Help me . I get this problem while debugging D3D Menu .


#1 · 12y ago
Harava
Harava
Look here.
#2 · 12y ago
topblast
topblast
Quote Originally Posted by Harava View Post
Look here.
Actually tho that is an error, that is only one of his errors.But as Harava said you're using the wrong character setpe and the next error I see is you have "onresetDevice", the 'R' and 'O' should be capitalize to give you "OnResetDevice".
#3 · 12y ago
Iqie
Iqie
Quote Originally Posted by topblast View Post
Actually tho that is an error, that is only one of his errors.But as Harava said you're using the wrong character setpe and the next error I see is you have "onresetDevice", the 'R' and 'O' should be capitalize to give you "OnResetDevice".
Thanks . I will try it .
#4 · 12y ago
Iqie
Iqie
It works . But what about : c:\users\homeykhairul\documents\visual studio 2010\projects\strleya d3d menu\ipch\strleya d3d menu\functions.h(15): error C2664: 'ID3DXFont:rawTextW' : cannot convert parameter 2 from 'char []' to 'LPCWSTR'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
c:\users\homeykhairul\documents\visual studio 2010\projects\strleya d3d menu\ipch\strleya d3d menu\d3dbase.cpp(170): error C2664: 'GetModuleHandleW' : cannot convert parameter 1 from 'const char [9]' to 'LPCWSTR'
#5 · 12y ago
topblast
topblast
Quote Originally Posted by KhairulRifqi View Post
It works . But what about : c:\users\homeykhairul\documents\visual studio 2010\projects\strleya d3d menu\ipch\strleya d3d menu\functions.h(15): error C2664: 'ID3DXFont:rawTextW' : cannot convert parameter 2 from 'char []' to 'LPCWSTR'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
c:\users\homeykhairul\documents\visual studio 2010\projects\strleya d3d menu\ipch\strleya d3d menu\d3dbase.cpp(170): error C2664: 'GetModuleHandleW' : cannot convert parameter 1 from 'const char [9]' to 'LPCWSTR'
i might want to change the charset or fix the function instead o DrawTextW, try DrawTextA
and the same for GetModuleHandle
#6 · 12y ago
Iqie
Iqie
Quote Originally Posted by topblast View Post


i might want to change the charset or fix the function instead o DrawTextW, try DrawTextA
and the same for GetModuleHandle
Thank you . But i have already know the solution .
Thanks for your help .
#7 · 12y ago
Posts 1–7 of 7 · Page 1 of 1

Post a Reply

Similar Threads

  • D3D Menu problem!By shakonz in C++/C Programming
    1Last post 12y ago
  • [Help]D3D MenuBy cothen12 in C++/C Programming
    13Last post 18y ago
  • D3D menu Help Please....By ~InsaneWayne~ in C++/C Programming
    14Last post 16y ago
  • D3D Menu (Request)By AeroMan in Visual Basic Programming
    9Last post 16y ago
  • My D3D menu closes :| ! Source attachedBy Jammy122333 in C++/C Programming
    1Last post 18y ago

Tags for this Thread

None