Pelles C forum

Pelles C => General discussions => Topic started by: aronoffs on October 27, 2006, 07:40:09 PM

Title: Confusion about latest Pelles C; also, a database question
Post by: aronoffs on October 27, 2006, 07:40:09 PM
I've been away from Pelles C for quite awhile and noticed that my 2.80 version is quite old now.  This website boldly display's the software as "Pelles C for Windows".  I've always used it for DOS applications.  Am I correct that the latest and greatest Pelles C still allows DOS applications?

Also, can anyone suggest a free database that I can use with Pelles C?

Thanks.
Title: pelles C
Post by: zenonpro on November 03, 2006, 09:48:51 AM
To my knowledge you can create a command line app (runs in a dosbox on XP, 2K) as your project type.

You can try sqlite, which compiles well under pelles C.

Or you can go to the full SQL database postgresql.  I've made a kind of DLL for accessing the postgresql database from any c compiler and it works just fine.
Title: Confusion about latest Pelles C; also, a database question
Post by: aronoffs on November 03, 2006, 08:24:34 PM
Thanks Zenonpro