home *** CD-ROM | disk | FTP | other *** search
/ The Education Master 1994 (4th Edition) / EDUCATIONS_MASTER_4TH_EDITION.bin / files / progng_c / pcopt / read.me < prev    next >
Encoding:
Text File  |  1993-06-01  |  1017 b   |  25 lines

  1. INSTALLING PC_Opt
  2.  
  3. Create a subdirectory for PC_Opt files.
  4.  
  5. Copy all files into this subdirectory.
  6.  
  7. Determine which subdirectory your Borland runtime libraries are located in.
  8.  
  9. If this subdirectory is different than the default, BORLANDC\LIB, then change
  10. all occurrences of the default subdirectory in the b?.dat runtime declaration
  11. files accordingly. This will enable PC_Opt to locate your runtime library files.
  12.  
  13. KNOWN BUGS
  14.  
  15. Some floating point relocation patterns are currently not recognized by PC_Opt.
  16. If an immediate data error occurs in an object module containing floating point
  17. instructions, then this object module must be declared as non parseable. We
  18. should have a fix for this in the near future.
  19.  
  20. The application declaration file must be present even if all application 
  21. object code is parseable (when not using the /g option). The presence of the 
  22. application declaration file, opt.dat, consisting of a single comment line 
  23. (beginning with a ';') will circumvent this problem.
  24.  
  25.