home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 14 Text / 14-Text.zip / warpbk.txt < prev    next >
Text File  |  1995-06-23  |  9KB  |  206 lines

  1.                                                *** Last updated 06/07/95 ***
  2.  OS/2 Warp Technical Library
  3.  ___________________________
  4.  
  5.  The OS/2 Warp Technical Library consists of 17 books.  To order
  6.  the entire library, use publication number SBOF-8511.  The books
  7.  may also be ordered separately by the publication numbers listed
  8.  below:
  9.  
  10.   Pub Number   Book Title
  11.   __________ _____________________________________________________
  12.   S10G-6268  OS/2 2.0 Proc Lang 2/REXX Reference
  13.   S10G-6269  OS/2 2.0 Proc Lang 2/REXX User's Guide
  14.   G25H-7101  OS/2 WARP Control Program Programming Guide
  15.   G25H-7102  OS/2 WARP Control Program Programming Reference
  16.   G25H-7103  OS/2 WARP PM Basic Programming Guide
  17.   G25H-7104  OS/2 WARP PM Advanced Programming Guide
  18.   G25H-7106  OS/2 WARP GPI Programming Guide
  19.   G25H-7107  OS/2 WARP GPI Programming Reference
  20.   G25H-7108  OS/2 WARP Workplace Shell Programming Guide
  21.   G25H-7109  OS/2 WARP Workplace Shell Programming Reference
  22.   G25H-7110  OS/2 WARP IPF Programming Guide
  23.   G25H-7111  OS/2 WARP Tools Reference
  24.   G25H-7112  OS/2 WARP Multimedia Application Programming Guide
  25.   G25H-7113  OS/2 WARP Multimedia Subsystem Programming
  26.   G25H-7114  OS/2 WARP Multimedia Programming Reference
  27.   G25H-7190  OS/2 WARP PM Programming Reference Vol I
  28.   G25H-7191  OS/2 WARP PM Programming Reference Vol II
  29.  
  30.  Books can be ordered by calling the appropriate number:
  31.  
  32.     In the U.S     1-800-879-2755 - Mechanicsburg
  33.         -or-       1-800-IBM-PCTB (1-800-426-7282) - Boulder
  34.  
  35.     In Canada      1-800-465-4234
  36.     In Europe      45 +48101400
  37.  
  38.  
  39.   Though not part of the OS/2 Technical Library, the following CD-ROM
  40.   contains over 450 unlicensed online manuals for over 40 OS/2 products
  41.   including OS/2 Warp Version 3, OS/2 Version 2.1, and OS/2 Version 2.0,
  42.   as well as "red books" (ITSO technical bulletins) dealing with OS/2 LAN
  43.   systems, OS/2 object technology, and the OS/2 technical compendium.
  44.  
  45.   SK2T-2176     IBM Online Library OS/2 Collection - CDROM
  46.            -02  March 1995
  47.            -01  December 1994
  48.  
  49.   The CD may be ordered from IBM Software Manufacturing Solutions
  50.   at 1-800-879-2755.
  51.  
  52.   The CD (and any associated ITSO redbooks) can also be ordered via
  53.   the World Wide Web.  Check out http://www.redbooks.ibm.com/redbooks
  54.  
  55.  
  56.  
  57. Descriptions of Books
  58. _____________________
  59.  
  60. The following list describes books available in hardcopy that might be
  61. of interest to users who develop applications for OS/2 Warp, Version
  62. 3.  The "OS/2 Warp, Version 3 Technical Library" provides both
  63. guidance and reference information and can be used for OS/2 Warp,
  64. Version 3 development.
  65.  
  66. Programming guide information is organized by topic and contains
  67. everything an application developer needs--function details, data
  68. structures, and message descriptions--to design, write, and build
  69. function into an OS/2 application.
  70.  
  71. Programming reference information provides detailed descriptions of
  72. application programming interfaces (APIs) and contains remarks and
  73. examples to assist application developers in implementing each
  74. function.
  75.  
  76. Application developers can choose to order the complete set of books,
  77. or order individual books separately.
  78.  
  79. Please note that the information available in hardcopy is basically
  80. the same as the information in the online books contained in the
  81. OS/2 Warp Developer's Toolkit.  Toolkit ordering information is
  82. provided after the descriptions of the books in the Technical Library.
  83.  
  84.  
  85. CONTROL PROGRAM PROGRAMMING GUIDE
  86. This book describes the components of the OS/2 Control Program--file
  87. systems, interprocess communication, program execution and control,
  88. memory management, exception and error management, device I/O--and
  89. how to create an OS/2 application using Dosxxx functions.
  90.  
  91. CONTROL PROGRAM PROGRAMMING REFERENCE
  92. This book provides the detailed descriptions for the Dosxxx functions
  93. of the OS/2 Control Program.
  94.  
  95. PRESENTATION MANAGER PROGRAMMING GUIDE - THE BASICS
  96. This book describes the components of a basic OS/2 window
  97. application--windows and message queues, window controls such as
  98. scroll bars, title bars, and menus--and how to create them using
  99. Winxxx functions.
  100.  
  101. PRESENTATION MANAGER PROGRAMMING GUIDE - ADVANCED TOPICS
  102. This book describes the advanced features of a sophisticated OS/2
  103. window application--font and file dialogs, containers and notebooks,
  104. hooks, Dynamic Data Exchange, direct manipulation--and how to
  105. implement them, using Winxxx and other Presentation Manager functions.
  106.  
  107. PRESENTATION MANAGER PROGRAMMING REFERENCE (VOLUMES I AND II)
  108. This book provides the detailed descriptions for Winxxx and other
  109. functions of the OS/2 Presentation Manager.
  110.  
  111. GRAPHICS PROGRAMMING INTERFACE PROGRAMMING GUIDE
  112. This book describes the concepts associated with graphical
  113. output--presentation spaces, device contexts, graphic primitives,
  114. fonts--and how to prepare graphical output for display and printing,
  115. using Gpixxx functions.
  116.  
  117. GRAPHICS PROGRAMMING INTERFACE PROGRAMMING REFERENCE
  118. This book provides the detailed descriptions for the Gpixxx functions
  119. of the Graphics Programming Interface.
  120.  
  121. WORKPLACE SHELL PROGRAMMING GUIDE
  122. This book describes the concepts associated with object-oriented
  123. programming for the OS/2 operating system--System Object Model (SOM),
  124. Workplace Shell classes and methods--and how to create object-oriented
  125. applications for the OS/2 desktop.
  126.  
  127. WORKPLACE SHELL PROGRAMMING REFERENCE
  128. This book provides the detailed descriptions of the Workplace Shell
  129. object-oriented programming interface.
  130.  
  131. INFORMATION PRESENTATION FACILITY PROGRAMMING GUIDE
  132. This book describes the concepts--help windows, hypertext linking,
  133. author-controlled viewports, dynamic data formatting--and the
  134. functions used for implementing help in OS/2 applications.  It also
  135. describes how to create online help and information.
  136.  
  137. TOOLS REFERENCE
  138. This book describes the tools that are included in the IBM Developer's
  139. Toolkit for OS/2 Warp, Version 3.
  140.  
  141. MULTIMEDIA APPLICATION PROGRAMMING GUIDE
  142. This book describes the concepts associated with managing audio and
  143. video data and hardware using an extendable architecture that includes
  144. logical media devices (amplifier-mixer, waveform audio, MIDI
  145. sequencer, CD-audio, CD-XA, digital video, and videodisc), DIVE and
  146. I/O procedures for supporting various file formats.
  147.  
  148. MULTIMEDIA SUBSYSTEM PROGRAMMING GUIDE
  149. This book describes the subsystem components--media control driver,
  150. stream handler, and I/O procedure--that support a multimedia device.
  151.  
  152. MULTIMEDIA PROGRAMMING REFERENCE
  153. This book describes the media control interface, multimedia I/O
  154. services, Presentation Manager graphic push buttons, secondary windows
  155. functions, multimedia I/O services, DIVE, and subsystem services for
  156. synchronization and streaming.
  157.  
  158. REXX USER'S GUIDE
  159. This book describes the REXX programming language and provides
  160. examples for writing programs using REXX.
  161. NOTE:  This book is the same as the one in the OS/2 2.0 Technical Library.
  162.  
  163. REXX REFERENCE
  164. This book provides detailed descriptions of the REXX functions.
  165. NOTE:  This book is the same as the one in the OS/2 2.0 Technical Library.
  166.  
  167.  
  168. Obtaining the OS/2 Warp Developer's Toolkit
  169. ___________________________________________
  170.  
  171. The Developer Connection for OS/2 (DevCon) is an annual membership in
  172. which subscribers get a CD-ROM and newsletter four times a year.  Each
  173. CD contains generally-available and pre-release products from IBM,
  174. including The Developer's Toolkit for OS/2 Warp, employee written
  175. software, and third-party products.
  176.  
  177. For subscription information:
  178.  
  179. In the United States:  1-800-6-DEVCON
  180.  
  181. In Canada:             1-800-561-5293
  182.  
  183. In Asia/Pacific:       61-2-354-7684       fax: 61-2-354-7766
  184.  
  185. In Mexico:             627-2444 (Mexico City)  91-800-00639 (Country)
  186.  
  187. In Brazil:             0800-111205         fax: (011) 886-3222
  188.  
  189. In addition, DevCon can be ordered direct from IBM SPC in Denmark
  190. if the customer is outside one of the above geographical areas.
  191. After dialing the international access code, the customer should call
  192. the appropriate number to speak with an operator speaking one of
  193. the following languages:
  194.  
  195. English   45 +48101500
  196. Dutch     45 +48101400
  197. French    45 +48101200
  198. German    45 +48101000
  199. Italian   45 +48101600
  200. Spanish   45 +48101100
  201.  
  202.  
  203.  Rick Timkovich [IBM] [72410,624]  Internet: tink@vnet.ibm.com
  204.  OS/2 Developer Information
  205.  
  206.