[Mono-dev] Using Mono Assemblies under terms of LGPL
Jonathan Pryor
jonpryor at vt.edu
Wed Mar 3 10:35:29 EST 2010
On Wed, 2010-03-03 at 10:16 -0500, Jacques Beaurain wrote:
> I think the final and easiest solution is writing our own assembly with
> native interop to libintl.
We already have such a thing: Mono.Unix.Catalog, in Mono.Posix.dll,
which is MIT/X11 licensed (no LGPL worries) and is already strong-named
(and thus can be installed into the GAC):
http://go-mono.com/docs/index.aspx?link=T:Mono.Unix.Catalog
You'll still need to place INTL.DLL into %PATH% (or some other location
so that LoadLibrary() will find it); Catalog just wraps INTL.DLL.
- Jon
More information about the Mono-devel-list
mailing list