Thread: visual c graphics

  1. #1
    Registered User
    Join Date
    Oct 2001
    Posts
    15

    Talking visual c graphics

    Hello fellow programmers,
    question!! is graphics mode different in visual c or what? I can not get it to work at all I finally got it to compile after modifing the graphics.h header file however it gives me link errors. I dont believe I should have had to even modify the graphics.h file therfore i guess my question is, is there another graphics header file specific to visual c 6.0 or if someone has used graphics in VC6.0 I would greatly appreciate some help.

  2. #2
    of Zen Hall zen's Avatar
    Join Date
    Aug 2001
    Posts
    1,007
    If you're trying to use a DOS library with MSVC, then it won't work. You'll either have to use a graphics library that comes with it, another 32 bit library or try and find a port.
    zen

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