Thread: Using graphics library

  1. #1
    Registered User
    Join Date
    Jan 2008
    Posts
    1

    Using graphics library

    Hello. I would like to make a program creating graphical output. For this purpose I downloaded Cairo library. I've been trying for several hours to set it up, but still i can't make use of it. The last thing I did was downloading Glade/GTK+ environment and copying *.h to MinGW include directory and the dll to system directory. Still it doesnt work. Could anyone tell me how to use this (or any else) C++ library?

    Most often I get errors like "undefined reference to `cairo_create'".

    My system is Windows XP.

  2. #2
    Registered User
    Join Date
    Dec 2007
    Location
    Denmark
    Posts
    14

  3. #3
    Dr Dipshi++ mike_g's Avatar
    Join Date
    Oct 2006
    Location
    On me hyperplane
    Posts
    1,218
    I have never heard of Cairo, but have you linked it to your project already?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. GD Graphics Library
    By Welder in forum Windows Programming
    Replies: 0
    Last Post: 11-01-2007, 06:46 PM
  2. Graphics Library
    By Emotions in forum Game Programming
    Replies: 4
    Last Post: 12-23-2004, 06:08 AM
  3. Game Programming FAQ
    By TechWins in forum Game Programming
    Replies: 5
    Last Post: 09-29-2004, 02:00 AM
  4. Need some help choosing a good graphics library
    By dead_cell in forum Game Programming
    Replies: 31
    Last Post: 01-08-2003, 01:30 PM
  5. Graphics library?
    By Paninaro in forum C Programming
    Replies: 6
    Last Post: 06-24-2002, 08:35 PM