Re: [Mono-dev] Mono 1.1.9.1 Windows Installer Released

2005-10-01 Thread Kornél Pál
Hi Wade, I agree with not needing to set the env vars for the bat files. What about the SET/END LOCAL? setlocal and endlocal makes NT cmd.exe use local scope for environment variables that means that if you set them after setlocal they won't be exported outside the batch file. endlocal

Re: [Mono-dev] System.Type

2005-10-01 Thread Atsushi Eno
Hi, Gustavo Guerra wrote: I also can't find the info for System.Type in http://mono.ximian.com/class-status/mono-HEAD-vs-fx-2/class-status-mscorlib.html I need to see what members are implemented, already found that .IsGenericType is not :( Those status pages show what are *missing* or

[Mono-dev] Obfuscation at compile time

2005-10-01 Thread Ipemail
I was wondering if there's a quick way to add a simple obfuscation functionality to the compiler. For example, starting with an option to rename private methods and locals. It could be as simple as the parser taking the name specified in the source code and applying md5-like function to it

Re: [Mono-dev] Obfuscation at compile time

2005-10-01 Thread Michael Hutchinson
I was wondering if there's a quick way to add a simple obfuscation functionality to the compiler. For example, starting with an option to rename private methods and locals. I don't know much about the internals of mcs, so I can't comment on whether its AST is the ideal place to perform your

Re: [Mono-dev] Mono 1.1.9.1 Windows Installer Released

2005-10-01 Thread Francisco T. Martinez
Wade Berrier wrote: On Fri, 2005-09-30 at 07:03 -0500, Francisco Martinez wrote: Wade it shows all the hard work you have put into this. Good job! Since some of the exe(s) are now in a different location, I will have to adjust the tools like MonoLaunch and the Visual Studio .NET add-in

Re: [Mono-dev] MSBuild target for Mono

2005-10-01 Thread Mike Hull
Gustavo Guerra wrote: I was hoping VS would also pick up the intelisense from the mono libraries, only showing the implemente methods, but it continues to display the intelisense for the ms libraries. Do you also know of any trick to make VS show intelisense from the metadata of the mono

Re: [Mono-dev] System.Type

2005-10-01 Thread Gustavo Guerra
Atsushi Eno [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, Gustavo Guerra wrote: I also can't find the info for System.Type in http://mono.ximian.com/class-status/mono-HEAD-vs-fx-2/class-status-mscorlib.html I need to see what members are implemented, already found that

[Mono-dev] Mono and Compact Framework

2005-10-01 Thread Gustavo Guerra
Will Mono assemblies work in the Compact Framework? For example, to use the Mono remoting implementation... Best regards, Gustavo Guerra ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

[Mono-list] unable to bind text to web control in a user control

2005-10-01 Thread Carl Olsen
I'm unable to bind a simple text string to a web control in a user control. This was working in version 1.1.8 and has been broken in 1.1.9 and 1.1.9.1. Can anyone tell me if this is working and how I can get mine working again? Carl ___ Mono-list

[Mono-list] Mono- Document

2005-10-01 Thread Ramazan AYYILDIZ
Hi all, Where can I download mono helps guide form? I have developed smoe C# projects and in some situations, I need msdn help guide. When I develop a mono projects, I 'll need mono documents. Unfortunately, I can connect go-mono.com. Is there any idea for preparing a offline help doc

Re: [Mono-list] Mono 1.1.9.1 Windows Installer Released

2005-10-01 Thread Filip
ok, a bug was filled. Second question: Why are gtk themes missing in the gtk that is installed with mono? There is only old Metal theme. I prefer ms-windows theme that is provided with a gtk distribution (http://gladewin32.sourceforge.net/) to keep windows look for my gtk application on

[Mono-list] Re: [Mono-dev] Mono 1.1.9.1 Windows Installer Released

2005-10-01 Thread Zoltan Varga
Hi Wade, Some comments: - could you add a fix to http://bugzilla.ximian.com/show_bug.cgi?id=54677 This is really easy, basically an 'EXIT' statement needs to be added to the end of all .bat files - also, bug

[Mono-list] Issue with building mono from sources on Suse 10

2005-10-01 Thread Nikita Novikov
I am a Linux novice, so please forgive me if the question is really non-mono, but I am struggling... During make following error occurs: make[3]: Entering directory `/home/michael/mono-1.1.9.1/mono/mini' make all-am make[4]: Entering directory `/home/michael/mono-1.1.9.1/mono/mini' /bin/sh

[Mono-list] Re: Issue with building mono from sources on Suse 10

2005-10-01 Thread Robert Jordan
Hi Nikita, Invalid version tag 'VER_1'. Only anonymous version tag is allowed in executable In the meanwhile try to remove 'VER_1' from mono/mini/ldscript: --- ldscript(revision 50934) +++ ldscript(working copy) @@ -1,4 +1,4 @@ -VER_1 { +{ global: mono_*;

Re: [Mono-list] Mono- Document

2005-10-01 Thread n_powell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, Oct 01, 2005 at 10:33:24AM +0300, Ramazan AYYILDIZ wrote: Hi all, Where can I download mono helps guide form? I have developed smoe C# I installed monodoc, which I think is the same documentation from go-mono. $: which monodoc

RE: [Mono-list] unable to bind text to web control in a user control

2005-10-01 Thread Carl Olsen
I'm trying to get a response to: http://bugzilla.ximian.com/show_bug.cgi?id=76216 I have a page called TestPage.aspx in my root directory: %@ Page language=c# AutoEventWireup=false Inherits=CarlsWebs.CarlOlsen.Web.TestPage % %@ Register TagPrefix=uc1 TagName=TestUserControl

RE: [Mono-list] unable to bind text to web control in a user control

2005-10-01 Thread Joe Audette
Carl when you are talking about binding text you just mean this part right? Label1.Text = Hello; HyperLink1.Text = Again; HyperLink1.NavigateUrl = http://www.carl-olsen.com/;; I don't see any problem in any of your code. Are you getting an error or its just not displaying the controls? If its

Re: [Mono-list] Re: On Mono and Patents ... again

2005-10-01 Thread Ralf Reiterer
This kind of thread seems to pop up quarterly or semiannually. I long for a mono-fud or mono-patents or some such mailing list to keep this from cluttering the main list. You should not underestimate the importance of this issue as it is one of the *few* arguments that Mono/.NET opponents

Re: [Mono-list] Re: On Mono and Patents ... again

2005-10-01 Thread Marcus
These issues about patents could be said about every piece of software out there. On Saturday 01 October 2005 3:46 pm, Ralf Reiterer wrote: This kind of thread seems to pop up quarterly or semiannually. I long for a mono-fud or mono-patents or some such mailing list to keep this from

[Mono-list] Re: [Mono-dev] Mono Webservices Bug

2005-10-01 Thread Miguel de Icaza
Hello, But when I try to return like DataSet from webservices It cannot be receive correctly as Dataset string by invoking from my webapplication like DataSet data=client.GetDataFromWebService(); The system recognize data return from GetDataFromWebService() as XML Element