home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code2 / scg_demo / readme.txt < prev    next >
Text File  |  1993-09-27  |  2KB  |  58 lines

  1. *** INSTALLATION
  2.  
  3. All of the distributed files need to be placed in one of two
  4. directories:
  5.    \WINDOWS\SYSTEM,
  6.    or \SCDEMO  (or any other directory to hold the demo files)
  7.  
  8. To use the SoftCraft Graphic Custom Control at runtime, copy:
  9.    SCGRPHIC.VBX to \WINDOWS\SYSTEM
  10.  
  11. In addition, if you want to use the Control at design time, copy:
  12.    SCGRPHIC.HLP to \WINDOWS\SYSTEM  (optional for online help)
  13.    SCLIC.DLL    to \WINDOWS\SYSTEM  (required at design time)
  14.  
  15. Copy the remaining files to the \SCDEMO directory if you want
  16. to run the demo or use the distributed VB source files.
  17.  
  18. *** LICENSE FILE
  19.  
  20. To distribute your Visual Basic or Visual C++ application with a
  21. SoftCraft Graphic Custom Control, you need to also distribute
  22. the runtime file for the control, SCGRPHIC.VBX.  You may
  23. distribute the SCGRPHIC.VBX file without charge as long as it is
  24. not modified in any way.
  25.  
  26. To use the SoftCraft Graphic Custom Control in design mode, you
  27. must have the license file, SCLIC.DLL, located in the same
  28. directory as the SCGRAPHIC.VBX file.  If you get a message about
  29. a missing license file, you must place the license file in the
  30. proper directory and then exit Windows and restart.
  31.  
  32. Note:  You are not allowed to include SCLIC.DLL with any
  33. application that you develop and distribute; only SCGRPHIC.VBX
  34. may be distributed.
  35.  
  36.  
  37. *** RUNNING THE DEMO
  38.  
  39. After SCGRPHIC.VBX has been placed in \WINDOWS\SYSTEM, you can
  40. run the demo by executing the DEMO.EXE file with the Program
  41. Manager's File Run command.
  42.  
  43. *** DOCUMENTATION
  44.  
  45. All documentation for the SoftCraft Graphic Custom Control is in
  46. the online help file.  You can view this file even if you do not
  47. have the design-time license file by loading it into the Windows
  48. Help program.  To do so, press F1 while in the Program Manager
  49. to start up Help.  Then use the File Open command in Help to
  50. load SCGRPHIC.HLP.
  51.  
  52. *** SAMPLE SOURCE FILES
  53.  
  54. You cannot load the demo project unless you have the license
  55. file, but the project source files are distributed in text
  56. format so you can view them with a text editor.  In addition,
  57. all of the source text is included in the SCGRPHIC.HLP online
  58. help file.