Rotsen Marcello wrote:
Hello all,
I've developed a new OpenOffice Language Binding as a PhP module, using the Uno Reflection API / C++, and I have a few questions that maybe some of you can answer:
1) OpenOffice is LGPL but I wish to release the module using the PHP 3.0 License, is that possible ?
2) What is the purpose of the ".rdb" files? I've based the module in the C++ DocumentLoader example of the SDK, where a .rdb file is used, but i couldn't understand which is its funtionality.
the rdb files contain type information for the UNO based office API
and/or info about about available service, means concrete
implementations of this services. Based on this type library dynamically
type info is generated on demand. For example to calculate info about
vtables for dynamic C++ proxy generation.
Juergen
Please feel free to send any other comments or suggestions.
The project website is http://puno.sourceforge.net
Thanks,
Rotsen
---------------------------------
Luggage? GPS? Comic books?
Check out fitting gifts for grads at Yahoo! Search.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]