home *** CD-ROM | disk | FTP | other *** search
/ Boston 2 / boston-2.iso / DOS / PROGRAM / BASIC / WGLIB / LIST.ME < prev    next >
Text File  |  1993-12-01  |  6KB  |  107 lines

  1.  
  2.  
  3.             Misc Notes for WGLib 1.01
  4.  
  5.  
  6.     It is finally here, GLib for Windows!  Converting code from DOS GLib
  7.     to VB and the WIN API was quite time consuming if not quite a chore.
  8.     In some ways, the WIN API makes such things easier, and some aspects
  9.     are harder.  Debugging a DLL can be a real chore.  But the initial
  10.     release is done, and now available.  Almost everything you've come to
  11.     know and love in GLib has been ported to VB, the only obvious things
  12.     missing are those that have no business in a WIN application: screen
  13.     saves and restores, quick prints and the like.
  14.  
  15.     Along the way, we discovered a number of things that we would have liked
  16.     to have gone back and added, but that would have delayed this release.
  17.     We have already started a list of "wanna be's" for the next version
  18.     which I would expect to be out early next year.  If you have an idea for
  19.     a custom control, drop us a line to let us know and we'll see what we
  20.     can do.
  21.  
  22.     The WGLibDemo program is not nearly as robust as the one for the DOS
  23.     version, but the latter was not all that beefy in it's first appearance
  24.     either.  As time goes on it will likely 'grow', but to spend time on it
  25.     now would also slow down the general release.  As is, it does a decent
  26.     job of displaying some of the effects that you can add to VB forms and
  27.     controls, how you can alter the performance of standard controls as well
  28.     as demonstrating some of the routines in WGLib.
  29.  
  30.  
  31.  
  32.     As for installing the files, the demo forms and DLL should be placed in
  33.     directories as follows: put WGLIB.DLL into your VB directory - whatever
  34.     you have named it.    The rest of the files should be placed into a child
  35.     of that, preferably named \VB\WINGLIB or \VB\ISOFT.  Then to start or
  36.     run it from VB, simply OPEN PROJECT and select WGLIBDEM.MAK.
  37.  
  38.     It is important that you DO NOT name the demo directory 'WGLIB'. If you
  39.     do, you will likely get various load errors each time you try to reload
  40.     the demo's .MAK file.  For instance, trying to load wglibdem.mak from
  41.     the 'C:\VB\WGLIB\DEMO' dir with WGLIB.DLL in the VB directory will
  42.     result in a number of load errors.    The reason is that even when the
  43.     project is saved, VB does save the fully qualified pathname of the
  44.     DLL but will incorrectly interpet it when read back.   For example, the
  45.     above path can yield the error "cannot find DLL" - with the text WGLIB
  46.     in the path and DLL name, VB tries to load VB\WGLIB\.DLL rather than
  47.     VB\WGLIB.DLL.
  48.  
  49.  
  50.  
  51.     The BBS/Trial DLL is the same as the full fledged registered one,
  52.     except: it will only operate in the VB environment - it will not act
  53.     as a support DLL at runtime, it will only load if the project AppTitle
  54.     is WGLibDemo, and it 'nags' when loaded.
  55.  
  56.     To try out the DLL design controls, simply load WGLIBDEM.MAK and add
  57.     your own forms and controls or modify the ones provided.  If you want to
  58.     try it out on a new project, you can do so just as long as you name it
  59.     WGLIBDEMO (this is the AppTitle property in the MAKE EXE window).  Once
  60.     the AppTitle is properly named, you can use ADD FILE to add WGLIB.DLL to
  61.     the project to make the custom controls available.    You can use WGLib
  62.     1.01 in this fashion for as long as you like.
  63.  
  64.     For purposes of personal enrichment and education in regards to Windows
  65.     and VB, this is very generous - you get a high power DLL for the price
  66.     of a phone call.  For purposes of evaluation, it is equally generous in
  67.     that it allows you to try out WGLib routines and custom controls to see
  68.     if they fit your specific needs.
  69.  
  70.  
  71.     The enclosed registration mailer lists only WGLib and omits all the
  72.     other DOS version QB/QBX add ons and tool kits we publish to make clear
  73.     that the introductory price does expire October 1, 1992.  Mailers
  74.     postmarked after that date will be returned with a new mailer listing
  75.     the current, regular price.
  76.  
  77.     The reason for this low introductory price is that migrating to Windows
  78.     can be expensive for everyone: aside from Win 3.1 and VB, you likely
  79.     also bought DOS 5.0, maybe an add on memory manager like 386Max or QEMM,
  80.     and then many people either have to add memory to get acceptable
  81.     performance or buy a new machine.  No matter how far into that list you
  82.     went, it costs money to get serious with Windows and we recognize that.
  83.  
  84.     A complete list of what comes with registeration:
  85.  
  86.     WGLIB101.WRI    -  Docs in WRITE format
  87.     WGLIB.HLP        -  Cross referenced help data file for WIN Help
  88.               (most of the commercial Libs do not have this yet!)
  89.     WGLIB101.BAS    -  A set of VB routines to make WGlib even easier
  90.                and conserve VB resources
  91.     WGLIB.DLL        -  Design time DLL for your use
  92.     WGLIBR.DLL        -  Runtime DLL for you to distribute with your
  93.                applications.
  94.     WGLIBQRF        -  A fast quick reference guide to the usage and
  95.                declaration syntax for all WGLib routines.
  96.     WGLIBGLO.BAS    -  Complete set of declarations for all WGLib 101
  97.                routines.
  98.     LAUNCHVB        -  A fast and easy way to start up VB, and load
  99.                WGLib for immediate use.
  100.     WGLibDemo        -  The compiled demo and complete source code.
  101.     WSetup        -  An automated setup program to place all these
  102.                files in their proper location, create a Program
  103.                Manager WGLIB group and group items.
  104.     SysGauge        -  An Iconic program that monitors system resources.
  105.  
  106.  
  107.