View Poll Results: What is your favorite computer game?

Voters
6. You may not vote on this poll
  • Half-Life and series

    0 0%
  • Command & Conquer: Renagade

    0 0%
  • 007 James Bond (N64)

    2 33.33%
  • Super Smash Bros. (N64)

    3 50.00%
  • Quake III Arena

    1 16.67%

Thread: Micrsoft Visual C++ Help!!!

  1. #1
    Registered User
    Join Date
    Nov 2001
    Posts
    1

    Exclamation Micrsoft Visual C++ Help!!!

    Hi-

    I have microsoft Visual C++ 6.0 and I have a problem!!! I have tried for over 4 weeks to try to make graphics come on the screen. Whenever I try to do something with graphics.h, it gives me over 105 errors with it. Could someone please help me with initilizing everything to fixing my problem.

    *Thanks*

  2. #2
    mov.w #$1337,D0 Jeremy G's Avatar
    Join Date
    Nov 2001
    Posts
    704

    In order to do graphics.

    You need OpenGl or DirectX or some sort of GDK .

    MSVC 6++ only compiles Console and Windows. In order to graphics you have to have a DOS compiler, not a dos console. So youl need Borland, or Turbo C.

    To find the compiliers you need:

    www.compilers.net
    c++->visualc++->directx->opengl->c++;
    (it should be realized my posts are all in a light hearted manner. And should not be taken offense to.)

  3. #3
    monotonously living Dissata's Avatar
    Join Date
    Aug 2001
    Posts
    341
    here, I'd try Opengl

    go here for some good titorials http://nehe.gamedev.net/
    if a contradiction was contradicted would that contradition contradict the origional crontradiction?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. We Got _DEBUG Errors
    By Tonto in forum Windows Programming
    Replies: 5
    Last Post: 12-22-2006, 05:45 PM
  2. C++ std routines
    By siavoshkc in forum C++ Programming
    Replies: 33
    Last Post: 07-28-2006, 12:13 AM
  3. load gif into program
    By willc0de4food in forum Windows Programming
    Replies: 14
    Last Post: 01-11-2006, 10:43 AM
  4. Errors with including winsock 2 lib
    By gamingdl'er in forum C++ Programming
    Replies: 3
    Last Post: 12-05-2005, 08:13 PM
  5. Learning OpenGL
    By HQSneaker in forum C++ Programming
    Replies: 7
    Last Post: 08-06-2004, 08:57 AM