home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / lang / c / 19079 < prev    next >
Encoding:
Internet Message Format  |  1992-12-31  |  1.9 KB

  1. Path: sparky!uunet!gatech!prism!comlab.gatech.edu!bob
  2. From: bob@comlab.gatech.edu (Bob Baggerman)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Survey:  Commercial Libraries
  5. Message-ID: <78911@hydra.gatech.EDU>
  6. Date: 31 Dec 92 16:55:12 GMT
  7. References: <1992Dec30.190908.5325@gallant.apple.com>
  8. Sender: news@prism.gatech.EDU
  9. Organization: GTRI Communications Lab
  10. Lines: 34
  11.  
  12. Mike Erwin of Apple writes:
  13. > How many of you use commercial libraries?  What type of functionality do you
  14. > need from them mostly?  Would you rather program low level junk yourself? 
  15. > Which ones do you consider the best/worst?  Are they even at all useful, or
  16. > are they a waste of time and money?
  17.  
  18. Two commercial libraries that I like are TCXL for building user interfaces
  19. and BTree/ISAM for database stuff.
  20.  
  21. TCXL has all the stuff for building relatively "smart" user interfaces.
  22. My experience is with the DOS product, but if I need to turn my DOS program
  23. into a Windows, OS/2, or Unix program then I can purchase libraries for
  24. these platforms and use my existing code.  No Mac library, though.
  25.  
  26. BTree/ISAM has been a good database library for me because it compiles on
  27. lots of different systems; PCs, workstations, and mainframes.  I dabble on
  28. a lot of different platforms and I like being able to use the same database
  29. library on each.
  30.  
  31. I bought each of these for less than US$100 from Programmer's Connection.
  32. Support for both has been real good.  Usually when you call up for support
  33. one of the authors answers the phone.  I hate talking to a technical
  34. support person who knows less about the product than I do.  8-)  Oh, yea,
  35. both come with complete source code.
  36.  
  37. All appropriate disclaimers apply.
  38.  
  39. Bob
  40.  
  41. -- 
  42. Bob Baggerman                         !  bob.baggerman@gtri.gatech.edu
  43. Communications Laboratory             !  bob@comlab.gatech.edu
  44. Georgia Tech Research Institute       !  qseclrb@prism.gatech.edu
  45. Atlanta, GA  30332  USA               !  404-894-3525
  46.