home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / windows / windxy.zip / READ.ME < prev    next >
Text File  |  1990-11-25  |  1KB  |  34 lines

  1. You should have the following files:
  2. ------------------------------------
  3.  
  4. WINDXF.DOC      - Document describing how this program works
  5.  
  6. WINDXF.EXE      - The MS Windows 3.0 executable for the DXF viewer.
  7.  
  8. WINDXF          - The MS make file for building the system.
  9.  
  10. WINDXF.H        - The include file.
  11.  
  12. WINDXF.C        - The main module.  Contains the of Windows start up
  13.                   code and the message loop.
  14.                   
  15. DXFDRAW.C       - The DXF translator, a table driven DXF reader.  
  16.                   Translate from DXF to MS GDI calls.
  17.      
  18. FLIST.C         - Dialog Box code for implementing file lists and
  19.                   other dialog boxes.  
  20.      
  21. WINDXF.DEF      - MS Windows definition file for link4.
  22.  
  23. WINDXF.RC       - The source code for the resource file.
  24.     
  25. WINDXF.RES      - The compiled resource file.
  26.  
  27. 50STATES.DXF    - A DXF drawing of the U.S.A.
  28.  
  29. TANKER.DXF      - A DXF drawing of a tanker.
  30.  
  31. TANKER.WMF      - The same tanker in Windows metafile form.
  32.  
  33. READ.ME         - What you're reading.
  34.