Thread: Using PlPlot library in code::blocks

  1. #1
    Registered User
    Join Date
    Oct 2011
    Posts
    19

    Using PlPlot library in code::blocks

    I am in try to use PlPlot library (for plotting) in C with code::blocks IDE (ver 10.05) on windows-7 plateform. I downloaded "plplot-5.9.9.tar" and unzipped it. In documentation it is not very clear to me (I am not expert in using third party lib.), how this library can be used with code::blocks i.e. where I have to save the lib, what should be added in compiler and debugger settings etc. It also seems from document that "makefile" (linux type!!) is necessary for Windows also?? If any one can help me in this matter or provide a link where theses things are explained (please for Windows only, for Linux there are lot of docs.). I am also unaware of MSYS makefile generator (given on Wiki page) on windows????


    Thanks and regards,
    Amal.

  2. #2
    Registered User
    Join Date
    May 2009
    Posts
    4,183
    What Compiler are you going to be using?
    NOTE: Code::Blocks is NOT a Compiler.

    I suggest reading the CB FAQs; they are not likely to help much; but, it will be useful if you are new to Code::Blocks and/or to programming.
    FAQ - CodeBlocks

    Link to PlPlot "Chapter 26. Notes for each Operating System that We Support"
    Notes for each Operating System that We Support

    Looks like most versions of MinGW GCC is supported.

    Tim S.
    Last edited by stahta01; 03-08-2013 at 02:14 PM.
    "...a computer is a stupid machine with the ability to do incredibly smart things, while computer programmers are smart people with the ability to do incredibly stupid things. They are,in short, a perfect match.." Bill Bryson

  3. #3
    Registered User
    Join Date
    May 2010
    Posts
    4,632
    Have you compiled this library? Before you can use it in your projects you will probably first need to compile the library.

    Jim

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Setting Up NTL C++ library for Code::Blocks
    By b_ron_ in forum Windows Programming
    Replies: 1
    Last Post: 06-25-2012, 12:30 PM
  2. Need Help Installing New Library To Code::Blocks
    By cplusplusnoob in forum Game Programming
    Replies: 1
    Last Post: 03-23-2012, 01:30 PM
  3. dev-C++ or code::blocks?
    By Labmouse in forum C++ Programming
    Replies: 8
    Last Post: 09-18-2007, 12:06 PM
  4. code::blocks
    By wart101 in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 01-18-2007, 07:42 AM
  5. code::blocks
    By wart101 in forum Tech Board
    Replies: 4
    Last Post: 01-15-2007, 07:38 AM