NO

Author Topic: Confusion about latest Pelles C; also, a database question  (Read 2811 times)

aronoffs

  • Guest
Confusion about latest Pelles C; also, a database question
« 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.

zenonpro

  • Guest
pelles C
« Reply #1 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.

aronoffs

  • Guest
Confusion about latest Pelles C; also, a database question
« Reply #2 on: November 03, 2006, 08:24:34 PM »
Thanks Zenonpro