The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: Mark Jones on February 24, 2006, 07:32:51 PM

Title: Lib Search Utility for MASM32
Post by: Mark Jones on February 24, 2006, 07:32:51 PM
 Hey group. If you've ever found yourself searching through the \masm32 folder for prototype definitions or to locate which file a macro was in, then this tool is for you. It simply enumerates the specified files in up to five folders, then searches each file for your search term. The tool can perform case-sensitive and case-insensitive searches and can also open the matching files with the editor of your choice. Oh and did I mention the search is FAST? :bdg

The Lib Search Tool is presented as a free RadASM project with fullly-commented source code. It's in the late beta stages and I need some people using Win9x to try it and see if it works properly. If you want to try it out, look here: http://www.masmforum.com/simple/index.php?topic=3863.0

(http://heliosstudios.net/temp/Example.png)
Title: Re: Lib Search Utility for MASM32
Post by: PBrennick on February 24, 2006, 11:16:39 PM
Mark,
I have tested it on XP and ME, it runs well (very fast) on both.

Paul