Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

From the readme:

MultiParse helps to simplify the process of breaking a large app into smaller apps for use in a multi-dll solution. Note well that the method used here may not be optimum for you, but it is optimum for the procedures! What I mean by that is that you may want to use the results created by MultiParse and further refine your dlls into an arrangement that is workable for you. MultiParse is only following the procedure dependencies and organizing them into hierarchies that _can_ be used to build a multi-dll solution. It does not "know" which of your procedures are source, utility, browse, and etc. So keep that in mind when viewing the results.

New Feature:

MultiParse can also be used for documenting a system whether it be one app or several. MultiParse will show you what the currently highlighted procedure is calling and what is calling it. You will know the module it is in and the app. This is very handy when working with large projects and you want to quickly find a procedure and you do not remember what the procedure is or where it is. MultiParse will give you both.

Download version 0.6a (Feb,17, 2013)

 

History:


 Feb 17, 2013 -----------------------
- Feature: Added a browse to show the calling procedures
- Feature: Added functionality to click on a procedure name in the Called or Calling browse list to select that procedure in the main Procedure browse.
- Feature: Added functionality to double-left-click on main procedure row to save procedure name into clipboard.
- Feature: Added a field for the app name to the main procedure list.
- Feature: You can now use the program to simply document your app or multi apps. To do this:

1. "Process" --> "1) Empty Last Process Results" (Note: This will delete any work you have saved in the database so you may want to copy the tps file to a backup location.)
2. For each app, export a txa
3. Set that txa under "File" --> "Configuration"
4. Import the txas using the two commands "Process" -->"Import Procedures" and then "Read in the Calling Tree."
Note that I like to set the category of each procedure in each app as "Level" followed by a number. Each app has a number such as FTM_02. Thus, the Categories in FTM_02.app are all "Level02." The import process will place the numeric portion of the category into a field labeled "Level" and this helps me keep straight what app the procedure is in. Also note that I have now added a field for the app name to the procedure list and that will do the same job.

- Fix: Typos: "Catagory" changed to "Category"

Sept 03, 2012 ------------------------

- Removed unneeded MEMORY driver and added dlls and exe to the zip file.

 

  • No labels