Re: [Mono-winforms-list] Native look theme for Windows

2008-04-03 Thread Ernesto
Jonathan Pobst wrote: Hey, We had planned to have this done as part of the Summer of Code. Oh, I didn't know that. Does that mean that I better leave it alone? I mean, I don't think I'm going to finish this all by my self, so I don't want to stop someone who can actually write the whole

Re: [Mono-dev] [PATCH] System.Messaging - Message.cs

2008-04-03 Thread Andreas Färber
Hi, Am 02.04.2008 um 22:30 schrieb Michael Barker: I am interested in working on an implementation of System.Messaging. In that case it would be best if you used the Subversion repository and created your patch using svn diff. Currently it is unclear what version/revision your mono-clean

Re: [Mono-dev] mono_config_parse won't link, needs extern C declaration in header file

2008-04-03 Thread Andreas Färber
Hi, Am 02.04.2008 um 22:40 schrieb Sebastian Good: It seems to me that adding G_{BEGIN/END}_DECLS to mono-config.h requires a recompile because it causes the functions to be exported as undecorated C signatures, rather than fully decorated C++ signatures. This was the only way I could

Re: [Mono-dev] Mono Debugger Patch that allows Remote Debugging

2008-04-03 Thread Martin Baulig
Hello Harald, I had a look at your remote debugging patch and unfortunately, I have some bigger problems with it. There are basically three major issues which need to be resolved before I can integrate this into the main debugger release. I.) Libbfd I don't like modifying the libbfd which is

[Mono-dev] Npsql parameter with leading '?'

2008-04-03 Thread Manuel de la Pena
Hi guys, I have been doing some work with IDataParameters and IDbCommands using the Npsql ADO connector. I've noticed that the Npsql adds a ':' infront of my parameters name which I have named as '?' + 'parameter_name'. I have used the '?' as it is done with the OracleClient, is this the

Re: [Mono-dev] Using monodoce for non-official mono project

2008-04-03 Thread Manuel de la Pena
Hi, That is perfect!!! Thanks, Manuel On Thu, 2008-04-03 at 07:53 -0400, Joshua Tauberer wrote: Manuel de la Pena wrote: I'm in a developing group that is planning to release an opensource API that we have developed. We are looking in to different ways of documenting the code. We have

Re: [Mono-dev] Using monodoce for non-official mono project

2008-04-03 Thread Joshua Tauberer
Manuel de la Pena wrote: I'm in a developing group that is planning to release an opensource API that we have developed. We are looking in to different ways of documenting the code. We have come across monodoc and monodocer. Is it a tool that can just be used with official mono projects??Is

Re: [Mono-dev] [PATCH] System.Messaging - Message.cs

2008-04-03 Thread Michael Barker
Apologies for that, I wanted to avoid mixing the whitespace changes with the functional code changes. So I applied whitespace changes to mono-clean (from trunk r99588) and created a patch for that (attached to the previous email), then created the functional patch against that checkout of

Re: [Mono-dev] [Mono-list] Using monodoce for non-official mono project

2008-04-03 Thread Jonathan Pryor
On Thu, 2008-04-03 at 12:45 +0200, Manuel de la Pena wrote: I'm in a developing group that is planning to release an opensource API that we have developed. We are looking in to different ways of documenting the code. We have come across monodoc and monodocer. Is it a tool that can just be used

Re: [Mono-dev] parametric types and nested classes

2008-04-03 Thread Marek Safar
Hello Robert, Hi, I'm having some casting problems with nested classes of classes derived from parametric types. My peeks at the archives have failed to turn anything up. The problem is described below. It compiles and works as expected in Visual Studio. Compiling with gmcs gives me

[Mono-dev] first chance exceptions

2008-04-03 Thread Nate Barger
Hi, so in my program I get these different exceptions thrown in mscorlib.dll: A first chance exception of type 'System.UnauthorizedAccessException' occurred in mscorlib.dll A first chance exception of type 'System.InvalidOperationException' occurred in System.Web.dll A first chance exception of

