Re: [Mono-dev] Weird bug in new port

2006-07-15 Thread Zoltan Varga
Hi, It might be a problem with the 'unbox trampolines' which handle virtual calls to valuetypes. Maybe such a trampoline is not created by mono_magic_trampoline () when it should. Zoltan On 7/15/06, Bill Seurer [EMAIL PROTECTED]

Re: [Mono-dev] [PATCH] Redirect certain string constructors to CreateString

2006-07-15 Thread Kornél Pál
Hi, Could you please let me know which solution do you prefer? (redirecting .ctor to CreateString or using a wrapper that calls CreateString) According to my test using a wrapper makes the code slower. I tried to use CEE_JMP as well but in that case .ctor is lost from the stack trace as well so

Re: [Mono-dev] Packaging NAnt

2006-07-15 Thread Mirco Bauer
Hi Wade, inline On Thu, 2006-07-13 at 19:52 -0600, Wade Berrier wrote: Hi, In trying to build and package nant, I've found that nant has some internal libraries that reference the 1.0 profile of .NET: berrier:/usr/src/packages/SPECS # rpm -i ../RPMS/noarch/nant-0.85_rc4-1.noarch.rpm

Re: [Mono-dev] [PATCH] Redirect certain string constructors to CreateString

2006-07-15 Thread Zoltan Varga
Hi, I would prefer the wrapper approach. Another (simpler) approach would be to simply call the CreateString methods from the unmanaged ctors using mono_runtime_invoke (). Zoltan On 7/15/06, Kornél Pál [EMAIL PROTECTED] wrote: Hi, Could you

Re: [Mono-dev] [PATCH] Redirect certain string constructors to CreateString

2006-07-15 Thread Kornél Pál
Hi, Using mono_runtime_invoke () is simpler indeed but it's much slower than using managed only implementation. Using the attached test I got 19265 for CEE_CALL while 34672 for mono_runtime_invoke (). So I think it's worth to generate managed wrappers unless they cause some serious problems.

[Mono-list] Problem with combo boxes on mono Winforms

2006-07-15 Thread mono-list . 1 . tracyanne
I have just installed mono 1.1.16.1. When running a Windows Forms application, there is a problem with the combo box. The list part of the combo box displays anywhere but under the combo box. Where it displays depends on what other controls are being displayed, and where the combo box is on the

[Mono-list] Mono + VB.NET

2006-07-15 Thread Michael Thaler
Hello, I want to learn VB.NET with Mono. In installed the following packages on my Debian SID system: dpkg -l|grep mono ii libmono-corlib1.0-cil1.1.13.8-1 Mono core library (1.0) ii libmono-corlib2.0-cil1.1.13.8-1 Mono core library

Re: [Mono-list] Mono + VB.NET

2006-07-15 Thread Robert Jordan
Michael Thaler wrote: If I try to compile a simple program with mbas, I get the following error message: mbas simple_console_app.bas mbas is not supported in Mono 1.1.13.xx What can I do to solve this? I installed the mono-mbas package, is this not working? How can I get it working?

[Mono-list] MySql Connector/Net in mono(Cannot find assembly `MySql.Data.dll')

2006-07-15 Thread Neena George
Hi, I m using suse10 mono 1.1.13.I downloaded MySql Connecotr/Net as told in www.mono-project.com/MySql, installed MySql.Data.dll in GAC. did the programming.but i got the error as Cannot find assembly `MySql.Data.dll' Someone please help me to resolve it.i am stuck with it. Should

[Mono-list] Problem with splitter control on mono Winforms

2006-07-15 Thread mono-list . 1 . tracyanne
I notice that the splitter control on mono Winforms leaves a shadow of itself when you use it to resize other controls. This happens in both Horizontal and Vertical usages of the Splitter Control. Regards Tracy Barlow ___ Mono-list maillist -

Re: [Mono-list] MySql Connector/Net in mono(Cannot find assembly `MySql.Data.dll')

2006-07-15 Thread Robert Jordan
Hey, Neena George wrote: Hi, I m using suse10 mono 1.1.13.I downloaded MySql Connecotr/Net as told in www.mono-project.com/MySql, installed MySql.Data.dll in GAC. did the programming.but i got the error as Cannot find assembly `MySql.Data.dll' Someone please help me to resolve it.i

[Mono-list] mod_mono fails to start mono-server

2006-07-15 Thread Mark Hannessen
Hi, I have some trouble getting apache to server content using mod_mono I got the stand alone xsp program working just fine but when I try to get it all running trough apache it logs the following error. [Sat Jul 15 19:31:33 2006] [error] Failed running '/usr/bin/mono

[Mono-list] video player wraper?

2006-07-15 Thread netsql
Is there any video player wraper started in mono? For streaming player? Anyone start anything?tia,.V ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list