NO

Author Topic: Dislin graphic library  (Read 6800 times)

noman9607

  • Guest
Dislin graphic library
« on: December 30, 2006, 06:46:02 AM »
Hello:
Can Pelles use the Dislin graphic library? It is free and looks good. They say it works on the LCC compiler so I was thinking why not Pelles?  :lol:
I want to do some curve plotting of functions etc.
Here is the link
http://www.dislin.de/

thanks,

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
Dislin graphic library
« Reply #1 on: December 30, 2006, 10:03:03 AM »
The MS Visual C++ 4.x, 5.x, 6.x version appears to work fine... (I would generally stay away from any LCC-Win32 version...)
/Pelle

noman9607

  • Guest
can't compile dislin example
« Reply #2 on: December 31, 2006, 01:15:22 AM »
Hello:
I get a fatal error:
Building dislin_test.exe.
POLINK: fatal error: File not found: 'LIBC.lib'.
*** Error code: 1 ***
Where is LIBC.lib supposed to come from? It is not part of the dislin download, I wonder how you got dislin code to compile?
If I link disvcm.lib instead, I get a bunch of multiply defined and unresolved external system errors.
thanks,

noman9607

  • Guest
can't compile dislin example
« Reply #3 on: December 31, 2006, 06:08:37 AM »
Hello:
I get a fatal error:
Building dislin_test.exe.
POLINK: fatal error: File not found: 'LIBC.lib'.
*** Error code: 1 ***
Where is LIBC.lib supposed to come from? It is not part of the dislin download, I wonder how you got dislin code to compile?
If I link disvcm.lib instead, I get a bunch of multiply defined and unresolved external system errors.
thanks,