home *** CD-ROM | disk | FTP | other *** search
/ Boston 2 / boston-2.iso / DOS / PROGRAM / C / LITECOMM / READ.ME < prev   
Text File  |  1993-12-01  |  4KB  |  68 lines

  1. -  Notes for Revision 3.0
  2.  
  3. If you have just acquired the shareware version of the LiteComm(tm)
  4. Toolbox, try the QBTTL sample program and look over its code, feel free
  5. to experiment with the functions and, if you like what you see, please
  6. register and join our list of satisfied users from all over the world.
  7.  
  8. If you've registered LiteComm, thank you.  Your registration helps make 
  9. it possible for us to continue supporting and enhancing the product.
  10.  
  11. With Revision 3.0, we have done further work to tighten the code in the 
  12. kernel to decrease its size, and improve its ability to handle higher 
  13. baud rates.  We have also enhanced the initialization and set-up logic 
  14. to include truly variable baud rates, and to improve the way in which 
  15. the routines will behave on older-model PC's with 8250-based serial 
  16. ports.  Some additional functions have been added to the package as 
  17. well, and some existing functions have been substantially modified in 
  18. the way that they act.  See the documentation section "New in Version 
  19. 3.0" for additional details. 
  20.  
  21. Datalight-C users please note...due to a lack of interest in the 
  22. Datalight version of the package, we have discontinued support for this 
  23. compiler.  The last available Datalight version is 2.6.
  24.  
  25. You should not have to modify the any of the source code to compile it 
  26. on any of the supported compilers.  Extensive use of C preprocessor 
  27. statments has been made to insure that all modules will compile under 
  28. any of the supported compilers with no additional effort.
  29.  
  30. For source code registrants, we have also provided a complete set of 
  31. "make" files to assist you in rebuilding the libraries, should it become 
  32. necessary, or should you wish to modify the supplied routines.  Be 
  33. cautious...the make files, at a minimum, assume that you have both ARC 
  34. and LIB available in either your current working directory or somewhere 
  35. in the current path.
  36.  
  37. LiteComm is an advanced product for advanced users.  Due to the various 
  38. conditions under which LiteComm might be used, we have not attempted to 
  39. provide you with specific instructions on linking the LiteComm libraries 
  40. with your application programs.  We assume that you are familiar with 
  41. the methods needed to link third-party libraries, such as LiteComm, with 
  42. your applications.  Answering specific questions regarding linking of 
  43. LiteComm to any given application is not practical, since it requires 
  44. specific knowledge of how your system is organized, and of your 
  45. application that cannot generally be obtained by telephone.
  46.  
  47. We have had a large number of telephone calls from TurboC users 
  48. regarding use of the TurboC version under the integrated environment TC. 
  49. Largely, these questions have resulted from two problem areas.  If you 
  50. are attempting to link the LiteComm functions with a TurboC program in 
  51. the integrated environment, you must first create a PROJECT (.PRJ) file.  
  52. Please consult the TurboC Reference Manual for additional detail.  DO 
  53. NOT expect Information Technology to assist you in building a project 
  54. file if you haven't first read the documentation thoroughly.  And some 
  55. individuals, through no fault of their own have been misled by the 
  56. Library File setting under the TurboC Environment.  By setting this 
  57. path, you are informing TurboC  where to look for ITS standard 
  58. libraries.  TurboC will NOT follow this path looking for third-party 
  59. libraries.  If the LiteComm libraries are not in your current working 
  60. directory, you must specify the full path name of the library in your 
  61. project file.  Please don't blame us...take it up with Borland 
  62. International.
  63.  
  64. Information Technology
  65.  
  66. LiteComm is a trademark of Information Technology.
  67. Microsoft is a registered trademark of Microsoft Corp.
  68.