Re: Accessing a mono .dll on OSX from Excel VBA

Elmar Haneke <[email protected]> Tue, 23 May 2017 09:56:16 +0200
Newsgroups gmane.comp.gnome.mono.devel
Message-ID <[email protected]>

Am 23.05.2017 um 05:22 schrieb Bernard Vukas:
> I'm looking for best practices or recommendations about using Excel
> VBA to consume exported functions from a mono .dll on OSX.
>
> My understanding is that OSX recognizes .dylib libraries, and that
> .dll's are Windows specific. Am I missing something, or is this
> impossible?

.dylib are OSX native libraries. ".dll" files are either Windows native
libraries or CIL assemblies (for DotNet or Mono).

Using C-Compiler you can make an .dylib which exports functions for
Excel calling Mono functions by embedding mono.

Elmar

_______________________________________________
Mono-devel-list mailing list
[email protected]
http://lists.dot.net/mailman/listinfo/mono-devel-list