home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 6 File / 06-File.zip / vgo11a.zip / WHATS.NEW < prev   
Text File  |  1994-01-25  |  2KB  |  43 lines

  1.     What's new in GO 1.1 and VGO 1.1 as compared to the 1.0 versions?
  2.  
  3.     Not terribly much.
  4.  
  5.     There was one bug---One routine would return the string "Errror" (wrong
  6.     number of R's) when there was an error, but the calling routine would
  7.     only check for "Error" so if that error occured, the calling routine
  8.     would think there was no error and continue along unaware.  Fixed.  It
  9.     wasn't very likely that anyone would have run into that bug anyway,
  10.     since it only came into play when a body used a non-numerical string for
  11.     a date.
  12.  
  13.     There is now a file included called VGOICONS.ZIP, which contains several
  14.     icon files for VGO.  Many thanks to Steve Weeks for creating them.
  15.  
  16.     A dialog box has been added to warn you if you put anything other than a
  17.     switch into the "Parameters" entry fields while DEL or ERASE is the
  18.     command to be executed.  In VGO version 1.0, if you copied some files to
  19.     another location and then wanted to delete some of them, you might have
  20.     changed your command to DEL without remembering to remove the target
  21.     directory name from the "Parameters" entry field.  Then when you
  22.     executed the command, you'd be deleting the files you wanted to delete,
  23.     but you'd also be deleting the directory to which you'd just copied
  24.     those files (if you said "Y" to OS/2's "Are you sure?" question).
  25.     Because OS/2's DEL command, unlike DOS's, does take multiple filename
  26.     parameters and of course a directory name on a DEL command is treated as
  27.     if it had \*.* attached to the end of it.  In VGO version 1.1, you'll be
  28.     warned if there's anything other than switches in the "Parameters"
  29.     fields, so that can't happen to you accidentally.
  30.  
  31.     All other changes are related to Watcom's release of VX-REXX version
  32.     1.01c and VROBJ.DLL 1.01c.  There were a few bugs in the old version
  33.     which we had to work around, which made VGO less efficient than it might
  34.     have been.  Some of those bugs have been fixed in the new VX-REXX
  35.     version, which meant we could remove the workarounds from VGO's code.
  36.     So it's a little faster than the first version was.
  37.  
  38.     There appears to be a problem with trying to use two copies of the
  39.     VROBJ.DLL file at the same time.  So if you have two different programs
  40.     that were written using VX-REXX, and one won't work right while the
  41.     other is running, make sure they're both accessing the same copy of
  42.     VROBJ.DLL.
  43.