Tony Reina - 2011-10-28

Please sign in so that you can receive an email response. Otherwise, I don't know if my bug fixes worked for you.

It looks like the check syntax option we used is outdated. In your devcpp.ini file, change the line CheckSyntax in CompilerSets_0 to

CheckSyntax=-fsyntax-only %s

I think that should work.

As far as the double-click on .c files, I don't see the error on my machine. Maybe you could provide more info on your setup? In what directory is your .c file located? Does it include a space in the path?

-Tony