-
Notifications
You must be signed in to change notification settings - Fork 52
/
announce.txt
53 lines (38 loc) · 1.64 KB
/
announce.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
* 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 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: [email protected]
http://www.tecgraf.puc-rio.br/~rcerq
Vinicius Almendra
Research Staff Member
Tecgraf/PUC-Rio, Brazil
email: [email protected]
Fabio Mascarenhas
Research Staff Member
Tecgraf/PUC-Rio, Brazil
email: [email protected]
------------------------------------------------------------------------