libmoto.doc
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:1k
源码类别:

通讯编程

开发平台:

Visual C++

  1. Notes about the use of libmoto
  2. ------------------------------
  3. RCS: @(#) $Id: libmoto.doc,v 1.2 1998/09/14 18:40:04 stanton Exp $
  4. First of all, libmoto is not required!  If you don't have it, you
  5. can simply remove the library reference from the project file and
  6. everything should compile just fine.
  7. The libmoto library replaces certain functions in the MathLib and
  8. ANSI libraries.  Motorola has optimized the functions in the library
  9. to run very fast on the PowerPC.  As I said above, you don't need
  10. this library, but it does make things faster.
  11. Obtaining Libmoto:
  12. For more information about Libmoto and how to doanload
  13. it, visit the following URL:
  14.     http://www.mot.com/SPS/PowerPC/library/fact_sheet/libmoto.html
  15. You will need to register for the library.  However, the
  16. library is free and you can use it in any commercial product
  17. you might have.
  18. Installing Libmoto:
  19. Just follow the instructions provided by the Motorola 
  20. README file.  You need to make sure that the Libmoto
  21. library is before the ANSI and MathLib libraries in
  22. link order.  Also, you will get several warnings stateing
  23. that certain functions have already been defined in 
  24. Libmoto.  (These can safely be ignored.)
  25. Finally, you can thank Kate Stewart of Motorola for twisting my
  26. arm at the Tcl/Tk Conference to provide some support for Libmoto.
  27. Ray Johnson