Kochmin wrote:
I have windows application wich use OLE Automatization to fill-in OpenOffice document It's create OleObject like OpenOffice := CreateOleObject('com.sun.star.ServiceManager'); .. How can I rewrite it, or use any tools, to work when OpenOffice is installed on Linux, and my application runs in wine?
Try installing the Windows version of OpenOffice in Wine. - Dan