Search:

Type: Posts; User: beRto.

Search: Search took 0.01 seconds.

  1. hmmm... so if I understood you correctly, the VS...

    hmmm... so if I understood you correctly, the VS compiler does not include features that would allow me to use these math functions (round, trunc, etc)? In that case, what can I do? Given that I want...
  2. So I got rid of the max/min macro problems (see...

    So I got rid of the max/min macro problems (see previous post), and the remaining errors seem to be related to math functions. Specifically, there are 4 complaints of functions not defined:
    ...
  3. Well, I tried something else by putting the...

    Well, I tried something else by putting the #undef lines at the top of the actual Plotdata.h file. I'm not sure if that's what you meant, but doing so eliminated all of the max/min macro problems!...
  4. OK, so the problems could be compiler specific. I...

    OK, so the problems could be compiler specific. I searched for a means to turn off compiler extensions, but no luck yet. There is no "linker" available in the project options because I selected...
  5. I don't mind working through errors; but, I am...

    I don't mind working through errors; but, I am confused asabout why there would be errors in the source code. Given that the files were previously compiled successfully into a ".a" library with...
  6. I tried this, but the errors were exactly the...

    I tried this, but the errors were exactly the same. Should I put this in every file that includes "plotdata.h"? I'll try that next and see what happens.
  7. Thank you for your reply! The build...

    Thank you for your reply!

    The build documentation provided is in the form of a makefile:



    CC = gcc.exe

    libkoolplot.a: plotdata.o plotstream.o koolplot.o bgi_util.o
    ar -rv libkoolplot.a...
  8. Thanks for the reply. You are correct, there...

    Thanks for the reply.

    You are correct, there are many compile errors. I am confused because the source code has already been successfully compiled into a ".a" file - why would there be errors in a...
  9. koolplot - looking for library file for Visual C++ Express

    Hello,

    I am trying to get koolplot (Simplest Graph Plotting for C or C++) to work with Visual Express. The site provides a linux library file (libkoolplot.a), and I am trying to recompile the code...
Results 1 to 9 of 9