home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / gw / oddev.exe / README.TXT < prev    next >
Text File  |  1994-09-29  |  2KB  |  76 lines

  1. September 29, 1994
  2.  
  3. One small bug in the original sample has been fixed: the ODMASAMP.RC file
  4. contained a multi-line static text control (i.e. BORSTATIC) that required
  5. the BWCC.DLL to be present. This has now been changed to a simple STATIC
  6. text control.
  7.  
  8. David Tracy
  9. DavidTr@wordperfect.com
  10.  
  11.  
  12. August 12, 1994
  13.  
  14. Installing the ODMA connection manager, sample DMS, and sample 
  15. application
  16.  
  17.  
  18. 1.   Place ODMA.DLL (the ODMA connection manager) in the Windows
  19.      system directory.
  20.  
  21. 2.   Place ODMASAMP.DLL (the sample DMS) in any convenient
  22.      directory.
  23.  
  24. 3.   Edit the text file ODMASAMP.REG so that the line that refers
  25.      to ODMASAMP.DLL points to the directory where it was placed.
  26.  
  27. 4.   From File Manager or Program Manager, run the following
  28.      command: 
  29.       
  30.       regedit <directory where odmasamp.reg resides>\odmasamp.reg
  31.  
  32.      You should get a message box saying that the information was
  33.      successfully registered.
  34.  
  35. 5.   Place MULTODMA.EXE (the sample ODMA-aware application) in any
  36.      convenient directory.
  37.  
  38.  
  39.              Notes on the Sample DMS
  40.  
  41. ODMASAMP is a simple, dumb document management system.  It stores all
  42. the information about the documents it manages in ODMASAMP.INI. 
  43. This file grows over time, so you may want to delete it
  44. occasionally, although doing so will cause the DMS to forget
  45. about all your documents. 
  46.  
  47. The ODMASAMP source code has been compiled with both Borland C++ 4.0
  48. and Microsoft C/C++ 8.0.  It needs to be compiled in the large  
  49. memory model.  If you find any bugs, please let me 
  50. know and I'll correct them in the future.
  51.  
  52.  
  53.         Notes on the Sample ODMA-Aware Application
  54.  
  55. MULTODMA is an adaptation of the Windows SDK multipad sample application.
  56. This program is a simple MDI text editor.  It shows how to use most of the 
  57. ODMA functions to make an application ODMA-aware.
  58.  
  59.  
  60.  
  61. Updates to the sample code, the connection manager, and the ODMA 
  62. specification will be posted on Compuserve and the WordPerfect FTP server.
  63.  
  64. Compuserve:  WPFILES forum, Library 14
  65. FTP:         151.155.3.17       /ftp/windows/odma
  66.  
  67.    
  68. Thanks, and good luck.
  69. Brad Clements
  70. brad@wordperfect.com
  71.  
  72.  
  73.  
  74. BHC-418
  75.  
  76.