Thread: how to compile koolplot in vc++?

  1. #1
    Registered User
    Join Date
    Oct 2010
    Posts
    1

    how to compile koolplot in vc++?

    hi all,
    please anybody tell me how to compile koolplot in vc++.
    or tell me some plotting library available fo compiling in vc++.

    regards,
    prince

  2. #2
    Registered User Swarvy's Avatar
    Join Date
    Apr 2008
    Location
    United Kingdom
    Posts
    195
    I have no direct experience of using koolplot, but I would have thought downloading the library, including the main header file (koolplot.h) and then linking to the static library would do the trick.

    I usually don't normally use Visual C++ (although have from time to time), but I would assume you can link static libraries to your project by an option in the IDE. Otherwise you could use the '#pragma' preprocessor directive to link the library into your program. Ofcourse the advantage of using a pragma statement is that including the source code without the project file created by Visual C++ should be everything you need to compile. Which would be useful if you intend to transport your code to an OS which doesn't support Visual C++...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Compile as you type
    By Rocketmagnet in forum A Brief History of Cprogramming.com
    Replies: 33
    Last Post: 12-07-2006, 01:36 PM
  2. vc express compiling???
    By code2d in forum C++ Programming
    Replies: 1
    Last Post: 12-06-2006, 01:14 PM
  3. How to compile mfc libs from platform sdk
    By tjcbs in forum Windows Programming
    Replies: 6
    Last Post: 11-19-2006, 08:20 AM
  4. Compile crashes certain windows
    By Loduwijk in forum C++ Programming
    Replies: 5
    Last Post: 03-26-2006, 09:05 PM
  5. How can I compile C or C++ with Visual Studio .NET?
    By Dakkon in forum C Programming
    Replies: 8
    Last Post: 02-11-2003, 02:58 PM