This is LuaCom 1.0 (beta)



* What is LuaCom?

-----------------



  LuaCom is an add-on library to the Lua language (http://www.lua.org)

  that allows Lua programs to use and implement objects that follow

  the Microsoft's Component Object Model (COM) specification and

  the ActiveX technology for property access and method calls.



  LuaCom is implemented as a C++ library. This library must be embedded

  in some application in order to be used.

  LuaCom is provided with its source code and the makefiles required to

  build it (see INSTALL).





* Availability

--------------



  LuaCom is freely available for both academic and commercial purposes and

  can be downloaded from the site below:



    http://www.tecgraf.puc-rio.br/~rcerq/luacom/



* Contacting the authors

------------------------



  LuaCom has been designed and implemented by Vinicius Almendra and

  Renato Cerqueira.

  Send your comments, bug reports and anything else to

  luacom@tecgraf.puc-rio.br.



  LuaCom has been developed at Tecgraf, the Computer Graphics Technology Group

  of PUC-Rio (the Pontifical Catholic University of Rio de Janeiro in Brazil). 

  Tecgraf is a laboratory of the Department of Computer Science.



