[Mono-bugs] [Bug 79731][Nor] Changed - Mono openoffice bindings doesn't work
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Apr 17 11:42:35 EDT 2007
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by informatique.internet at fiducial.fr.
http://bugzilla.ximian.com/show_bug.cgi?id=79731
--- shadow/79731 2007-04-17 04:35:18.000000000 -0400
+++ shadow/79731.tmp.28682 2007-04-17 11:42:35.000000000 -0400
@@ -270,6 +270,27 @@
I think mono version of cli_maker uses unsafe and DllImports into the
mono runtime?
------- Additional Comments From informatique.internet at fiducial.fr 2007-04-17 04:35 -------
It seems to work well, with Oo 2.2 build on my gentoo...
+
+------- Additional Comments From informatique.internet at fiducial.fr 2007-04-17 11:42 -------
+I can confirm that it work well, i've just a question, today i'm using
+a config file with :
+<configuration>
+ <dllmap dll="cli_uno_glue"
+target="/usr/lib/ooo-2.0/program/libcli_uno_glue.so" />
+ <dllmap dll="sal" target="/usr/lib/ooo-2.0/program/libsal.so" />
+ <dllmap dll="uno_cppu"
+target="/usr/lib/ooo-2.0/program/libuno_cppu.so" />
+</configuration>
+
+and I run my test app with
+
+mono --config ./config ./testoo.exe
+
+if i put this in testoo.exe.config... it don't works :
+(Unhandled Exception: System.DllNotFoundException: cli_uno_glue)
+
+is there a way to put this configuration localy? and not in global
+machine.config
More information about the mono-bugs
mailing list