[Mono-devel-list] System.Collections.Generic - build on Linux?

2005-07-20 Thread Vladimir Lushnikov
Hi, I was wondering what kind of support there is for Generics and Partial classes in MSC at the moment? I noticed that in my SVN checkout of Mono and msc there exists a few classes with the proposed functionality, but I was wondering how to compile them into the GAC, since "make" & "make install"

Re: [Mono-devel-list] mono SDL linux/win32 SDL.DLL - my brain hurts!

2005-07-20 Thread ted leslie
I got it working on the really old SDL.NET package that had Make/Build support for Mono, I needed to put up the SDL-Dev libs too !! arggh!!! :( But still, i'd love to be able to get a recent (this year) build for SDL.NET working, as it looks really different (the new one) then the older one. A

Re: [Mono-devel-list] mono SDL linux/win32 SDL.DLL - my brain hurts!

2005-07-20 Thread ted leslie
This version (of SDL.NET) has a script directory that you run to make a project for sharpdev or monodev i made for monodev (all though i have never used it, use slick-edit for dev), the script assumed the exe would run right away, so i needed to add "mono " in front of it as i dont have my kern

Re: [Mono-devel-list] mono SDL linux/win32 SDL.DLL - my brain hurts!

2005-07-20 Thread David Mitchell
Oh, and you'll also want to make sure SDL (http://www.libsdl.org) is installed on your machine. David David Mitchell wrote: Try this: http://prdownloads.sourceforge.net/cs-sdl/SdlDotNet-3.1.2-1.zip?download Looks like the latest linux version to me. David ted leslie wrote: (After my pream

Re: [Mono-devel-list] mono SDL linux/win32 SDL.DLL - my brain hurts!

2005-07-20 Thread David Mitchell
Try this: http://prdownloads.sourceforge.net/cs-sdl/SdlDotNet-3.1.2-1.zip?download Looks like the latest linux version to me. David ted leslie wrote: (After my preamble, I am essentially asking .. how does a wrapper to .Net/Mono work .) There must not be to many people writting cross pl

[Mono-devel-list] mono SDL linux/win32 SDL.DLL - my brain hurts!

2005-07-20 Thread ted leslie
(After my preamble, I am essentially asking .. how does a wrapper to .Net/Mono work .) There must not be to many people writting cross platform apps that need sound? Searching for sound (audio, mp3, sound) on mono-project.com via mail list, etc returns almost nothing. Anyways I came across

Re: [Mono-devel-list] The first (attempt to checkin) managed collation patch

2005-07-20 Thread Atsushi Eno
his into unmanaged header file if we want. I measured the performance for mcs.exe build and put the results here: http://monkey.workarea.jp/tmp/20050720/prof-no-collation.txt http://monkey.workarea.jp/tmp/20050720/prof-managed-collation.txt Without managed collation: Time(ms) Count P/ca

Re: [Mono-devel-list] The first (attempt to checkin) managed collation patch

2005-07-20 Thread Atsushi Eno
e of this is that it is easier > for people to test your bug fixes (and easier for you as well!). Actually for debugging purpose it ("make" under Mono.Globalization. Unicode) also generates the code that contains full managed code array (it is created as MSCompa

[Mono-devel-list] monodoc fails to start

2005-07-20 Thread Paul
Hi, When I try to start monodoc, I get the following Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object This was built fresh at about 17:00 hrs (British Summer Time) today. TTFN Paul -- "Some people will do anything for a woman in uniform"

Re: [Mono-devel-list] The first (attempt to checkin)managedcollation patch

2005-07-20 Thread Kornél Pál
From: "Ben Maurer" Compression does not mean `use bzip' in this context. It means "change the file format so that we don't need long runs". Then it's OK.:) Kornél ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.c

Re: [Mono-devel-list] The first (attempt to checkin) managedcollation patch

2005-07-20 Thread Ben Maurer
On Thu, 2005-07-21 at 00:12 +0200, Kornél Pál wrote: > > From: "Ben Maurer" > > * There are extremely long runs of the same char in many instances > > * The file seems to have tons of 0 bytes. > > * There are some runs of sequences: > > > > 0002bfb0: 3c00 3d00 3e00 3f00 4000 4100 420

Re: [Mono-devel-list] The first (attempt to checkin) managedcollation patch

2005-07-20 Thread Kornél Pál
From: "Ben Maurer" * There are extremely long runs of the same char in many instances * The file seems to have tons of 0 bytes. * There are some runs of sequences: 0002bfb0: 3c00 3d00 3e00 3f00 4000 4100 4200 4300 <.=.>[EMAIL PROTECTED] 0002bfc0: 4400 4500 4600 4700 4800 4900 4a00

Re: [Mono-devel-list] The first (attempt to checkin) managed collation patch

2005-07-20 Thread Ben Maurer
t; in mcs/class/corlib/Mono.Globalization.Unicode. [*1] > I put all the binaries here: > http://monkey.workarea.jp/tmp/20050720 Some things I noticed while viewing the files in a hex editor: * There are extremely long runs of the same char in many instances * The file seems to have to

[Mono-devel-list] Re: [GMCS] [PATCH] helper_compile_generic_method and poor performance

2005-07-20 Thread Michal Moskal
On 7/20/05, Michal Moskal <[EMAIL PROTECTED]> wrote: > I've been further investigating poor mono performance on generic code, > reported > in #75444. By comparing profiler[1] logs of the generic and non-generic > compiler Ooops, forgot [1], so: [1] http://nemerle.org/svn/nemerle/branches/gener

[Mono-devel-list] [GMCS] [PATCH] helper_compile_generic_method and poor performance

2005-07-20 Thread Michal Moskal
Hello, I've been further investigating poor mono performance on generic code, reported in #75444. By comparing profiler[1] logs of the generic and non-generic compiler I found a method that now takes 20x more time to execute and later created a micro benchmark: #v+ class C { public void foo (T

Re: [Mono-devel-list] NetworkStream

2005-07-20 Thread Rafael Teixeira
Did you compile with VS.NET/vbc in Windows, or is compiling with mbas in Linux? If so, mbas currently doesn't automatically initializes local variables as vbc seems to do so you need to be explicit: Dim llogReadEverything As Boolean = false Hope it helps, :| On 7/20/05, Arnho

Re: [Mono-devel-list] Interactive C# prompt

2005-07-20 Thread Rafael Teixeira
I don't how much Mads Lindstrom C#Shell evolved but you can give it a try: http://csshell.sourceforge.net/ For the Boo language there is a real interpreted/Incremental Shell, that is also available inside MonoDevelop with the BooBinding plugin. Fun :) On 7/19/05, Vorobiev Maksim <[EMAIL PROTEC

Re: [Mono-devel-list] [PATCH] Detach console when executing IMAGE_SUBSYSTEM_WINDOWS_GUI on win32

2005-07-20 Thread Kornél Pál
The only proper solution could be to use two separate mono.exe files. One for CUI and one for GUI. But this is too complicated and Windows is not the primary platform for Mono so I think detaching the console for GUI applications is the best solution. This patch looks good to me to go into SVN,

Re: [Mono-devel-list] The first (attempt to checkin) managed collation patch

2005-07-20 Thread Atsushi Eno
eckin 7 prebuilt binary resource > files in mcs/class/corlib directory, though they can be built when > you run "make" in mcs/class/corlib/Mono.Globalization.Unicode. [*1] > I put all the binaries here: > http://monkey.workarea.jp/tmp/20050720 > > ** How it affects on

Re: [Mono-devel-list] [PATCH] Detach console when executing IMAGE_SUBSYSTEM_WINDOWS_GUI on win32

2005-07-20 Thread Miguel de Icaza
Hello, > The only proper solution could be to use two separate mono.exe files. One > for CUI and one for GUI. But this is too complicated and Windows is not the > primary platform for Mono so I think detaching the console for GUI > applications is the best solution. This patch looks good to me to

[Mono-devel-list] The first (attempt to checkin) managed collation patch

2005-07-20 Thread Atsushi Eno
patch, I need to checkin 7 prebuilt binary resource files in mcs/class/corlib directory, though they can be built when you run "make" in mcs/class/corlib/Mono.Globalization.Unicode. [*1] I put all the binaries here: http://monkey.workarea.jp/tmp/20050720 ** How it affects on mono It

Re: [Mono-devel-list] Problem with MS.NET and Mono with Remoting

2005-07-20 Thread Miguel de Icaza
Hello, > > > http://bugzilla.ximian.com/show_bug.cgi?id=75575 > > Does someone know if this type of bug will be resolved a day... > Or help me how to resolve this issue... I don't know where to begin... > Interoperability with Mono and MS.NET with .NET remoting is crucial for my > firm... I thin

Re: [Mono-devel-list] [PATCH] Fix "neutral" sorting in DataView

2005-07-20 Thread Miguel de Icaza
Hello, > I think your patch is fixing the symptom, not the problem. > If you want to fix the problem, you probably should change DataView code > so it always uses Sort property instead of sort private member (except > the places this can not be done), and change the Sort get : it should > retur

Re: [Mono-devel-list] [PATCH] Fix "neutral" sorting in DataView

2005-07-20 Thread Marc Haisenko
On Wednesday 20 July 2005 17:57, Boris Kirzner wrote: > Hello Marc, > > I think your patch is fixing the symptom, not the problem. > If you want to fix the problem, you probably should change DataView code > so it always uses Sort property instead of sort private member (except > the places this ca

Re: [Mono-devel-list] Problem with MS.NET and Mono with Remoting

2005-07-20 Thread Lluis Sanchez
El dc 20 de 07 del 2005 a les 15:49 +0200, en/na Hubert FONGARNAND va escriure: > Le Mardi 19 Juillet 2005 08:56, Hubert FONGARNAND a écrit : > > Le Lundi 18 Juillet 2005 16:48, Hubert FONGARNAND a écrit : > > > http://bugzilla.ximian.com/show_bug.cgi?id=75575 > > Does someone know if this type of

Re: [Mono-devel-list] [PATCH] Fix "neutral" sorting in DataView

2005-07-20 Thread Boris Kirzner
Hello Marc, I think your patch is fixing the symptom, not the problem. If you want to fix the problem, you probably should change DataView code so it always uses Sort property instead of sort private member (except the places this can not be done), and change the Sort get : it should return St

Re: [Mono-devel-list] mono AES performance woes (was: poor PPC JIT output)

2005-07-20 Thread Sebastien Pouliot
Hello Allan, Sorry it took me some time to reply but I'm out of town and didn't had access to the mailing-list from from here (well this email account). First if your application performance is directly linked to the performance of AES then I strongly suggest you to use a native library (p/invoki

Re: [Mono-devel-list] NetworkStream

2005-07-20 Thread Kornél Pál
Hi Károly, If I do not do the "While Not llogReadEverything" loop, it reads the data. Do not understand the reason why. :) The problem is this line: lintSize += tobjNetStream.Read(tbytBuffer, 0, tintFullSize) As you are using the same buffer to read data you should increase the offset everyt

[Mono-devel-list] [PATCH] Fix "neutral" sorting in DataView

2005-07-20 Thread Marc Haisenko
Hi folks, this simple patch fixes resetting the sorting to default sorting in a DataView. If you set the Sort property to some string and later pass it null, it should revert to "no sorting". But unfortunately the old sort string is still saved and passed to the DataTable. The attached patch fix

Re: [Mono-devel-list] Problem with MS.NET and Mono with Remoting

2005-07-20 Thread Hubert FONGARNAND
Le Mardi 19 Juillet 2005 08:56, Hubert FONGARNAND a écrit : > Le Lundi 18 Juillet 2005 16:48, Hubert FONGARNAND a écrit : > > http://bugzilla.ximian.com/show_bug.cgi?id=75575 Does someone know if this type of bug will be resolved a day... Or help me how to resolve this issue... I don't know where

RE: [Mono-devel-list] NetworkStream

2005-07-20 Thread Arnhoffer Károly
Hi, If I do not do the "While Not llogReadEverything" loop, it reads the data. Private Function ReadData(ByRef tobjNetStream As NetworkStream, ByRef tbytBuffer As Byte(), ByVal tintFullSize As Integer) As Boolean Dim lintSize As Integer = 0 Dim llogR

Re: [Mono-devel-list] Re: [GENERICS] [PATCH] sizes of metadata elements in reflection.c

2005-07-20 Thread Michal Moskal
On 6/15/05, Martin Baulig <[EMAIL PROTECTED]> wrote: > On Fri, 2005-06-10 at 15:55 +0200, Michal Moskal wrote: > > Forgot the changelog entry: > > > > 2005-06-10 Michal Moskal <[EMAIL PROTECTED]> > > > > * reflection.c (field_encode_signature, encode_locals): > > Make sizes of b

Re: [Mono-devel-list] NetworkStream

2005-07-20 Thread Martin Hinks
Hi Arnhoffer, There are various things to try: 1.) Check that tIntFullSize is not 0 when the .Read line is called. 2.) Try this with a plain networkstream derived from a socket rather than from a TcpClient 3.) If you are trying to read the entire buffer of length tintFullSize, is it not possible

[Mono-devel-list] mono on zeta (formerly BeOS)

2005-07-20 Thread Michael J. Ryan
http://www.yellowtab.com/products/ Was wondering if anyone had any knowledge, or done any work porting mono to zeta, I remember how much I liked BeOS before the plug was pulled on it before, and am curious if there is/was any work in this direction... This is more of a curiousity than anythin

[Mono-devel-list] NetworkStream

2005-07-20 Thread Arnhoffer Károly
Hi, I have a server service created by Visual Studio .Net. It is using System.Net.Sockets.TcpClient.GetStream to get a stream to communicate on the network. When I run this service on a Windows machine (MS .NET framework) everything is fine, but when running on a Linux machine (SuSE 9.2, Mono 1