home *** CD-ROM | disk | FTP | other *** search
/ OpenStep (Enterprise) / OpenStepENTCD.toast / OEDEV / DEV.Z / readme < prev    next >
Text File  |  1996-08-01  |  2KB  |  42 lines

  1. Visual Basic Calculator Demo
  2.  
  3. Written by Greg Wilson
  4. NeXT Software, Inc.
  5. July, 1995
  6.  
  7. You may freely copy, distribute, and reuse the code in this example.
  8. NeXT disclaims any warranty of any kind, expressed or  implied, as
  9. to its fitness for any particular use.
  10.  
  11.  
  12. Running the Demo
  13.  
  14. This directory contains the source code for the Visual Basic calculator described in the PDO Plus for Windows Developer's Guide. This demo comes in two parts: the client portion, which is written in Visual Basic, and the server portion, which is written in Objective-C. To reconstruct this example, do the following:
  15.  
  16. 1) Copy the files found in the "Server" subdirectory to a machine running NEXTSTEP 3.3.
  17. 2) Compile the server by opening a Terminal window, changing to the directory where you 
  18.    copied the Server files, and typing the following:
  19.  
  20.     cc -g -Wall -o Calc Calc.m -lFoundation_s
  21.  
  22. 3) Make sure that both MachD and the NEXTORB Server are running. If either one isn't, start 
  23.    it from the Windows NT Program Manager (both can be found in the NeXT Software Program 
  24.    Group).
  25.  
  26. 4) Start the server on the NEXTSTEP 3.3 machine.
  27.  
  28. 5) Start Visual Basic on your Windows NT machine, and open the file "Calc.mak". 
  29.  
  30. 6) Edit Form.Load in Calc.FRM and change server name in the server.connectTo
  31.    line to indicate the machine where the server is running.
  32.  
  33. 7) Press theF5 key, or select Start from the Visual Basic Run menu.
  34.  
  35. For troubleshooting tips, complete source code, and a discussion on how this demo is put together, see the PDO Plus for Windows Developer's Guide.
  36.  
  37.  
  38.  
  39.  
  40. Visual C++ and Visual Basic are trademarks of Microsoft Corp.
  41. PDO and PDO Plus for Windows are trademarks of NeXT Software, Inc.
  42.