Thread: d3dfont.h

  1. #1
    Banned
    Join Date
    Oct 2004
    Posts
    250

    d3dfont.h

    i dont seem to have
    "d3dfont.h"
    or "stdafx.h where can i get them for MSVC++ 6.0?

  2. #2
    Banned
    Join Date
    Oct 2004
    Posts
    250
    here is the error im getting i have the dx9sdk installed...
    Code:
    --------------------Configuration: wallhack - Win32 Debug--------------------
    Compiling...
    d3d9dev.cpp
    c:\c++\wallhack\main.h(2) : fatal error C1083: Cannot open include file: 'd3dfont.h': No such file or directory
    font.cpp
    c:\c++\wallhack\font.h(4) : fatal error C1083: Cannot open include file: 'd3dfont.h': No such file or directory
    Error executing cl.exe.
    
    wallhack.exe - 2 error(s), 0 warning(s)

  3. #3
    just out of curiosity, you trying to view the source
    to a cheat for some game? it appears so, i would
    like to know which game the cheat is for. im sure
    the source is very intreging but if your wanting to modify
    it, or write a new better one, i discourage you.

    cheating in online games is wrong and takes the fun
    out of it for the people who paid for the game
    and expect a level playing field.

    im a long time player of counter-strike which has
    been overrun by cheaters, and my hate for cheaters is
    strong.
    if your intent is not so, i appoligize.
    i to have have been facinated with how some of
    the cheats work i would have otherwise looked at the source,
    but have not done so, because i want nothing to do
    with any form of cheating, people or programs/source!

  4. #4
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660

  5. #5
    VA National Guard The Brain's Avatar
    Join Date
    May 2004
    Location
    Manassas, VA USA
    Posts
    903
    I think you can get those header files from here

    http://www.pwned.nl/
    • "Problem Solving C++, The Object of Programming" -Walter Savitch
    • "Data Structures and Other Objects using C++" -Walter Savitch
    • "Assembly Language for Intel-Based Computers" -Kip Irvine
    • "Programming Windows, 5th edition" -Charles Petzold
    • "Visual C++ MFC Programming by Example" -John E. Swanke
    • "Network Programming Windows" -Jones/Ohlund
    • "Sams Teach Yourself Game Programming in 24 Hours" -Michael Morrison
    • "Mathmatics for 3D Game Programming & Computer Graphics" -Eric Lengyel

  6. #6
    Lead Moderator kermi3's Avatar
    Join Date
    Aug 1998
    Posts
    2,595
    If anyone has the answer to the original question you may PM it to cgod. This thread is only going to lead to flaming, thus I'm closing it.

    Kermi3
    Kermi3

    If you're new to the boards, welcome and reading this will help you get started.
    Information on code tags may be found here

    - Sandlot is the highest form of sport.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Where is dxutil.h and d3dfont.h?
    By VirtualAce in forum Game Programming
    Replies: 1
    Last Post: 06-27-2006, 06:12 PM