home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 September / CHIP_CD_1997_09_PL.iso / software / testsoft / labwind / demo.3 / main / readme.vxi < prev    next >
Encoding:
Text File  |  1996-08-02  |  1.1 KB  |  35 lines

  1.  
  2.                         LabWindows/CVI Version 4.0.1
  3.                                VXI Library
  4.                             Documentation File
  5.            (c) Copyright 1993-1996 National Instruments Corporation.
  6.                             All rights reserved.
  7.  
  8.  
  9.  
  10. General Information
  11. ==============================================================================
  12.  
  13. Before Installation
  14. -------------------
  15.  
  16.     Before installing the LabWindows/CVI VXI Library, you must already have
  17.     installed NI-VXI for your operating system.  If you are running on 
  18.     Windows 95, you may use the thunking DLL in conjunction with NI-VXI
  19.     for Windows 3.1.
  20.  
  21.  
  22. Using pointers returned by MapVXIAddress
  23. ----------------------------------------
  24.  
  25.     Do not directly dereference pointers returned by MapVXIAddress.  Use
  26.     VXIpeek and VXIpoke to read and write with these pointers.
  27.  
  28.  
  29. Using pointers returned by VXIMemAlloc
  30. --------------------------------------
  31.  
  32.     Do not directly dereference pointers returned by VXIMemAlloc.  Use
  33.     VXIMemCopy to access memory with these pointers.
  34.  
  35.