Re: [Mono-devel-list] What is MonoPosixHelper-0.dll?

2005-06-30 Thread Kornél Pál
From: Jonathan Pryor Windows installer for Mono installs MonoPosixHelper-0.dll but it seems not to be used at all. Furthermore when I compile Mono on Windows I only get MonoPosixHelper.dll not MonoPosixHelper-0.dll. Could someone tell me what MonoPosixHelper-0.dll is? I would guess it's a

[Mono-devel-list] [PATCH] Remove cyg prefix from native DLLs on Windows

2005-06-30 Thread Kornél Pál
Hi, On the list previously I was told that mingw target should be used instead of cygwin. But currently it results in cygwin-1.dll dependency that is said to be a bug in Mono build system. I don't see any advantages of using mingw target because currently using cygwing as target results in no

Re: [Mono-devel-list] Who creates the Windows installer of Mono?

2005-06-30 Thread Francisco T. Martinez
Kornél Pál wrote: Hi, I would like to no who creates the Windows installer of Mono to can I ask how Mono is built for that installer. Kornél I do. As far as how is it built, I do ./autogen.sh when the code comes straight from SVN or ./configure when the code comes from a tarball. The

Re: [Mono-devel-list] Who creates the Windows installer of Mono?

2005-06-30 Thread Kornél Pál
From: Francisco T. Martinez I do. As far as how is it built, I do ./autogen.sh when the code comes straight from SVN or ./configure when the code comes from a tarball. The switches passed to it are: --prefix=/opt/mono --with-preview=yes. Immediately after all of auto* are ran, I proceed to edit

RE: [Mono-devel-list] .export Directive in IL

2005-06-30 Thread Jonathan Pryor
On Wed, 2005-06-29 at 22:48 -0400, Jonathan S. Chambers wrote: Thanks for the answers. I'm just experimenting with methods to call managed code from unmanaged code without using COM interop, i.e. something that would work on both .Net and Mono. Any advice would be appreciated. Basic

Re: [Mono-devel-list] [PATCH] Remove cyg prefix from native DLLs on Windows

2005-06-30 Thread Raja R Harinath
Hi, Kornél Pál [EMAIL PROTECTED] writes: [snip] My patch (I attached to this message) simply modifies the generated aclocal.m4 just after it is generated to use no prefix for the target cygwin. It is done by removing a single 'cyg' string from the file. It works as expected without any

Re: [Mono-devel-list] Who creates the Windows installer of Mono?

2005-06-30 Thread Francisco T. Martinez
Kornél Pál wrote: From: Francisco T. Martinez I do. As far as how is it built, I do ./autogen.sh when the code comes straight from SVN or ./configure when the code comes from a tarball. The switches passed to it are: --prefix=/opt/mono --with-preview=yes. Immediately after all of auto* are

Re: [Mono-devel-list] [PATCH] Remove cyg prefix from native DLLs on Windows

2005-06-30 Thread Raja R Harinath
Hi, Kornél Pál [EMAIL PROTECTED] writes: So, as I said before, fix the mingw32 build, and tell libtool exactly what you want. But could you tell me what advantages has targetting mingw32 over targetting cygwin? It seems to do the same as when targetting cygwin: It uses it's own libraries so

[Mono-devel-list] Patch for Bug# 73598

2005-06-30 Thread Sridhar Kulkarni
Patch for this Bug# 73598 prj2make crashes with the FileNotFoundException attached herewith. Regards, -Sri _ Adore Arshad Warsi? http://server1.msn.co.in/sp05/iifa/ Think he is the funniest? --- MsPrjHelper.cs.old 2005-06-30

[Mono-devel-list] mono 1.1.8 - monodebug - what do i need to do to make it run?

2005-06-30 Thread Mike Horsley
hi i've installed the 1.1.8 linux installed onto suse 9.3 pro. all worked fine. what i'm struggling with is mdb. I have found mdb.exe under mono-1.1.8.1/lib/mono/1.0 but when i try and run it from the command line, i get the message "bash: ./mdb.exe: cannot execute binary file". Other

[Mono-devel-list] WebService instance is not disposed after a method invocation

2005-06-30 Thread Konstantin Triger
Hello, The WebService instance is not disposed after a WebMethod invocation. In .Net it's called immediately. Attached a patch fixing that. Please approve commit. -- Regards, Konstantin Triger Index: System.Web.Services.Protocols/HttpSoapWebServiceHandler.cs

Re: [Mono-devel-list] WebService instance is not disposed after a method invocation

2005-06-30 Thread Lluis Sanchez
Please, commit. Thanks! Lluis. El dj 30 de 06 del 2005 a les 15:35 +0300, en/na Konstantin Triger va escriure: Hello, The WebService instance is not disposed after a WebMethod invocation. In .Net it's called immediately. Attached a patch fixing that. Please approve commit. fitxer

Re: re[2]: [Mono-devel-list] mono 1.1.8 - monodebug - what do i need to do to make it run?

2005-06-30 Thread Martin Hinks
Apologies, seems MDB doesn't use the runtime - it won't launch on my FC3 box using mono mdb, but will ./mdb But then again, I don't have mdb.exe - just mdb... likewise on my install the tool sn is called sn not sn.exe - it might be worth re-installing Mono (maybe using the installer?) so that

[Mono-devel-list] mono 1.1.8 - monodebug - what do i need to do to make it run?

2005-06-30 Thread mike horsley
martin thanks. which installer did you use or did you compile from source? mike ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-devel-list] mono 1.1.8 - monodebug - what do i need to do to make it run?

2005-06-30 Thread mike horsley
martin the installer for all linux versions is what i used to install the latest mono version (1.1.8.1). i'm using suse 9.3 pro. several questions please: 1. mono (version 1.1.4?) was installed as part of the suse 9.3 install. i didnt uninstall it because the readme for 1.1.8.1 suggests it

[Mono-devel-list] two questions about Mono.Security.dll

2005-06-30 Thread liubin
Hi, I am very interested in the SSL/TLS function of Novell.Directory.Ldap.dll and Mono.Security.dll. I have built the Novell CsharpLDAP's sample source StartTLS.cs with mono1.1.8's Novell.Directory.Ldap.dll Mono.Security.dll on Windows to do some test. And i found two problems about