bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GetText C#


From: Bruno Haible
Subject: Re: GetText C#
Date: Sun, 12 Aug 2007 00:33:56 +0200
User-agent: KMail/1.5.4

Hello,

Karsten <address@hidden> wrote:
> I'm trying to use GetText with my Visual Studio C# project, yes I'm running
> Windows, sorry about that ;-)

You need not say sorry about this: if you use Visual Studio, it hurts you,
not me :-)

> I have downloaded the latest Windows port of GetText, but I have run into 2
> problems. Maybe you will help?
> 
> 1) When using msgfmt --csharp, msgfmt says it can't find a C# compiler. How
> do I tell it where to look?

"msgfmt --csharp" tries to use 'cscc', 'mcs', 'csc', whichever it finds in
the PATH variable. So change PATH accordingly... You can use
"msgfmt --csharp --verbose" to get some more information about what msgfmt
is doing.

> 2) If I find a way to solve problem 1, I've read this in the manual "To use
> this API, one needs the GNU.Gettext.dll file which is part of the GNU
> gettext package and distributed under the LGPL." Okay I download
> gettext-0.16.tar.gz but the dll doesn't seems to be there.

This file is created when you build the gettext package, with some C#
environment available through PATH. Since these .dll files are platform
independent, I can just as well attach the one I compiled on Linux, with
Mono, from gettext-0.16.1.

Bruno

Attachment: GNU.Gettext.dll
Description: application/msdos-program


reply via email to

[Prev in Thread] Current Thread [Next in Thread]