RE: [Mono-dev] COM Interop, or something like it

2005-08-26 Thread Ring, Kevin
Thank you to everyone who responded! I hadn't found cilc in my searching before - it certainly makes the Embedded Mono approach seem less intimidating. In playing with it some today, I was able to get some simple unmanaged -> managed calls working on my Linux machine. I haven't had much luck on

Re: [Mono-dev] COM Interop, or something like it

2005-08-26 Thread Kornél Pál
Remoting itself is compatible but the internal structure of classes has to be the same on both runtimes to allow object remoting. This means that you may want use classes that are not compatible with .NET. (It's easy to notice as you will get exceptions when receiving the object.) Then you can fil

[Mono-dev] Authentication with WebRequest?

2005-08-26 Thread knocte
Does anybody know if I can use WebRequest or other class to generate this RAW tcp socket headers when making a request to a HTTP server?: GET /resource.xxx HTTP/1.0\r\n User-Agent: MyUAstring\r\n Host: example.com\r\n Authorization: Basic example-password\r\n\r\n Thanks in advance, And

Re: [Mono-dev] Authentication with WebRequest?

2005-08-26 Thread Kornél Pál
If you don't want to do any special then you can simply use HttpWebRequest.Credentials to sepcify user name and password. Kornél - Original Message - From: "Kornél Pál" <[EMAIL PROTECTED]> To: "knocte" <[EMAIL PROTECTED]>; Sent: Friday, August 26, 2005 11:11 PM Subject: Re: [Mono-dev] A

Re: [Mono-dev] Authentication with WebRequest?

2005-08-26 Thread Kornél Pál
You can use HttpWebRequest.Headers to specify HTTP headers. Note that you are actually talking about HTTP headers not TCP headers. TCP is a lower level layer than HTTP that you cannot manipulate using sockets. If you want to send the whole request as raw data you have to use sockets but you will

AW: [Mono-dev] the c# compiler code

2005-08-26 Thread Eduard Ralph
Hi, Let me point out, that moving the class per file thing was only one ever several things that I suggested. As I mostly use VS I don't mind the issue that much anyway. My suggestion was more along the lines of cleaning up the code in general. The first step could be cleaning up the names of Vari

Re: [Mono-dev] the c# compiler code

2005-08-26 Thread John Luke
Hello, On Fri, 2005-08-26 at 16:12 -0400, Miguel de Icaza wrote: > History is more valuable to those hacking on the compiler than having a > source code that does not have a file-per-class. > > An acceptable hack is: modify MonoDevelop to support class-based > browsing of your source code. > Jus

Re: [Mono-dev] COM Interop, or something like it

2005-08-26 Thread Agustin.PHP Casiva
Its compatible the Microsoft implementation of Remoting with the Mono implementation???. -- Casiva Agustin, Desarrollador de Sistemas Cel: 03722-15554267   WebPage: www.casivaagustin.com.arMSN: [EMAIL PROTECTED] ___ Mono-devel-list mailin

Re: [Mono-dev] the c# compiler code

2005-08-26 Thread Miguel de Icaza
Hello, > The following does not specific to mcs code it's my opinion about splitting > files: > > I think having a clean and well organized source code is required for > efficient development. > > When splitting is done by copying files using SVN then removing unnecessary > parts from each file

Re: [Mono-dev] the c# compiler code

2005-08-26 Thread Kornél P?l
The following does not specific to mcs code it's my opinion about splitting files: I think having a clean and well organized source code is required for efficient development. When splitting is done by copying files using SVN then removing unnecessary parts from each file SVN history will remain

Re: [Mono-dev] mcs default encoding: Latin1 or not

2005-08-26 Thread Miguel de Icaza
Hello, > Thus I think the decision is, whether we are for culture > neutralism, or for convenience of Latin1 people. There is no > reason I stand for the latter, at least based on the factors > I listed above. I would like to move to utf-8 myself, but we do need a plan to deploy this, and with al

RE: [Mono-dev] Re: [PATCH] Fully Asynchronous and Re-Factored SslStreams in Mono.Security

2005-08-26 Thread JD Conley
> I am unable to compile this, though, as I am getting CLS-compliance > errors. The Assembly is marked as compliant but the SslStreamBase > class includes a "read" object and a "Read" method (differing only in > case). > > Is it just me? I'm using VS 2003 to compile - maybe mcs doesn't check > f

Re: [Mono-dev] mcs default encoding: Latin1 or not

2005-08-26 Thread Kornél Pál
Hi, From: Atsushi Eno Can we edit UTF8 files on vim on cygwin? No. This fact simply tells that we are not living in the age of Unicode. I think that for example the fact that a lot of default Linux installations are using UTF-8 as default code page shows that we are living in the age of Unicod

[Mono-dev] [PATCH] Monodoc: Add contribution links to home page

2005-08-26 Thread Mario Sopena
Hi, > "Restore" is less frightening than "Delete", but it works better for > "changes" than for "additions" so I feel the > The dialog helps filter unintended or not ready contributions (either > "changes" and "additions"). I the dialog you'd need to have a way to > "Restore/Delete" unintended con

Re: [Mono-dev] Re: [PATCH] Fully Asynchronous and Re-Factored Ssl Streams in Mono.Security

2005-08-26 Thread Harry Holt
Thanks for this patch - I'm going to try some testing on my own project. I am unable to compile this, though, as I am getting CLS-compliance errors. The Assembly is marked as compliant but the SslStreamBase class includes a "read" object and a "Read" method (differing only in case). Is it just m

Re: [Mono-dev] [PATCH] Monodoc: Add contribution links to home page

2005-08-26 Thread Mario Sopena
Hi, > "Restore" is less frightening than "Delete", but it works better for > "changes" than for "additions" so I feel the > The dialog helps filter unintended or not ready contributions (either > "changes" and "additions"). I the dialog you'd need to have a way to > "Restore/Delete" unintended con

[Mono-dev] Re: [Mono-list] Firebird db provider missing from Mono 1.1.8.3 win32 installer

2005-08-26 Thread Carlos Guzmán Álvarez
Hello: FirebirdSql.Data.Firebird is missing on Windows. Can we get this added please? Can somebody add it to the build proceess, please ( it's build fine ) -- Best regards Carlos Guzmán Álvarez Vigo-Spain ___ Mono-devel-list mailing list Mono-d

Re: [Mono-dev] mcs default encoding: Latin1 or not

2005-08-26 Thread Rafael Teixeira
Just to comment a bit. We have at least two decisions to make coming from this discussion: - What default encoding should mcs use? I prefer to use the local current encoding (Encoding.Defaut), so it works for files edited with the commonly used editors for each platform (gedit and I believe Mon

[Mono-dev] Re: [Mono-winforms-list] Landing: libgdiplus cairo 1.0 update

2005-08-26 Thread Jordi Mas
El dv 26 de 08 del 2005 a les 13:52 +0300, en/na Vladimir Moushkov va escriure: > Much much better!! Excelent work! Thanks! > But there is still drawing glitches and I think they are MWF related. > See SWF-Datagrid test in winforms/ We still need to implement clipping in libgdiplus that Datagri