home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 14 / IOPROG_14.ISO / soft / sdkjava / sdkjava.exe / SDKJava.cab / Samples / ActiveXBeans / SafeArray / readme.txt < prev    next >
Encoding:
Text File  |  1998-03-05  |  671 b   |  23 lines

  1.    This sample shows how to create a SafeArray in Java,
  2. pass them to a COM server (written in Visual Basic),
  3. and how to inspect a SafeArray returned from a COM server.
  4.  
  5.    To run the sample, ensure that Visual Basic 5.0 is installed
  6. and that the runtime dll (MSVBVM50.DLL) is in the system path.
  7. Visual Basic 5.0 must be installed in order for the sample to 
  8. run. Change to the directory containing this readme file
  9. and type "run" at the command line.
  10.  
  11.  
  12.  
  13. You should see the output:
  14.  
  15.    ComputeSum() returned 10
  16.  
  17.    CreateSquares() returned { 0 1 4 9 16 25 36 49 64 81 100 }
  18.    Converting results to Java array: { 0 1 4 9 16 25 36 49 64 81 100 }
  19.  
  20.  
  21.  
  22.  
  23.