home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / mandelc.zip / readme.2.1.doc < prev    next >
Text File  |  1993-08-01  |  2KB  |  54 lines

  1. Hi programmers,
  2.  
  3. this is the version 2.1 of my C++ class library for OS/2.
  4. New stuff:
  5.     - C++ class for dialogboxes.
  6.     - iteration method is provided by a DLL,
  7.         the user is able to write his own dll
  8.         for a certain iteration method.
  9.         The iteration method can be selected by the user
  10.         trough a dialogbox.
  11.     - The general C++ classes are put into a dll.
  12.  
  13. This are the bugs I've found in version 2 and which are fixed in this version:
  14. - crash when no server or to less servers are running
  15. - zoom in old window using servers begin calculation not at the first line
  16. - zoom in rectangle will be cleaned if parallel to the window.
  17.  
  18. The server must be started like that:
  19.  
  20.     server dlls name_of_a_pipe 
  21.  
  22. The first commandline argument specifies a name of a file containing
  23. the names of dlls providing the iteration method. 
  24. The next argument is the name of a Named Pipe, which should be used by this
  25. server - see readme.2.0.doc.
  26.  
  27. The client must be started like that:
  28.  
  29.     client dlls 
  30. or
  31.     client dlls pipes
  32. if you want to run the client using distributed computing.
  33.  
  34. The first commandline argument specifies a name of a file containing
  35. the names of dlls providing the iteration method. 
  36. This argument must be specified.
  37. The second argument specifies the name of a file containing
  38. the names of the pipes used for distributed computing - see readme.2.0.doc.
  39.  
  40.  
  41. I would like to hear something wether this works on a network
  42. using distributed computing.
  43. Has anyone tested this in this way?
  44. If someone wants to send some suggestions:
  45.  
  46. EMAIL:
  47. peter@anacad.de
  48.  
  49. or compuserve:
  50. 100114,351
  51.  
  52. Have fun!
  53. Peter Foelsche
  54.