Thread: I don't get how to use this lib

  1. #1
    Registered User
    Join Date
    Sep 2001
    Posts
    305

    Question I don't get how to use this lib

    I d/led a graphics library and it gives me a wierd documentation. Can someone please gimme an example on how to set the pixel in VGA?

    http://geocities.com/flikm475/libdoc.txt is the URL for the doc.

  2. #2
    Registered User minime6696's Avatar
    Join Date
    Aug 2001
    Posts
    267

    Question ?

    Whats not to understand... it tells you wut every function does...? Anywayz how do I get this lib itself... I would like to try it, allways want to try new things.

    SPH

  3. #3
    Registered User
    Join Date
    Sep 2001
    Posts
    305
    Can you give me an example, PLEASE? You can get the lib from this site.

  4. #4
    Registered User minime6696's Avatar
    Join Date
    Aug 2001
    Posts
    267

    Question ?

    How do I get to the site? wuts the link?

    SPH

  5. #5
    Blank
    Join Date
    Aug 2001
    Posts
    1,034
    What does

    #include <Graphic.h>

    int main(void)
    {
    setVGA();
    SVGAPixel(20, 20, 1)
    setTEXT();
    return 0;
    }

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. using VC6 link VC7 static lib error
    By George2 in forum C++ Programming
    Replies: 5
    Last Post: 06-29-2006, 10:58 PM
  2. Including lib in a lib
    By bibiteinfo in forum C++ Programming
    Replies: 0
    Last Post: 02-07-2006, 02:28 PM
  3. Convert Microsoft LIB to MingW compatible lib
    By tigs in forum Windows Programming
    Replies: 0
    Last Post: 07-20-2004, 06:53 PM
  4. Making a LIB file from a DEF file for a DLL
    By JMPACS in forum C++ Programming
    Replies: 0
    Last Post: 08-02-2003, 08:19 PM
  5. help me using lib from Visual C++ 6
    By oskilian in forum Windows Programming
    Replies: 3
    Last Post: 10-11-2001, 11:28 AM