home *** CD-ROM | disk | FTP | other *** search
/ Visual Special Effects Toolkit in C++ / Visual_Special_Effects_Tim_Wittenburg.iso / README.TXT next >
Text File  |  1997-02-24  |  2KB  |  40 lines

  1. What was copied to your hard drive:
  2.  
  3. Project Directories
  4. The msdev directory contains two Visual C++ directories:
  5.  
  6. msdev\ict20
  7. This directory contains the source code for the Image Compositing Toolkit (ICT).  The VRML 
  8. parser source code is contained in the qvlib subdirectory under ict20.
  9.  
  10. msdev\makeAVI
  11. This directory contains source code for the MakeAVI program.  This program creates a Microsoft 
  12. Video for Windows file from a sequence of images created by the Image Compositing Toolkit 
  13. (ICT) application.
  14.  
  15. If you have already installed Visual C++, just copy the two project directories (msdev\ict20 and 
  16. msdev\makeAVI) to your msdev\projects directory.  You can use the interactive environment 
  17. within Visual C++ to adjust the project files (.mdp) to point to the correct include directories.
  18.  
  19. The ICT20 Directory
  20. The ICT20 directory contains files used or created during the production of special effect still 
  21. images or sequences. These directories are described in detail in Appendix B in the text.
  22.  
  23. The Microsoft Video for Windows Directory
  24. Contains a setup program that will install Microsoft Video for Windows to you computer.  If you 
  25. do not have Microsoft Video for Windows runtime software on your computer, you will need to 
  26. install this software in order to play the video files produced by the makeAVI program.  These 
  27. files have a .avi suffix.
  28.  
  29. The QuickTime Directory
  30. Contains a setup program that will install Quick for Windows to you computer.  If you do not 
  31. have Quicktime video for windows runtime software on your computer, you will need to install 
  32. this software in order to play the example Quicktime video (.mov suffix) files located on the CD-
  33. ROM.
  34.  
  35. The ICT20.ini File
  36. The ICT20.ini file was copied to your C:\windows directory.  This file is used to specify the 
  37. default directories and file names used by ICT.  For example the location of log files, image 
  38. directories, shape files and so forth are set in this file.  This file must be present on your system in 
  39. order for ICT to operate correctly.  Additional information about this file is contained in the text.
  40.