Embed/Bundle UNO libraries

Java, C++, C#, Delphi... - Using the UNO bridges
Post Reply
kyvinh
Posts: 1
Joined: Fri May 30, 2008 11:53 am

Embed/Bundle UNO libraries

Post by kyvinh »

Hi All,

All the tutorials concerning UNO and Java mandate the installation of OOo in order to be able to use the UNO API. Since what I'm trying to achieve mainly use the UNO API silently (not showing the Writer GUI) mainly for conversion and manipulation, I was wondering if someone had an idea/pointer on whether I can use/embed the UNO API with my application without requiring an OOo install.

Thanks a bunch
User avatar
probe1
Volunteer
Posts: 277
Joined: Mon Oct 08, 2007 1:34 am
Location: Chonburi Thailand

Re: Embed/Bundle UNO libraries

Post by probe1 »

When calling an UNO API you call functions of OOo, not from a (non-existing) stand-alone UNO installation.
So (IMHO) you need OOo installed.
Cheers
Winfried

DateTime2 extension: insert date, time or timestamp, formatted to your needs
Post Reply