Thread: Advice?

  1. #1
    Registered User Mokkan's Avatar
    Join Date
    Oct 2003
    Posts
    20

    Advice?

    Hey... I've been reading this forum for awhile.. and, I need some help. I know C pretty well, but I want to learn how to work with graphics... unfortunatly, I can't figure out how to get my compilers to 'work' with DirectX... I have VisualC++ 5.0 (not installed) and the latest beta of Dev-C++... and I got C#. I can't really afford a new compiler... could anybody tell me how to use any of these compilers with DirectX? Thanks... sorry if I sound newbie...

  2. #2
    carry on JaWiB's Avatar
    Join Date
    Feb 2003
    Location
    Seattle, WA
    Posts
    1,972
    Download the Direct X SDK...I don't remember much about setting it up, but it wasn't hard and all you have to do after that is have the correct include(s) and library files in the project. I use Dev-C++, by the way, and it was pretty easy to get working
    "Think not but that I know these things; or think
    I know them not: not therefore am I short
    Of knowing what I ought."
    -John Milton, Paradise Regained (1671)

    "Work hard and it might happen."
    -XSquared

  3. #3
    Registered User Mokkan's Avatar
    Join Date
    Oct 2003
    Posts
    20
    Lol, I'll try that... thanks...

  4. #4
    Registered User Mokkan's Avatar
    Join Date
    Oct 2003
    Posts
    20
    Okay... I downloaded and installed the SDK... now umm, how do I get it to work with Dev-C++?

  5. #5
    Registered User
    Join Date
    Sep 2003
    Posts
    25
    Copy sdk\lib\*.* to compiler\includes and sdk\lib\*.* to compiler\includes. Thats it.

    Unless you want to buy a book, I think the easiest way to get started is to look at the examples thats included in the sdk and read the helpfile to understand how things work

  6. #6
    Registered User Mokkan's Avatar
    Join Date
    Oct 2003
    Posts
    20
    Thank you .

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Advice on C Programming with MSVC++ 2008
    By IT_Guy in forum Windows Programming
    Replies: 1
    Last Post: 03-06-2009, 04:23 AM
  2. game engine advice?
    By stien in forum Game Programming
    Replies: 0
    Last Post: 01-23-2007, 03:46 PM
  3. Resume advice
    By Zughiaq in forum A Brief History of Cprogramming.com
    Replies: 7
    Last Post: 04-15-2005, 02:16 PM
  4. girl friend advice (prob. the wrong place)
    By B0bDole in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 10-22-2004, 06:38 PM
  5. Partitioning advice?
    By mart_man00 in forum Tech Board
    Replies: 6
    Last Post: 01-10-2003, 10:53 PM