Quoting Jonathan Pryor <[EMAIL PROTECTED]>:
> It's possibly a library dependency issue.
>
> Try writing a small C program that calls LoadLibrary() on
> MonoPosixHelper.dll and intl.dll. Make sure that it loads the libraries
> properly.
>
> If that works, I'm out of ideas. If that fails, you'll at
On Wed, 2006-09-13 at 12:59 -0500, [EMAIL PROTECTED] wrote:
> Sadly it is under .NET, and they're all in the same directory.
>
>- exe
>- Mono.Posix.dll
>- MonoPosixHelper.dll
>- intl.dll
>
> As I can't reproduce it on my system, and I feer installing
> VS.NET/Mono on theirs migh
Quoting Jonathan Pryor <[EMAIL PROTECTED]>:
> On Tue, 2006-09-12 at 08:07 -0500, [EMAIL PROTECTED] wrote:
>> I have 4 windows systems, one of which is the development machine.
>> Each is running the same deployed exe and set of libraries. The
>> problem is that two of the four machines fail with
On Tue, 2006-09-12 at 08:07 -0500, [EMAIL PROTECTED] wrote:
> I have 4 windows systems, one of which is the development machine.
> Each is running the same deployed exe and set of libraries. The
> problem is that two of the four machines fail with the following
> message when executing code
I have 4 windows systems, one of which is the development machine.
Each is running the same deployed exe and set of libraries. The
problem is that two of the four machines fail with the following
message when executing code in Mono.Unix.Catalog for gettext. The
worst part is that MonoPosix