Hello,

I'm completly new to GnuWin and would like to use it in one of my projects. I use the LCC compiler.

Can you point me to some manuals on setting the thing up on an XP-machine as I have somewhat reached a dead end.

How far I have come:

Installed plotutils-2.4.1-4.exe
Imported the libraries into the lcc system
Compiled some sample code from the manual (draw_c_curve).

On running the programm, it crashes at "pl_deletepl_r()". I understand, this is the point where output is created. If I change "pl_newpl_r ("ps", ..." to "pl_newpl_r ("X", ...)" it runs normally.

Gerhard