Hi.
Are UNO services available ?
I can't use it with automation with VisualBasic 2008.
Does anyone know how to set up, if it is possibile ?
New: Run-Command (Dec 2, 2024), Platform 29.5.3 (Jun 27, 2024)
1,100+ portable packages, 1.1 billion downloads
No Ads Nov/Dec!, Please donate today
What is it? Link would be nice too. Also usually anything to do with Visual Basic is not able to be made portable because of Microsoft's restrictive licensing.
iLike Macs, iPwn, However you put it... Apple is better ^_^
"Claiming that your operating system is the best in the world because more people use it is like saying McDonalds makes the best food in the world..."
UNO => http://wiki.services.openoffice.org/wiki/Uno
I mean, using the following code with OpenOffice i can interact with uno services....but i can't with OpenOffice Portable. I think it's a configuration problem...
Dim Osm As Object
Dim ODesk, oDoc As Object
Dim arg(-1) As Object
Osm = CreateObject("com.sun.star.ServiceManager")
Merco
I also need to access UNO Services on OOo Portable to automate some Office tasks under .NET Framework (code already done and tested with standard OOo).
I'd love to hear from the authors about that.
Thank you.
UNO services in OOo in windows interact with the Registry entry of OpenOffice.org in the HKLM\\Software but portable open office will not do the entry in registry at all. What does PortableOO does in terms of registry entry ? do any one knew it.
Did you ever get this working - I am currently trying to do something similar in C++ but it's failing to connect?