Confusion about latest Pelles C; also, a database question

Started by aronoffs, October 27, 2006, 07:40:09 PM

Previous topic - Next topic

aronoffs

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

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.