Hi wise monks!
I'm wondering if someone used OpenOffice Typelib with Win32::OLE instead of Microsoft Office Typelib?
I don't need full office automation, i just need to add an OLE property to word document
I've already read OLE file format spec, and felt in despair =)
Then i've just explored OLE structured document with hex editor, and it looked much more simple than in M$ spec.
But still failed to work for me, so i decided to just give it up, and use some perl package for that purpose.
But failed again because of Typelib constants.
PS:Maybe there is some other package to use, or way to use OO typelib with Win32::OLE?