Pelles C forum

C language => Beginner questions => Topic started by: noman9607 on December 30, 2006, 06:46:02 AM

Title: Dislin graphic library
Post by: noman9607 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,
Title: Dislin graphic library
Post by: Pelle 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...)
Title: can't compile dislin example
Post by: noman9607 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,
Title: can't compile dislin example
Post by: noman9607 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,