[Mono-dev] Mono and ole32.dll

Cosmin Ciuraru cosmin.ciuraru at gmail.com
Thu Jun 9 14:33:24 EDT 2011


Thank you for your answer, Quandary.
I try to use the Acrobat SDK in order to fill in a pdf and digitally sign
it. In order to do that, I use the Javascript part of the SDK and the
JSObject can be used from C# with the use of Interop.Acrobat and
Interop.AFORMAUTlib. Unfortunately, Acrobat SDK needs the Adobe Acrobat
installed, not the Reader and, for Linux, there is no version of Adobe
Acrobat (May be I am wrong, because for Acrobat 7.0.5 SDK they have a Linux
version of the SDK - the only Linux version - but how could one use it?).
So, I cannot use it.

I am really glad though that this group has been really helpful and prompt.

2011/6/9 Quandary <quandary82 at hailmail.net>

> What exactly are you trying to accomplish ?
> What's that COM-dll supposed to do ?
> Is it really irreplacable ?
> In my experience, it was never necessary, except to accomplish windows
> specific things, such as switching off the windows firewall, in which
> case a simple if(!Environment.OSVersion.Platform == Platformid.Unix)
> would suffice.
>
> Using COM is however not a recommended practice. If there is another
> way, you should use that one.
> For embedding browsers and office file-format interop, there are other
> ways.
>
>
> On 06/09/2011 10:13 AM, cosmin.ciuraru wrote:
> > Hello,
> >
> > Is there any way I can use the ole32.dll in Mono for Linux? I have a
> project
> > that uses COM and at runtime I get the error:
> >
> > Unhandled Exception: System.DllNotFoundException: ole32.dll
> >
> > http://go-mono.com/forums/#nabble-td1527901 This post  is dated back to
> 2007
> > and I think Mono has COM support now, but how can I use this specific
> > Windows library in Linux?
> >
> > Thank you!
> >
> > --
> > View this message in context:
> http://mono.1490590.n4.nabble.com/Mono-and-ole32-dll-tp3584820p3584820.html
> > Sent from the Mono - Dev mailing list archive at Nabble.com.
> > _______________________________________________
> > Mono-devel-list mailing list
> > Mono-devel-list at lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20110609/62d70281/attachment.html 


More information about the Mono-devel-list mailing list