DK> Kochmin wrote:
DK>> I have windows application wich use OLE Automatization to fill-in
DK>> OpenOffice document It's create OleObject like
DK>> OpenOffice := CreateOleObject('com.sun.star.ServiceManager');
DK>> ..
DK>> How can I rewrite it, or use any tools, to work when OpenOffice is
DK>> inst
I have windows application wich use OLE Automatization to fill-in
OpenOffice document It's create OleObject like
OpenOffice := CreateOleObject('com.sun.star.ServiceManager');
And then use it.
Everything is OK when I run it on windows.
How can I rewrite it, or use any tools, to work when OpenOffic