I downloaded gnu gettext 0.14.4 yesterday and started testing the tool by compiling the first example (hello-csharp). I'm using MSVS 2005 with C#. But when I started to generate my resources DLL only errors occurred.
My current problem occurs while using msgfmt with the option --csharp to convert the .po file to a *.resources.dll. The compilation ends with the problem that the c# compiler could not find the resset.cs file which seems to be generated by msgfmt automatically. I've already changed some local variables but the error still occurs.
Therefore my question: Does anybody have an example how I can convert a .po file to an .resources.dll file??? Or do I have to install some additional software???
I only tried to convert the .po file of the mentioned example. But it does not work.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I downloaded gnu gettext 0.14.4 yesterday and started testing the tool by compiling the first example (hello-csharp). I'm using MSVS 2005 with C#. But when I started to generate my resources DLL only errors occurred.
My current problem occurs while using msgfmt with the option --csharp to convert the .po file to a *.resources.dll. The compilation ends with the problem that the c# compiler could not find the resset.cs file which seems to be generated by msgfmt automatically. I've already changed some local variables but the error still occurs.
Therefore my question: Does anybody have an example how I can convert a .po file to an .resources.dll file??? Or do I have to install some additional software???
I only tried to convert the .po file of the mentioned example. But it does not work.