[Mono-list] Bug# 36936 fix (patch)

2003-01-19 Thread Konstantin Novitsky
diff -bur mono/metadata/assembly.c mono/metadata.new/assembly.c --- mono/metadata/assembly.c 2003-01-19 03:26:32.0 -0500 +++ mono/metadata.new/assembly.c 2003-01-19 03:21:14.0 -0500 @@ -114,6 +114,12 @@ return NULL; } +const char * +mono_assembly_getrootdir (void) +{ +

[Mono-list] Re: XmlNamespaceManager.LookupPrefix

2003-01-19 Thread ginga
Hello, I suggest we move ahead with the fix. OK, just committed. I know that time is money :) I wish DotGNU also decide to move. Regards, -- Atsushi Eno ___ Mono-list maillist - [EMAIL PROTECTED]

[Mono-list] External pthread delegate call

2003-01-19 Thread Jerome Laban
Hi, I am trying to implement a UPnP IGD (Internet Gateway Device)compilant daemon using mono and the UPnP SDK from Intel. This SDK is using internal threading using pthreads an notifies the host application of events through a registered C stylecallback. Every thing goes fine until the

Re: [Mono-list] XSP special character

2003-01-19 Thread daniel
Hi there, On Fri, Jan 17, 2003 at 12:38:29AM +0100, Gonzalo Paniagua Javier wrote: Can you report the bug through bugzilla (http://bugzilla.ximian.com, product mcs/libraries, component System.Web) and attach a test case? Done. Bug# is 36929. (That was my first report ever done through

[Mono-list] Re: How to expose C++ virtual functions?

2003-01-19 Thread Thomas Stolwijk
How do I get base.OnInit() to call wxApp::OnInit()? The obvious, but wrong, solution would be to have base:OnInit() call an unmanaged C function like this: bool _App_OnInit(wxApp* theApp) { return theApp-OnInit(); } Maybe like so: bool _App_OnInit(wxApp* theApp) {

Re: [Mono-list] Binary serialization

2003-01-19 Thread Lluis Sanchez
I've attached a document that describes the format. There are some gaps in some tables of codes, so if you find a meaning for the missing codes, please contact me and I'll update the document. Is it possible to check the document in CVS as well? Yes. In which folder should it be added?

Re: [Mono-list] simple-example / SimpleChannel !

2003-01-19 Thread Lluis Sanchez
Thank you very much ! It's works ! In the simple-example.cs if I add , the last line something like : Console.ReadLine(); and I try in a browser the URI ...I obtain this error! Now , .Net Remoting and this SimpleChannel implementation there are just some tests ?? SimpleChannel is just

Re: [Mono-list] Binary serialization

2003-01-19 Thread Sergey Chaban
This seems like a bug in our runtime. The TypeCode enumeration should in principle have the same values. If it does not, that is our mistake. Do you know which values are wrong? (Or all of it?) I think most of them are wrong. I'll correct them and I'll send a patch. I'm pretty sure they

Re: [Mono-list] mbas linux

2003-01-19 Thread draekko
Hello, I have finally gotten /mono/mcs/gtk-sharp to agree to work from cvs, i noticed that the makefiles left out mbas, here is a little tarball (1.7kb) for updates to that and the test programs. Could you post a diff to your changes? It is a bit hard to see what you

RE: [Mono-list] Performance / array access

2003-01-19 Thread Tom Fransen
Hello all, Mitch, to come back on the issue of bound checking. I looked further into the problem and my first conclusion was wrong. Piers already stated that he did not expect that the MS compiler would be able to optimize all these check out of the loop. I again started looking into the

RE: [Mono-list] Binary serialization

2003-01-19 Thread Torstensson, Patrik
The values the binary serializer uses is not the same, the serializer uses a own enum. Cheers, Patrik -Original Message- From: Sergey Chaban [mailto:[EMAIL PROTECTED]] Sent: 2003-01-19 16:34 To: [EMAIL PROTECTED] Subject: Re: [Mono-list] Binary serialization This seems like

Re: [Mono-list] Binary serialization

2003-01-19 Thread Lluis Sanchez
This seems like a bug in our runtime. The TypeCode enumeration should in principle have the same values. If it does not, that is our mistake. Do you know which values are wrong? (Or all of it?) I think most of them are wrong. I'll correct them and I'll send a patch. I'm pretty sure

[Mono-list] Running CGI

2003-01-19 Thread Alan Tam
Dear all, I am new to this mailing list. Please tell me if you have discussed this earlier. I have compiled a C# program with mcs and run it without problem in shell. However, when I tried to put it into apache 2.0 and run it, the following error is found in the error log. May I know how I can

Re: [Mono-list] Binary serialization

2003-01-19 Thread John Duncan
Microsoft continues to amaze. I bet that the values are similar to DCOM stuff. On Sunday, January 19, 2003, at 12:22 PM, Torstensson, Patrik wrote: The values the binary serializer uses is not the same, the serializer uses a own enum. Cheers, Patrik -Original Message- From: Sergey

Re: [Mono-list] Binary serialization

2003-01-19 Thread Sergey Chaban
The values the binary serializer uses is not the same, the serializer uses a own enum. It seems that MS .NET does not use TypeCode values to encode the primitive types, as I assumed. I suppose those are enum(s) in System.Runtime.Serialization.Formatters, InternalPrimitiveTypeE etc? They

Re: [Mono-list] Running CGI

2003-01-19 Thread Daniel Lopez
Mono is trying to create a directory for shared memory access. It does so by default in the home directory of the user it is running as, in this case the user apache is running as. Try setting the HOME variable to something else or creating and giving write permissions to /var/www/.wapi/ (bad

Re: [Mono-list] Re: XSP Issue

2003-01-19 Thread Flávio Luiz Mendes
Gonzalo Paniagua Javier wrote: El sáb, 18-01-2003 a las 19:15, Amerigo5 Amerigo5 escribió: mint server.exe I get: ** Warning **: cannot find mono/machine.config Trying to load app config file... Listening on port: 8080 can anybody comment as to what is going on? Thanks. Try setting

[Mono-list] The Mono Debugger 0.2.0 Boston has been released :-)

2003-01-19 Thread Martin Baulig
Hi guys ! After almost half a year of hacking, we finally have a first public release of the Mono Debugger :-) I spent almost the whole week fixing bugs, missed most of my classes and stabilized and tested the whole thing on FreeBSD on Linux, but now

[Mono-list] debugger screenshot

2003-01-19 Thread Rodrigo Moya
Hi I've finally been able for the first time to compile the debugger, so I took a screenshot (http://primates.ximian.com/~rodrigo/debugger.png). Apart from that, I had a problem when starting a gnome (made in C) application from the debugger, which is that it failed because it couldn't open the

RE: [Mono-list] Running CGI

2003-01-19 Thread Steven Balthazor
I solved this problem by creating the directory #cd /var/www #mkdir .wapi #chown apache:apache .wapi #chmod 700 .wapi Permissions of 700 seem to be acceptable for the .wapi directory. For others having issues with this; if you are getting a different directory other than /var/www specified;

[Mono-list] TcpChannel not found

2003-01-19 Thread Vlad Taltos
I can't seem to get mono to find TcpChannel - is it implemented? I see a reference in the .dll files when I use strings, but the mono compiler complains. I'm using the pre-compiled mono 0.17 on WinXP (0.18 doesn't have a windows installer yet...) and it compiles other small test programs fine.

[Mono-list] SZARRAY custom attr bug (35629) fix

2003-01-19 Thread sean kasun
Index: reflection.c === RCS file: /mono/mono/mono/metadata/reflection.c,v retrieving revision 1.126 diff -u -r1.126 reflection.c --- reflection.c16 Jan 2003 04:09:51 - 1.126 +++ reflection.c20 Jan 2003