Utilities This page was last updated 15th May 2008

Utility programs that cover many aspects of programming and usage. 

prfview

 

 

 

(151k zip) PrfView will show a PellesC Profile file (.PRF) as a visual representation. You must run you app with profiling first though.

Author: Alexander Stoica

Extractor

 

 

 

(454k zip) Extractor creates a self extracting EXE from a zip archive. There are five projects in the workspace, FEWizard, Bin2h, Header, Makesfx and Getversion. The Header.exe (the part that will extract) is placed at the start of the main app FEWizard.exe

Original Author: Andrew Fawcett (changes by JohnF)

FindFile_Uni.zip

 

 

 

(Stephan Zorn added the command line functionality, the version control and first converted FindFile to compile with PellesC)

(204k zip) FindFile finds files or text in files. Scans drives fast and will search by dates or sizes. You can launch, delete, copy, move, drag & drop files etc.

See FindFile_Changes.txt for all recorded changes.

Latest changes

10th February 2008. Version 2.0.0.0 (JF)
===============================================================
PellesC does Unicode, thanks Pelle. 

You will need PellesC version 5.0 for this project.

Make RC file and manifest file Unicode. Added Russian language 
strings to RC file, changed all the Dialogs template fonts 
to "MS Shell Dlg".

Changed way the menu items width and height is calculated in
MenuMeasureItem() in Utils.c

15th May 2008. Version 2.0.0.0 (JF)
BUG: See change log for details.

And please report any mistakes/bugs you find, thanks.

Author: John Findlay

FindFile_mod.zip

FindFile.zip

 

 

 

 

(23k zip) Carlos Une has 'plugged' Scintilla into FindFile utility that allows syntax highlighting in the HEADER window that reads the first few bytes of any file that is selected with the mouse.

Here are the steps

download http://www.johnfindlay.plus.com/pellesc/utils/Findfile.zip
extract to c:\myfindfile folder

download http://prdownloads.sourceforge.net/scintilla/scintilla172.zip
extract scintilla/include/SciLexer.h to c:\myfindfile folder
extract scintilla/include/Scintilla.h to c:\myfindfile folder

download http://prdownloads.sourceforge.net/scintilla/wscite172.zip
extract wcite/SciLexer.dll to c:\myfindfile folder

download findfile_mod.zip to c:\myfindfile folder (overwrite existing files)

double click on FindFile.PPJ
Project -> Build FindFile.exe

Back to main page