Pelles C forum

C language => User contributions => Topic started by: blippy on March 11, 2006, 08:33:16 PM

Title: console DLL
Post by: blippy on March 11, 2006, 08:33:16 PM
conmc (version 2) provides a DLL and CLISP and Corman Lisp FFI wrapper to the following console-related functions:
clrscr
gotoxy
textbackground
textcolor
wherex
wherey
A palette of 16 standard colours is also defined.

CLISP and Corman Lisp example, C source code and compiled DLL is provided.
For more information, visit:
http://www.markcarter.me.uk/computing/freeware/conmc/conmc.htm

Windows platform is supported, and none other. Released into the Public Domain as far as possible.

I'm announcing it here because the DLL was created using Pelles C. It's something that somebody may want to use in a different project - although it's not strictly necessary because Pelles C already provides the functionality that I've wrapped up.

I've said it before, but I would like to say it again: my thanks go to Pelle for creating a nice and straightforward compiler that has made my life simple in creating a DLL. Good stuff!