Find/Replace Files

Version 1.0 - FindReplaceFiles.exe

 

This sample is a file Find/Replace utility I had to write for my programming and my HTML files.

I have often had to convert 'C' source code to 'C++ source code and I often needed to replace a

word in several files. MegaPov is an example, the source code is in 'C' and converting it to 'C++'

I often have to change names in the source code. Another example is changing the image of a

button on the bottom of my HTML pages to another name.gif.

 

 

This sample program uses the SeaShell routine from the Code Project

web site, written by Philip Oldaker - email: [email protected] 

it's in release 1.0 at that site and his site is under construction

 

For some reason the Release version has a serious problem, I'd hoped to include a release

version on my page when I finished it, Seems I can't find the problem as of yet. The debug

version has been tested on several files as of yet. Luckly it's not a bug in my code I hope.

 

problem is you need the Debug DLLs from Visual C++ which I can't redistribute. Hopefully

I'll solve this Bug soon, and include a Release compiled exe soon.

 


©Copyright Feburary 2001

Wednesday, March 21, 2001 12:05:12 am

VC++ SourceCode