home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / graphics / icm20 / readme.txt < prev   
Text File  |  1997-09-14  |  4KB  |  95 lines

  1. Microsoft ICM 2.0 SDK:                                     readme.txt
  2. Image Color Management Version 2.0
  3. Software Development Kit
  4.  
  5.                For Microsoft Platform SDK - PDC Edition
  6.             Released September, 1997
  7.  
  8. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  9.  
  10. This readme file contains the following information:
  11.  
  12.              1. Target Platform of the ICM 2.0 SDK  
  13.          2. Contents of the ICM 2.0 SDK
  14.  
  15.  
  16. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  17.  
  18.  
  19. 1. Target Platform of the ICM 2.0 SDK
  20. --------------------------------------
  21. This SDK is for developing software for Windows« 98, 
  22. and for version 5.0 of Windows NT« (both unreleased). The platforms 
  23. currently available for testing software developed using this SDK are the 
  24. Beta 2 and later releases of Windows 98 and the Beta 1 release of 
  25. Windows NT version 5. For information about receiving a beta version of 
  26. Windows 98, please contact:
  27.  
  28. Memreq@microsoft.com
  29.  
  30.  
  31. 2. Contents of the ICM 2.0 SDK
  32. -------------------------------
  33.  
  34. When you installed the ICM 2.0 SDK, you specified a folder 
  35. in which to install it, which was preferably the same folder 
  36. in which the Microsoft Win32« SDK or Platform SDK is installed 
  37. on your system. The setup program placed the following files 
  38. in the folders under the installation folder that you specified:
  39.  
  40. [Installation root folder]
  41. |
  42. +--bin
  43. |     icmui.dll              : ICM 2.0 User Interface dynamic link library
  44. |     Bitmap.exe             : Utility for changing bitmap headers
  45. |     icmview.exe            : Sample image viewer showing color management
  46. |     Icmtest.icm            : Test profile designed to dramtically change colors
  47. |     rgbtest.icm            : Test profiles designed to mess up colors
  48. |
  49. +--include
  50. |     icm.h                  : ICM 2.0 C/C++ header file
  51. |     icmui.dlg              : If you want to hook out ICM UI dialog and replace it with your own
  52. |
  53. +--lib
  54. |     icmui.lib              : ICM 2.0 User Interface static link library
  55. |     mscms.lib              : ICM 2.0 static link library
  56. |
  57. +--samples
  58. |   +--Graphics
  59. |      +--ICM20
  60. |             readme.txt      : This readme file
  61. |        +--icmview            : SAMPLE APPLICATION
  62. |             appinit.c        : Initialization source code 
  63. |             appinit.h        : Initialization header 
  64. |             cderr.h          : Error handling header
  65. |             child.c          : Child windows source
  66. |             child.h          : Child windows header
  67. |             debug.c          : Debug routines source
  68. |             debug.h          : Debug routines header
  69. |             dialogs.c        : Dialog boxes source
  70. |             dialogs.h        : Dialog boxes header
  71. |             dibinfo.c        : DIB information source
  72. |             dibinfo.h        : DIB information header
  73. |             dibs.c           : DIB handling source
  74. |             dibs.h           : DIB handling header
  75. |             icmview.c        : Entry point source
  76. |             icmview.h        : Entry point header
  77. |             icmview.def      : Def file for application
  78. |             icmview.ico      : Icon for application
  79. |             ICMView.rc       : Resource file
  80. |             makefile         : Generic make file for application
  81. |             print.c          : Printing routines source
  82. |             print.h          : Printing routines header
  83. |             readme.txt       : Readme file about ICMView
  84. |             regutil.c        : Registry utilities source
  85. |             regutil.h        : Registry utilities header
  86. |             resource.h       : Resource header file
  87. |             small.ico        : Small icon for application
  88. |
  89.  
  90. NOTE: The ICMView sample requires the BITMAPV5HEADER structure to compile.  
  91. This structure should be defined in the WINGDI.H file used in the 
  92. compilation process.  If this structure is not defined, you will need 
  93. to obtain an updated version of the Win32 or Windows Platform SDK.
  94.      
  95.