Hi, I'm working in a OOo extension to allow OpenOffice to access 3270 host and It's now working fine on linux but, when I build it in windows (using MSVC) it compiles ok and runs fine using a testprogram; but, when using .oxt file to install it unopkg shows "The extension '3270 access extension' does not work on this computer." I *think* it's something related with the manifest file but I can't figure out what's the problems.
The manifest file I'm using... <?xml version="1.0" encoding="UTF-8"?> <manifest:manifest xmlns:manifest="urn:oasis:names:tc:opendocument:xmlns:manifest:1.0"> <manifest:file-entry manifest:media-type="text/xml" manifest:full-path="description.xml"/> <manifest:file-entry manifest:media-type="application/vnd.sun.star.uno-component;type=native;platform=Windows" manifest:full-path="windows/pw3270.uno.dll"/> <manifest:file-entry manifest:media-type="application/vnd.sun.star.uno-typelibrary;type=RDB" manifest:full-path="pw3270.uno.rdb"/> </manifest:manifest> -- Perry Werneck BrasÃlia - DF Jonathan Swift - "May you live every day of your life." - http://www.brainyquote.com/quotes/authors/j/jonathan_swift.html --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
