public
Description: Microsoft Component Object Model (COM) binding for Lua
Homepage: http://www.tecgraf.puc-rio.br/~rcerq/luacom/
Clone URL: git://github.com/davidm/luacom.git
luacom /
name age message
file .cvsignore Tue Mar 01 07:11:34 -0800 2005 Initial revision [Fabio Mascarenhas]
file CMakeLists.txt Mon Sep 21 23:05:22 -0700 2009 Update CMakeLists.txt to build .loh byetcode file [davidm]
file INSTALL Fri May 16 08:26:43 -0700 2008 final version 1.4 [Fabio Mascarenhas]
file Makefile Mon Sep 01 17:00:16 -0700 2008 cleanup Makefile.win and import Lua versions of... [davidm]
file Makefile.win Mon Sep 01 17:00:16 -0700 2008 cleanup Makefile.win and import Lua versions of... [davidm]
file README Tue Mar 01 07:11:34 -0800 2005 Initial revision [Fabio Mascarenhas]
file announce.txt Tue Mar 01 07:11:34 -0800 2005 Initial revision [Fabio Mascarenhas]
file bkp_lc Tue Mar 01 07:11:34 -0800 2005 Initial revision [Fabio Mascarenhas]
directory demo/ Thu Dec 10 10:39:50 -0800 2009 added a demo for the features introduced in the... [unknown]
directory doc/ Fri May 16 08:26:43 -0700 2008 final version 1.4 [Fabio Mascarenhas]
file gera_distr Tue Mar 01 07:11:34 -0800 2005 Initial revision [Fabio Mascarenhas]
directory include/ Tue Mar 01 07:11:34 -0800 2005 Initial revision [Fabio Mascarenhas]
file luacom-1.4-1.rockspec Mon Sep 01 17:00:16 -0700 2008 cleanup Makefile.win and import Lua versions of... [davidm]
file luacom-cvs-1.rockspec Fri May 16 08:04:32 -0700 2008 LuaCOM rockspec [Fabio Mascarenhas]
directory mak.vc6/ Fri Jan 04 07:53:40 -0800 2008 Added a project file for Visual C++ 6.0, to eas... []
directory mak.vs2005/ Tue Sep 02 20:21:19 -0700 2008 luacom.dll.vcproj - remove 64-bit compat check ... [davidm]
directory mak/ Mon Sep 01 17:00:16 -0700 2008 cleanup Makefile.win and import Lua versions of... [davidm]
directory src/ Thu Dec 03 07:16:02 -0800 2009 treat VT_BYREF arguments (pointers) as out argu... [unknown]
file todo.txt Tue Sep 02 23:17:55 -0700 2008 todo.txt - convert mostly to english [davidm]
directory www/ Tue Mar 01 07:11:34 -0800 2005 Initial revision [Fabio Mascarenhas]
README
* 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, and can be statically linked to
  an application or loaded at runtime. LuaCOM is provided with its source code
  and the makefiles required to build it.


* 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, and is maintained by Fabio Mascarenhas.
  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.


------------------------------------------------------------------------
Renato Cerqueira
Research Staff Member               
Tecgraf/PUC-Rio, Brazil
email: rcerq@tecgraf.puc-rio.br
http://www.tecgraf.puc-rio.br/~rcerq

Vinicius Almendra
Research Staff Member
Tecgraf/PUC-Rio, Brazil
email: almendra@tecgraf.puc-rio.br

Fabio Mascarenhas
Research Staff Member
Tecgraf/PUC-Rio, Brazil
email: fqueiroz@tecgraf.puc-rio.br
------------------------------------------------------------------------