I've been working in a project to add supporting for COM objects in REBOL,
it requires /pro /command to work because it uses a DLL to perform
calls.
The idea of this project is to provide REBOL's the ability to "talk" to COM 
objects not just a few one's but to all
kind of COM object, by providing a set of generic functions to do so:

1° Create and destroy objects.
2° Call Methods with custom arguments.
3° Set Properties and values (text, numbers, objects...).
4° Retrieve objects, collections, text and numbers.
5° work with multiple arguments.
6° Error handlers.
7º ...
The project sources can be found on this links:
http://www.geocities.com/benjaminmaggi/data/COMLib.zip           ;The Main 
Source,wrapper and DLL.
http://www.geocities.com/benjaminmaggi/doc/comlib.html           ;The 
Documentation.
http://www.geocities.com/benjaminmaggi/data/COMLib_Word_exmp.zip ;MS word 
examples.
http://www.geocities.com/benjaminmaggi/data/COMLib_Exel_exmp.zip ;MS exel 
examples.
http://www.geocities.com/benjaminmaggi/data/COMLib_IE_exmp.zip   ;Iexplorer 
examples.
http://www.geocities.com/benjaminmaggi/data/COMLib_WMI_exmp.zip  ;WMI 
Examples.

the examples show using Office automation, Windows Management
Instrumentation(WMI) and Internet explorer. but you can use COMLib
to perform other COM automation tasks, like Speech API, wizard and more, If
you have to do COM interfacing try this one !

The project still remains an alpha testing stage. im working on !
Feedbacks are welcome.
You can also find a discussion board on AltMe REBOL3, search for "COM 
supporting" group

Benjamin.

_________________________________________________________________
Las mejores tiendas, los precios mas bajos, entregas en todo el mundo, 
YupiMSN Compras: http://latam.msn.com/compras/

-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to