Pelles C forum

General => Chit-Chat => Topic started by: JohnF on April 18, 2007, 07:22:25 AM

Title: Update to John's web
Post by: JohnF on April 18, 2007, 07:22:25 AM
Two Add-ins by Carlos Une in the Add-ins section.

===================================
Pfa (9k zip) Allows the adding of a commandline argument via the addin.

Displays a dialog box that prompts for arguments, then runs the program.

Updated 18 April 2007 (button removed from the toolbar and new menu item added in Project menu. Shortcut: Alt+P+O)

===================================
Clean (10k zip) clean: new shortcut, Alt+P+L

Clean target files (obj, res, exe, dll, etc)
===================================

http://www.johnfindlay.plus.com/pellesc/index.html

John
Title: Re: Update to John's web
Post by: JohnF on May 11, 2007, 07:11:51 AM
ListCommCtrls - (45k zip) Searches through the registry for COMM controls and lists info, Type Library info and interfaces. I've not cleaned up allocated memory - it is released on exit.

http://www.johnfindlay.plus.com/pellesc/COM/com.html

John