i'll just ask since i'm at my wits end.
I noticed Pelles C only opens a source file with proper features etc syntax highlight, auto complete, IF the file extension ends with its supported type. Usually *.C files.
However, I'm trying to use Pro*C files which is *.pc, and unsure how this is supported with Pelles C. (unless i rename the file name each time i wanna edit) .
1. ) In fact, it would even be better if word completion works with Pro*C functions too.
2.) And even be able to precompile it into C, later on compiled into *.exe.
I'm on WinXP, and I got proc.exe and visual c 2008 installed and i can turn those files into *.exe right now, just not sure how to get it working in Pelles. Thanks a whole bunch guys.