home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / windows / c / itool3 / read.me < prev   
Encoding:
Text File  |  1993-12-24  |  2.1 KB  |  46 lines

  1. IMAGE TOOLS package contains easy to use graphics library. It is compiled in
  2. both: DLL and LIB format. This directory contains Microsoft C/C++ compatible
  3. library files.
  4. Manual is itool.doc. It is in MS Word format.
  5. Installation is organized in two subdirectories:
  6. 1. LIBRARY subdirectory contains all files neccesary to use Image Tools
  7.    library. These are:
  8.         image_ef.lib   - effects Microsoft C/C++ library,
  9.         image_ls.lib   - image file manage Microsoft C/C++ library,
  10.         image_ef.h   - header to be used with image_ef.lib or im_efm.lib,
  11.         image_ls.h   - header to be used with image_ls.lib or im_lsm.lib,
  12.         syspic.h     - header that is to be used with all *.lib and should
  13.                     be included before image_XX.h,
  14.         liberror.h   - header that symbols for error return codes,
  15.         liberror.hh  - file that contains error strings and can be used
  16.                     in resource file.
  17.    This subdirectory also contains library demo program:
  18.         libdemo.exe - Windows program with implemented routines for reading and writing
  19.                 image files and applying effects
  20.  
  21. 2. SOURCE subdirectory contains complete source code for libdemo.exe program
  22.    which can be compiled in Microsoft C/C++ for Windows version 7.0 and newer:
  23.         img_demo.c
  24.         img_demo.h
  25.         imgdcon.h
  26.         libdemo.rc
  27.         img_demo.ico
  28.         libdemo.def - define file for library demonstration
  29.         libdemom.mak - makefile for Microsoft C/C++ PWB
  30.  
  31.         Note: you should check out include and library subdirectories that are specified in
  32.         your installation of MS C/C++
  33.  
  34.         If you want to compile sources for demo program on your own
  35.         (without our project files) be sure to use large memory model.
  36.  
  37. You should be aware that this is only demo version of our package.
  38. This means you can use every library/DLL routine ONLY TWICE when your application
  39. (or our demo program) starts. For all subsequent calls (to any of it's routines)
  40. library returns error code.
  41. If you want to obtain licensed version of this package  (without limitations)
  42. take a look at the PRICE.TXT file.
  43. We can upload to your E-mail address non-limited royalty free version within
  44. 24 hours after registration.
  45.  
  46.