home *** CD-ROM | disk | FTP | other *** search
- INSTALLING PC_Opt
-
- Create a subdirectory for PC_Opt files.
-
- Copy all files into this subdirectory.
-
- Determine which subdirectory your Borland runtime libraries are located in.
-
- If this subdirectory is different than the default, BORLANDC\LIB, then change
- all occurrences of the default subdirectory in the b?.dat runtime declaration
- files accordingly. This will enable PC_Opt to locate your runtime library files.
-
- KNOWN BUGS
-
- Some floating point relocation patterns are currently not recognized by PC_Opt.
- If an immediate data error occurs in an object module containing floating point
- instructions, then this object module must be declared as non parseable. We
- should have a fix for this in the near future.
-
- The application declaration file must be present even if all application
- object code is parseable (when not using the /g option). The presence of the
- application declaration file, opt.dat, consisting of a single comment line
- (beginning with a ';') will circumvent this problem.
-
-