I came across your compiler from TheFreeCountry:
http://www.thefreecountry.com/I had been looking to create a DLL that I could link in with some lisp programs that I was trying to write. I wanted to make some console functions visible (clear screen, and the like). The problem I had been facing is that VC++ 4 supported DLL creation, but not the console functions, whilst DJGPP GCC supported the console functions, but was quiet on the DLL issue.
Then I discovered Pelles C just now, and found I could do both quite straightforwardly. So I'd just like to say: thanks, it's great stuff, and keep up the good work!