Re: [Mono-list] MonoPosixHelper Not Found ?

2006-09-14 Thread met
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 least

Re: [Mono-list] MonoPosixHelper Not Found ?

2006-09-13 Thread met
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 the

Re: [Mono-list] MonoPosixHelper Not Found ?

2006-09-13 Thread Jonathan Pryor
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 might fix it

[Mono-list] MonoPosixHelper Not Found ?

2006-09-12 Thread met
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

Re: [Mono-list] MonoPosixHelper Not Found ?

2006-09-12 Thread Jonathan Pryor
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 in