Re: [Mono-dev] HttpListener and basic auth

2008-04-03 Thread Andrés G. Aragoneses
Maciej Paszta wrote: Hello Guys, I'm developing standalone service provider that uses HttpListener to serve appropriate requests. I'm having difficulty using Basic Authentication (not to say that it doesn't work at all). I'm using Mono 1.2.6 and the following testcase was performed on

Re: [Mono-list] Npsql parameter with leading '?'

2008-04-03 Thread Manuel de la Pena
Hi Francisco, The fact of having to use '@ or ':' does not really bother me and I have already changed the parameter names in my code. I have added the feature request since it will make it easier to port code that was using Oracle to use PostgreSQL although I understand it is not an

Re: [Mono-list] mono-debugger: Help! EXCEPTION: Mono.Debugger.TargetException: Unsupported `mono' executable

2008-04-03 Thread Ildar Mulyukov
Hi, Robert, Mdb is usually emitting this error if the installed mono version does not match mdb's expectations. IIRC, mdb 0.60 requires mono 1.2.6. As per README, the current mdb version (0.80) requires a post 1.9 mono from SVN, so you have 2 options: downgrade mono or compile

Re: [Mono-list] Embedding mono on windows

2008-04-03 Thread Damien DALY
I didn't made it full C# because it's to make a plugin engine for an existing C/C++ app... Actual plugin engine is C/C++, and I would like to add C# plugins. The C# part is easy for me, but C/C++ wrapper is hard to code since I'm a begginer in C/C++... If anyone can give me some samples better

Re: [Mono-list] [Mono-dev] Problem with monodevelop and Oracle

2008-04-03 Thread Torello Querci
Sorry Velazquez but this one seems to be a runtime error causedc by a misconfigured TNS network. Have you tried to use tnsping on the same server? Regards, Torello Querci 2008/4/2, Velazquez Angel [EMAIL PROTECTED]: I've recently created a simple proyect to connect from mono to Oracle, what

[Mono-list] Problem with monodevelop and Oracle

2008-04-03 Thread Velazquez Angel
I've recently created a simple proyect to connect from mono to Oracle, what is the problem? when I compile the proyect using mono develop I get the current error: Unhandled Exception: System.Data.OracleClient.OracleException: ORA-12154: TNS:could not resolve the connect identifier specified at

Re: [Mono-list] [Mono-dev] Mono Debugger Patch that allows Remote Debugging

2008-04-03 Thread Martin Baulig
Hello Harald, I had a look at your remote debugging patch and unfortunately, I have some bigger problems with it. There are basically three major issues which need to be resolved before I can integrate this into the main debugger release. I.) Libbfd I don't like modifying the libbfd which is

[Mono-list] contact mono managers

2008-04-03 Thread lamya omar
Good Evening Can I know how to contact mono managers ? in another way What is the official mail of mono managers as I want to ask about the google summer of code with you? ___ Mono-list maillist - Mono-list@lists.ximian.com

[Mono-list] Using monodoce for non-official mono project

2008-04-03 Thread Manuel de la Pena
Hi guys, I'm in a developing group that is planning to release an opensource API that we have developed. We are looking in to different ways of documenting the code. We have come across monodoc and monodocer. Is it a tool that can just be used with official mono projects??Is there any way to use

[Mono-list] System.Net.ProtocolViolationException: Content-Length not set at System.Net.HttpWebRequest.CommonChecks

2008-04-03 Thread Timothy Parez
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, The following code works fine on a Windows Server: private string Authenticate() { //Create a web request for the Google ClientLogin service HttpWebRequest authRequest =

Re: [Mono-list] Embedding mono on windows

2008-04-03 Thread Petit Eric
2008/3/31, Damien DALY [EMAIL PROTECTED]: I didn't made it full C# because it's to make a plugin engine for an existing C/C++ app... Actual plugin engine is C/C++, and I would like to add C# plugins. The C# part is easy for me, but C/C++ wrapper is hard to code since I'm a begginer in C/C++...

Re: [Mono-list] contact mono managers

2008-04-03 Thread Miguel Ángel Pérez
All the information you need is here[1], see Contacting the mono team section. Best regards. [1] http://www.mono-project.com/StudentProjects 2008/3/30, lamya omar [EMAIL PROTECTED]: Good Evening Can I know how to contact mono managers ? in another way What is the official mail of mono

Re: [Mono-list] [Mono-dev] Using monodoce for non-official mono project

2008-04-03 Thread Manuel de la Pena
Hi, That is perfect!!! Thanks, Manuel On Thu, 2008-04-03 at 07:53 -0400, Joshua Tauberer wrote: Manuel de la Pena wrote: I'm in a developing group that is planning to release an opensource API that we have developed. We are looking in to different ways of documenting the code. We have

Re: [Mono-list] [Mono-dev] Using monodoce for non-official mono project

2008-04-03 Thread Joshua Tauberer
Manuel de la Pena wrote: I'm in a developing group that is planning to release an opensource API that we have developed. We are looking in to different ways of documenting the code. We have come across monodoc and monodocer. Is it a tool that can just be used with official mono projects??Is

Re: [Mono-list] Npsql parameter with leading '?'

2008-04-03 Thread Francisco Figueiredo Jr.
On Thu, Apr 3, 2008 at 6:55 AM, Manuel de la Pena [EMAIL PROTECTED] wrote: Hi Francisco, Hi, Manuel! The fact of having to use '@ or ':' does not really bother me and I have already changed the parameter names in my code. I have added the feature request since it will make it easier to

Re: [Mono-list] Using monodoce for non-official mono project

2008-04-03 Thread Jonathan Pryor
On Thu, 2008-04-03 at 12:45 +0200, Manuel de la Pena wrote: I'm in a developing group that is planning to release an opensource API that we have developed. We are looking in to different ways of documenting the code. We have come across monodoc and monodocer. Is it a tool that can just be used

Re: [Mono-list] Mono Embedding: manage events

2008-04-03 Thread Ing. Francesco Carsana
Thank you for the example Robert! // call AttachEvent(session); args [0] = session; mono_runtime_invoke (attach_event_method, NULL, args, exception); In this piece of code, what's the type of session? Is it a MonoObject* ? I've tried this: MonoObject* session;

Re: [Mono-list] Getting CPU, Disk, RAM information using P/Invoke or other technique in C# using Mono with Linux

2008-04-03 Thread Chris Howie
On Sun, Mar 30, 2008 at 8:05 AM, Petit Eric [EMAIL PROTECTED] wrote: Damed, mono list email is never in first position here is my reponse where only JP Trosclaire had : In the bigest lines System.threading.thread.process.start(lshw~/tmp/info.txt) or lshw,~/tmp/info.txt ; String

Re: [Mono-list] pthreads in mono

2008-04-03 Thread Chris Howie
On Fri, Mar 28, 2008 at 1:21 PM, Paolo Molaro [EMAIL PROTECTED] wrote: On 03/28/08 Chris Howie wrote: Note that it's not that simple though. The signature specifies a pthread_t*, not a pthead_t**. It wants a pointer to a structure that will be filled in, not a pointer to a pointer (as

[Mono-list] Web garden on Mono

2008-04-03 Thread Swaminathan Saikumar
In the ASP.NET/IIS world, a web garden (multiple CPUs) are handled with a separate process for every processor. Does Mono have an equivalent mechanism for taking advantage of multiple CPUs? ___ Mono-list maillist - Mono-list@lists.ximian.com

[Mono-list] mod_mono error on apache2

2008-04-03 Thread Derek Ekins
I have installed mod_mono on ubuntu 7.10 following the instructions from here http://frugalcoder.us/post/2008/02/Setting-up-mod_mono-(ASPNet-20)-on-Ubuntu-710-(Gutsy-Gibbon).aspx when I try and load an aspx page I get a 503 error and this in the log file: [error] Failed running