home *** CD-ROM | disk | FTP | other *** search
/ ftptest.leeds.ac.uk / 2015.02.ftptest.leeds.ac.uk.tar / ftptest.leeds.ac.uk / bionet / CAE-GROUP / SCL-WIN3x / README < prev    next >
Text File  |  1995-04-02  |  2KB  |  34 lines

  1. This directory contains a MS-Windows 3.x port of the
  2. Public Domain STEP Toolkit from NIST.  The original
  3. code is available from the SOLIS. If you want the original
  4. version ftp 129.6.32.54, cd /pub/step/npttools, and retrieve
  5. the DProbexxx.tz file.
  6.  
  7. The software is mainly of interest as a research tool for those
  8. involved in, or using, the ISO/STEP product data integration 
  9. standards. The code is provided free on the understanding
  10. that their can be no liability on the authors, implied or 
  11. otherwise, for any damage which may occur from its use.  
  12.  
  13. The file FED-PLUS.EXE is a self extracting archive
  14. of the NIST Fedex Plus executable. Fedex_plus is used
  15. to parse and check the syntax of EXPRESS schemas (ISO 10303-11),
  16. and to produce equivelent C++ classes.
  17.  
  18. SCL.EXE is a self extracting archive of the NIST STEP Class Library. 
  19. It is used to manage the data instances of the C++ classes produced 
  20. by Fedex_plus. The SCL library also contains classes for reading and
  21. writing STEP exchange files (ISO 10303-21).
  22.  
  23. SCLTEST.EXE is a self extracting archive of some example programs to
  24. demonstrate how the SCL can be used.
  25.  
  26. To extract the files, copy them to a diectory called SCL on the C drive
  27. of a PC. Run the files with the -d option (e.g. SCL -d <return>). To compile
  28. the files you will probably need the MS-Visual C/C++ 1.x compiler. The
  29. necessary project files have been supplied.
  30.  
  31. You should be aware that this port was a quick and dirty hack to 
  32. satisfy our own internal needs. It is not meant to be used to develop 
  33. robust applications, and should treated as research only software. 
  34.