home *** CD-ROM | disk | FTP | other *** search
- Welcome to Au Software's ANGCONV Workaround Program.
-
- The conversion program supplied by Borland to convert from OWL 1.0 to OWL2.0
- made some assumptions and one of them is solved by this workaround.
-
- Before you do anything else, make sure you have backed up your original
- source files before you run this program.
-
- If you have #include directives in your source files, this program will
- automatically convert all <> directives to "" for those files local to your
- current directory.
-
- Thus the following code sequence:
-
- #include <stdio.h>
- #include <myheader.h>
-
- would become:
-
- #include <stdio.h>
- #include "myheader.h"
-
-
- IF you use OWLCVT, OWLCVT will only convert headers that are referenced with
- the "" and not the angle brackets <>.
-
- To use the program:
- 1) Backup all of your source files
- 2) Run the program with the appropriate wild cards
- You could do something like this: 'ANGCONV *.h'
- 3) Confirm the changes by doing (for each file)
- FC FILE1.EXT #AUBACK\FILE1.EXT
-
- (where file1.ext is the name of the file you processed.
- The program automatically preserves the originals in the
- directory #auback (below your current directory).)
-
-
-
-
-
- This is version 1.01. Thank you for examining this product.
- We hope it will serve your current and future programming needs.
-
-
- If you wish to order use the file ORDER.TXT
-
-
-
-
- Please show your support by sending $5 to
-
- David Stockwell
- Au Software
- 142 W. Cliffwood Ave,
- Anaheim, CA 92802-4815
-
-
-
- Thank you.
-
-
-
-