[Mono-list] XSP special character

2003-01-16 Thread daniel
response do not get sent to the client.) Are these problems directly related to the similar ones described in mono bugs 25913 and 26670 ? -- Daniel Solin [EMAIL PROTECTED] http://www.solin.org ___ Mono-list maillist - [EMAIL PROTECTED] http

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

Re: [Mono-list] debugger

2003-01-20 Thread daniel
Hi Marcus, Seems like it simply can't find your gtk headers. Do you have them installed, and if so, are their location included by gcc's -I option? --Dan On Sun, Jan 19, 2003 at 08:06:30PM -0600, Marcus wrote: I'm trying to get the debugger in CVS to work, but it gets to a certain point and

[Mono-list] mcs scope protection bug?

2003-01-22 Thread daniel
MyClass { } public class MyOtherClass { public static void Main(string[] args) { MyClass mc = new MyClass(); } } } Compiling and running this alone should cause no problem: daniel

[Mono-list] Windows.Forms

2002-04-12 Thread Daniel Carrera
Whoever is working on Windows Forms raise your hand! :-) Now seriously, is there some someone working on this? Daniel. ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] PInvoke Methods

2002-04-12 Thread Daniel Morgan
); // PrivateLibraryStruct someLibraryFunction (const char *value); [DllImport(my)] public static extern IntPtr anotherLibraryFunction (IntPtr privateLibraryStructPtr); // AnotherPrivateLibraryStruct *anotherLibraryFunction (PrivateLibraryStruct *privateLibraryStructPtr); } } Thank you, Daniel

FW: [Mono-list] Derived classes returning an object that is derived

2002-04-14 Thread Daniel Morgan
{ [STAThread] static void Main(string[] args) { Command cmd = new Command(); } } } -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Daniel Morgan Sent

Re: [Mono-list] MCS Assertion Failed on RedHat 7.0

2002-04-15 Thread Daniel Carrera
I don't know what the problem is, but I can assure you that you do not need a new kernel. :-) Are you *sure* that you installed *all* the packages that mono.baselabs.org indicated? On Mon, 15 Apr 2002, John Vaudin wrote: Hello, I have downloaded the latest (well it was when I downloaded it

Re: [Mono-list] perl script to generate class stubs from web documents

2002-04-17 Thread Daniel Carrera
? How is my program differtent from highlighting and copying from my browser window? Is there someone who knows about law that I can talk to? Daniel. On Tue, 16 Apr 2002, Adam Treat wrote: Some additional information: From http://www.microsoft.com/info/cpyright.htm NOTICE SPECIFIC

Re: [Mono-list] perl script -- alternative?

2002-04-18 Thread Daniel Carrera
changes). I hope that nobody minds the attachment. Here is a sample input file (in the directory System.Windows.Forms): /* * * * * * * * * * * Begin Text File * * * * * * * * */ Daniel Carrera ([EMAIL PROTECTED]) public class Form : ContainerControl /// summary ///This is a summary

[Mono-list] Not supported

2002-04-19 Thread Daniel Carrera
What do I do about methods that say Not supported on the documentation? For example: Not supported. The IList.Contains method indicates whether a specified object is contained in the list. ... [C#] public bool Contains( Image image ); ... Daniel

[Mono-list] Mono's Coding Standard

2002-04-25 Thread Daniel Carrera
(); } remove { throw new NotImplementedException (); } } Thanks, Daniel. ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] add, remove vs get, set (was: Mono's Coding Standard)

2002-04-25 Thread Daniel Carrera
...; } } Is this correct? Daniel. ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] Where to start?

2002-04-25 Thread Daniel Carrera
help writing tests. That would help make sure that Mono is bug-free. 3) You can actually implement .NET classes for Mono. Glad to have you aboard! Daniel. On Thu, 25 Apr 2002, Tim Coleman wrote: Hello, I'm just learning about .NET for work, and being an open source junkie, I'm very

Re: [Mono-list] Example code does not compile

2002-04-27 Thread Daniel Carrera
What have you done to find the problem? Can you compile HelloWorld? If so, can you narrow down the problem to the line that is causing trouble? Daniel. On Sat, 27 Apr 2002, Detlev Offenbach wrote: Hallo, I am a C# newbie and have a problem. The attached example code (taken from a german

[Mono-list] [ComVisible(true)]

2002-04-27 Thread Daniel Carrera
In the following property definition: [C#] [ComVisible(true)] public string HelpNamespace {get; set;} I suppose that [ComVisible(true)] refers to the Windows COM. Does this affect in any way how I would do the stubb for this property? I suppose not, but I want to check. Thanks, Daniel

RE: [Mono-list] (no subject)

2002-04-28 Thread Daniel Morgan
It is easier to use the mono-build.sh script.  This script downloads mono and depencies (glib2, pkgconfig, etc) for you, builds mono, and installs it for you.  You can find the mono-build.sh script at the Mono Downloads page http://www.go-mono.com/download.html There is also directions

Re: [Mono-list] (no subject)

2002-04-28 Thread Daniel Carrera
para C#, pero actualmente solo corre en Windows. Daniel. ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

RE: [Mono-list] Microsoft Office HTML mails

2002-04-28 Thread Daniel Morgan
Martin, Can you read this email? Thank you for letting me know about this. No telling how many people couldn't read my email. Daniel -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Martin Baulig Sent: Sunday, April 28, 2002 7:46 AM To: Mono List

Re: [Mono-list] a Mac architecture port

2002-05-03 Thread Daniel Carrera
Check out: http://www.go-mono.org/porting.html out, Daniel. On 3 May 2002, Christopher Taylor wrote: Hello all, I'm planning on purchasing an iBook this summer and I'd like to be able to hack up some c#. While i have an x86 machine, I'll be subjected to much travel and was wondering

[Mono-list] big patch System.CodeDom

2002-05-10 Thread Daniel Stodden
hi. I'm more or less through with System.CodeDom. Including: - class rewrites inheriting CollectionBase for all Code*Collection classes - fixes for property accessors matching ms docs - CodeTypeReference replacements for strings - added missing classes (hopefully all, did not count them yet) -

[Mono-list] SQL Parser for System.Data

2002-05-11 Thread Daniel Morgan
and forth between .NET programs and stored procedures. They are also used for prepared SQL commands and queries that must be precompiled so it can be executed multiple times without having to recompile the SQL command. Thanks, Daniel ___ Mono-list maillist

[Mono-list] Test Case for mono exception that does not happen in mint

2002-05-11 Thread Daniel Morgan
with setting an element in an array of Enums. I compiled this using mcs InvalidArrayIndexTestCase.cs -r System.Data.dll And ran using mono InvalidArrayIndexTestCase.exe Hope this helps you. Daniel // // InvalidArrayIndexTestCase.cs // using System; using System.Collections; using System.Data

[Mono-list] Oracle Data Provider for .NET (ODP.NET)

2002-05-12 Thread Daniel Morgan
http://otn.oracle.com/tech/windows/ Excerpt form their page. The Oracle Data Provider for .NET (ODP.NET) features optimized data access to the Oracle database from a .NET environment. Unlike OLE DB .NET and ODBC .NET, ODP.NET is a native driver and does not use a data access bridge, which can

Re: [Mono-list] The viral license problem (was System.CodeDom.Compilerlicensing issues)

2002-05-23 Thread Daniel Carrera
people DON'T release libraries under the GPL). Daniel. On Thu, 23 May 2002, Brad Wilson wrote: James Michael DuPont wrote: I bet you they would say that the System.CodeDOM.* should all be only available under the GPL. The FSF might say that you should not support the CodeDOM at all

Re: [Mono-list] The viral license problem (was System.CodeDom.Compilerlicensing issues)

2002-05-23 Thread Daniel Carrera
And that's kinda the lines where I like to see things licensed. Big, important, powerful == GPL. Smaller, single purpose == BSD Yeah, my feelings are kind of like that too. I think I'd also add Applications == GPL, libraries == LGPL/BSD/X11/... But they can ship the mono C# compiler anyway

[Mono-list] Abstract ADO.NET

2002-05-24 Thread Daniel Morgan
I found this interesting... http://abstractadonet.sourceforge.net/ ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] RE: Compiliation on Linux box problem...

2002-05-26 Thread Daniel Morgan
System.Data.dll, I do this: To compile: mcs program.cs -r System.Data.dll To run: mono program.exe Try these tests in mcs/class/System.Data/Test TestSqlInsert.cs ProgresTest.cs TestSqlDataReader.cs TestSqlDataAdapter.cs Hope this helps, Daniel -Original Message- From: Francisco Jr. [mailto

[Mono-list] RE: Compiliation on Linux box problem...

2002-05-26 Thread Daniel Morgan
I'm glad to hear you can build Mono now. Can you run it? How about your Npgsql provider? Can it run on Mono and successfully connect to a PostgreSQL database? -Original Message- From: Francisco Jr. [mailto:[EMAIL PROTECTED]] Sent: Sunday, May 26, 2002 3:46 PM To: Daniel Morgan

[Mono-list] runtime intrinsics

2002-05-26 Thread Daniel Stodden
hi. the following output is from a small test program built with csc but trapped on mono. mint is segfaulting. ahem, could someone provide me with a hint on _how_ to debug things like these? how when are these types of errors triggered? staring into loader.c and jit.c did not enlighten me much

[Mono-list] RE: Compiliation on Linux box problem...

2002-05-27 Thread Daniel Morgan
site with your latest Npgsql changes? Daniel -Original Message- From: Francisco Jr. [mailto:[EMAIL PROTECTED]] Sent: Monday, May 27, 2002 5:30 PM To: Daniel Morgan Subject: RE: Compiliation on Linux box problem... --- Daniel Morgan [EMAIL PROTECTED] escreveu: I'm glad to hear you can

[Mono-list] XmlDataDocument

2002-05-27 Thread Daniel Morgan
Document and interact with a DataSet. Any ideas? Thanks, Daniel ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

[Fwd: Re: [Mono-list] runtime intrinsics]

2002-05-27 Thread Daniel Stodden
to proceed from here? thanks a lot so far, daniel -- ___ mailto:[EMAIL PROTECTED] ---End Message---

Re: [Fwd: Re: [Mono-list] runtime intrinsics]

2002-05-27 Thread Daniel Stodden
On Tue, 2002-05-28 at 04:37, Daniel Stodden wrote: the method is there. yeah, indeed. me being big idiot. just messed up the signature. !#@@ sorry, thanx anyways, mea culpa, whatever. thanks for the hint, paolo. daniel

Re: [Mono-list] New Mono Logo.

2002-05-27 Thread Daniel Carrera
a *different* monkey? Daniel. On Mon, 27 May 2002, Erick wrote: I am well aware of the source of the name and that it means monkey in spanish. My apologies, I forgot to add that to my comment. Maybe I am just not too thrilled by a monkey that looks more like a boxing glove on an extended hand

Re: [Mono-list] New Mono Logo.

2002-05-28 Thread Daniel Stodden
. the font is cool, but i'll miss the double-colon:: notation. thank you, daniel -- ___ mailto:[EMAIL PROTECTED] ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com

RE: [Mono-list] help! cannot un-tar mcs-0.11.tar.gz

2002-05-29 Thread Daniel Morgan
I usually do something like: tar xvfz mcs-0.11.tar.gz Maybe your web browser already untarred the file, but didn't rename it. If this is the case, try: tar xvf mcs-0.11.tar.gz -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Franky Lau Sent: Wednesday,

Re: Re[2]: [Mono-list] DotGNU

2002-05-29 Thread Daniel Carrera
perhaps... Portable.NET has decided to use Mono's higher-level classes. So kudos to them for that. Daniel ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] libgda building under windows+cygwin

2002-05-29 Thread Daniel Morgan
Wow!!! Thank you! Thank you! Question, will the Cygwin setup that pepesan used to install libgda conflict with the setup used to install Mono? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Gonzalo Paniagua Javier Sent: Wednesday, May 29, 2002 11:54

[Mono-list] FW: [gnome-db] libgda building under windows+cygwin

2002-05-29 Thread Daniel Morgan
Hmmm... I don't know why the attachment wasn't included. Here we go again... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Gonzalo Paniagua Javier Sent: Wednesday, May 29, 2002 11:54 AM To: Gnome-db list Cc: pepe san Subject: [gnome-db] libgda

RE: [Mono-list] Zero-sized DLLs (corlib, System.* etc.)

2002-05-30 Thread Daniel Morgan
You need to check out from cvs the mcs module. Such as: cvs -z3 checkout mcs cd mcs make cp mcs/mcs* ~/mono/install/bin cp class/lib/* ~/mono/install/lib Make sure your ~/mono/install/bin path is in your $PATH And that ~/mono/install/lib path is in your $LD_LIBRARY_PATH and $PATH Your

Re: [Mono-list] New Mono Logo.

2002-05-30 Thread Daniel Stodden
On Thu, 2002-05-30 at 10:51, Guenther Roith wrote: Well, it smiles better, perhaps it would be the best if the white bit of the mouth is not \ but - uhm, maybe you mean what i originally tried out. http://bitch.dyndns.org/~dns/monologo3.png that's just by copying the eyebrow :) i thought

[Mono-list] RE: What/Where is csc.exe?

2002-05-30 Thread Daniel Morgan
can be compiled on Linux, but you need to get the binaries first. Sort of like, in order to build gcc, you have to have the gcc binaries. -Original Message- From: Alexandros Karypidis [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 12:54 PM To: Daniel Morgan Cc: [EMAIL PROTECTED

[Mono-list] FW: [Mono-hackers-list] More implementation of the Marshal class

2002-05-30 Thread Daniel Morgan
AM To: Mono Hackers Subject: Re: [Mono-hackers-list] More implementation of the Marshal class On 05/28/02 Daniel Morgan wrote: I assume PtrToStructure() would be implemented as a internal call and placed in mono/mono/metadata/icall.c Yes, but the logic needed to implement it needs to go

[Mono-list] Starting with mono

2002-05-31 Thread Daniel Pecos
Hello! I would like to know something more about Mono project. Is there any howto to start anywhere? Thank you! msg01202/pgp0.pgp Description: PGP signature

Re: [Mono-list] New Mono Logo.

2002-06-01 Thread Daniel Carrera
is reasonable. Naturally you don't have problems with ataching small text files, right? I think I liked the original best. Just my two cents. Daniel. ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] XSP

2002-06-03 Thread Daniel Stodden
On Sun, 2002-06-02 at 00:36, Miguel de Icaza wrote: Currently xsp can do c#. On ms.net VB.net, JScript.net and all other languages can be done, too. How does that work? Do they have an xsp for every compiler? How will mono do that? They use the CodeDOM interface to generate the code.

Re: [Mono-list] XSP

2002-06-03 Thread Daniel Stodden
On Mon, 2002-06-03 at 13:21, Miguel de Icaza wrote: Thanks for the good news. I did not realize that we were so close to have CodeDOM complete, I should add a news item to the web page. ok, demo. nonsensical example attached. build this on windows against the ms runtime with mono's

Re: [Mono-list] catching stack overflow signals

2002-06-20 Thread Daniel Stodden
On Wed, 2002-06-19 at 17:42, Dietmar Maurer wrote: Hi all, hi. On workaround is to use a stack allocated memory for sigaltstack, for example we can define a local variable: char alttack [8192] __attribute__ (( aligned (32) )); That way we solve the above problem, but i am quite sure

Re: [Mono-list] A new member. with basic questions

2002-06-22 Thread Daniel Carrera
Are you Venezuelan? I am too. I live in Toronto-Canada though. Un abrazo, Daniel. On Sat, 22 Jun 2002, N. Planchart wrote: Hello, as you they will see I am new ;-) I will begin with C #for Linux that distribution recommends me I have Suse 8.0 and RedHat 7.3. I ask because I see

RE: [Mono-list] Problem with the 'is' operator, a bug in the monoruntime??

2002-06-27 Thread Daniel Stodden
On Thu, 2002-06-27 at 12:07, Jaime Anguiano Olarra wrote: Yes!. Sorry, I might be too blind. :-/ Thanks, Jaime. El jue, 27-06-2002 a las 12:08, Dwivedi , Ajay Kumar escribió: if (modem is ISpherical) { ISpherical isModem = (ISpherical) modem; modem.Roll(); } btw:

RE: [Mono-list] Problem with the 'is' operator, a bug in the monoruntime??

2002-06-27 Thread Daniel Stodden
ahem, On Thu, 2002-06-27 at 21:01, I wrote: - if ( isModem ) + if ( isModel != null ) i guess i'll never get used to that.. dns -- ___ mailto:[EMAIL PROTECTED] ___

Re: [Mono-list] FreeTDS System.Data

2002-07-09 Thread Daniel Morgan
At the moment, no one is working on the System.Data.SqlClient using FreeTDS for Microsoft SQL Server databases. You are free to work on it though. However, System.Data.SqlClient currently is being used as the PostgreSQL .net data provider. So, if you want to do the System.Data.SqlClient for

[Mono-list] DOTNET Discussion retired, use othe DOTNET Lists

2002-07-10 Thread Daniel Morgan
FYI, http://discuss.develop.com/dotnet.html Archives of [EMAIL PROTECTED] The DOTNET list is retired as of 7/1/02 However, the other lists are working: Go here to get to them: http://discuss.develop.com ADVANCED-DOTNET http://discuss.develop.com/advanced-dotnet.html Moderated discussion of

RE: [Mono-list] Re: [Mono-bugs] Hi.

2002-07-12 Thread Daniel Stodden
On Fri, 2002-07-12 at 08:39, Dietmar Maurer wrote: Hi Daniel, hi. I assume I have broken correct behavior, because I have reimplemented the delegate invoke. The new implementation simply goes through the list (ugh. i should have looked into cvs more carefully). without reverting the order

Re: [Mono-list] Connection refused when loading dbpage2.aspx

2002-07-28 Thread Daniel Morgan
Try this: host all 127.0.0.1 255.255.255.255md5 - Original Message - From: Michael Schwery [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, July 27, 2002 5:06 PM Subject: [Mono-list] Connection refused when loading dbpage2.aspx I'm getting a connection

[Mono-list] GTK# and Multiline Text Widgets

2002-07-31 Thread Daniel Morgan
with the structs. If I can help somehow, where would I start? Thanks, Daniel Morgan ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] XSP HtmlControls and WebControls status

2002-07-31 Thread Daniel Morgan
What is rendering? - Original Message - From: Gonzalo Paniagua Javier [EMAIL PROTECTED] To: Monkey Business [EMAIL PROTECTED] Sent: Wednesday, July 31, 2002 6:00 PM Subject: [Mono-list] XSP HtmlControls and WebControls status Hi! Currently all HtmlControl and most of WebControl

[Mono-list] Pre-Built of GTK# Binaries

2002-07-31 Thread Daniel Morgan
Is there anywhere I can get pre-built gtk# binaries? Thanks in advance, Daniel Morgan ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] removing delegate

2002-08-03 Thread Daniel Stodden
On Fri, 2002-08-02 at 23:13, YUAN-FEN KUO wrote: It seems that type mismatching isn't caught when removing a delegate from a sequence of delegates. I am just wondering if this were done to match the Spec's saying that impossible removal is benign. hi. if you spot any differences between

Re: [Mono-list] removing delegate

2002-08-04 Thread Daniel Stodden
have to look into this. you may file a bug for the mcs gang in the mean time if you want to [if there isn't one already]. thanks a lot, i hate you ;), daniel It seems that type mismatching isn't caught when removing a delegate from a sequence of delegates. I am just wondering

[Mono-list] FW: gtk# for Windows

2002-08-12 Thread Daniel Morgan
For those who are interested in gtk# running on Windows... -Original Message- From: Sergey Chaban [mailto:[EMAIL PROTECTED]] Sent: Monday, August 12, 2002 10:01 AM To: Daniel Morgan Subject: Re: gtk# for Windows Hello, I believe you are the person I heard about who was able to get

[Mono-list] mono/jit makefile quirks

2002-08-12 Thread Daniel Stodden
hi. to anyone deeply familiar with the mono build tree: can we leave the monoburg output out of CLEANFILES in mono/jit/Makefile.am? the problem is that a regular 'make clean' in jit dies since ../monoburg is cleaned before jit/ and jit/ always tries to remake the codegen* stuff via monoburg,

RE: [Mono-list] install problems !?

2002-08-14 Thread Daniel Grigoras
interface.cs literal.cs modifiers.cs namespace.cs parameter.cs pending.cs report.cs rootcontext.cs statement.cs support.cs typemanager.cs make[1]: mcs: Command not found make[1]: *** [mcs.exe] Error 127 It suppose to exist a binary 'mcs' ? Thanks again ! Daniel G --- Daniel Morgan [EMAIL

Re: [Mono-list] Is it a bug?

2002-08-16 Thread Daniel Pecos
komplexen Zahl public string PrintComplex() { string str=x + + + y; return str; } } } Bye! -- · · .--. _· ·|o_o | Daniel

Re: [Mono-list] removing delegate

2002-08-19 Thread Daniel Stodden
On Sun, 2002-08-04 at 02:20, Daniel Stodden wrote: second, no mscli does not throw on food-=boo. it never does as i pointed out. but what's _really_ interesting here is that (given an actual assembly as written above) food -= boo actually suceeds, leaving you with a null ref. Finally

[Mono-list] Yet Another RPM Packaging

2002-08-20 Thread Daniel Resare
I wanted to try mono out, and I am not a big fan of installing programs that doesn't have rpm packaging so I looked around for some mono rpm packages and found that the only ones that are available are from mono.baselabs.org, that seems to be down at the moment. So I decided to create my own

Re: [Mono-list] Yet Another RPM Packaging

2002-08-20 Thread Daniel Resare
tis 2002-08-20 klockan 10.23 skrev Daniel Resare: I have also created libgc6 packages based on what I found at http://java.thn.htu.se/~toor/ but with the following changes: Oops, those changes got lost. Anyway here they come: * Mon Aug 19 2002 Daniel Resare [EMAIL PROTECTED] 6.1-1

[Mono-list] making gnome fhs-compliant

2002-08-20 Thread Daniel Resare
according to FHS 2.2 section 4.7.1, footnote 18 architecture indipendent files (such as MSIL assemblies) should go in /usr/share instead of /usr/lib (that is reserved for arch dependant data). I propose that MSIL assemplies should be read from /usr/share/msil, in a way similiar to for example

[Mono-list] Mono Release 0.15 Binaries for Win32

2002-08-27 Thread Daniel Morgan
Where can I get mono release 0.15 binaries for Win32? What about gtk# 0.4 binaries for Win32? The mono 4 windows web site only has release 0.13 and the guy who does them will be gone for awhile. Thanks in advance, Daniel ___ Mono-list maillist

RE: [Mono-list] RPM for Red Hat Linux 7.2?

2002-09-03 Thread Daniel Morgan
You can install and use the Mono 0.15 RPMs for Red Hat Linux 7.1 on Red Hat Linux 7.2 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Weiqi Gao Sent: Tuesday, September 03, 2002 9:17 PM To: [EMAIL PROTECTED] Subject: [Mono-list] RPM for Red Hat Linux

Re: [Mono-list] frozen regex support?

2002-09-03 Thread Daniel Stodden
On Wed, 2002-09-04 at 05:17, I wrote: attached are two programs: ugh. -- ___ mailto:[EMAIL PROTECTED] using System.Reflection; using System.Text.RegularExpressions; class RegexSample { static void Main()

RE: [Mono-list] ODBC.NET Data Provider

2002-10-06 Thread Daniel Morgan
? Can you connect to a database yet? How about run any queries? Or is it just C# bindings to the unixODBC library(ies) right now? Daniel -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Brian Ritchie Sent: Sunday, October 06, 2002 10:03 PM To: [EMAIL

RE: [Mono-list] ODBC.NET Data Provider

2002-10-08 Thread Daniel Morgan
Analyzer, or TOAD like tool for Mono System.Data written in C# and using GTK#. Daniel -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Brian Ritchie Sent: Tuesday, October 08, 2002 9:39 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [Mono-list] ODBC.NET

RE: [Mono-list] link error in the Windows Binary

2002-10-09 Thread Daniel Morgan
Hey Johannes I heard from someone that GTK# works on Windows now. (vlad I think) Is it possible that gtk# binaries (and dependencies) can be included with Mono 4 Windows? or maybe create a GTK# 4 Windows too? Thanks, Daniel -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

[Mono-list] ODBC.NET Provider on Windows

2002-10-11 Thread Daniel Morgan
Rodrigo and Brian I have tried to get the Odbc.net provider to use Microsoft Window's native ODBC library which is odbc32.dll by changing the DllImport from libodbc to odbc32. The library apparently loads, but I don't know what the errors are for. Any ideas? This is the results I got:

RE: [Mono-list] ODBC.NET Provider on Windows

2002-10-11 Thread Daniel Morgan
System.ComponentModel.Component:Dispose () in 0x00174 00 Test.OdbcTest.OdbcTest:Main (string[]) -Original Message- From: Brian Ritchie [mailto:[EMAIL PROTECTED]] Sent: Friday, October 11, 2002 10:28 AM To: Daniel Morgan; Mono-List Subject: Re: [Mono-list] ODBC.NET Provider on Windows Here's

[Mono-list] Update of SQL# and the MySQL ADO.NET Provider in Mono

2002-10-13 Thread Daniel Morgan
Hey, For those wanting to see SQL# using the MySQL ADO.NET Provider working in Mono. SQL# has better formatting of the output then it did before. It was buggy before. Numbers are right-justified now. DateTime is expressed in ISO format -MM-DD HH:MM:SS. Any column longer than 32

[Mono-list] Crytography in Mono using NSS

2002-10-14 Thread Daniel Morgan
I found this on Mono'w web site about needing cyrtography support in Mono. What about using Netscape Security Services? http://www.mozilla.org/projects/security/pki/nss/overview.html The only problem I see with using NSS is that it uses NSPR (Netscape Portable Runtime). How well will NSPR

[Mono-list] Sybase and Microsoft SQL Server database support in Mono ADO.NET

2002-10-16 Thread Daniel Morgan
is that a developer may have only one machine (me) to develop Mono, and Microsoft SQL Server only runs on Windows. So, the development would have to be done on Windows. Anybody willing to help? Thanks, Daniel ___ Mono-list maillist - [EMAIL PROTECTED] http

RE: [Mono-list] Sybase and Microsoft SQL Server database support in Mono ADO.NET

2002-10-16 Thread Daniel Morgan
. Thanks, Daniel -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Tim Coleman Sent: Wednesday, October 16, 2002 10:43 AM To: Daniel Morgan Cc: Mono-List Subject: Re: [Mono-list] Sybase and Microsoft SQL Server database support in Mono ADO.NET At one point

RE: [Mono-list] Sybase and Microsoft SQL Server database supportin Mono ADO.NET

2002-10-16 Thread Daniel Morgan
be a good idea to have a System.Data.TDS provider, and have then SD.SqlClient and MD.SybaseClient just inherit from it. Daniel ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

RE: [Mono-list] Sybase and Microsoft SQL Server database supportin Mono ADO.NET

2002-10-16 Thread Daniel Morgan
Oops, I have to correct myself. If there will be a Mono.Data.TDS assembly, its main use would be unit testing the C# files that implement the TDS protocol. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Daniel Morgan Sent: Wednesday, October 16, 2002 11

RE: [Mono-list] Sybase and Microsoft SQL Server database supportin Mono ADO.NET

2002-10-16 Thread Daniel Morgan
The C# class libraries in Mono are under the X11 license. X11 license is more compatible with BSD though. -Original Message- From: Guenther Roith [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 11:33 AM To: Rodrigo Moya; Tim Coleman Cc: Daniel Morgan; Mono List Subject: Re

[Mono-list] Bugzilla components for Mono/Class Libraries

2002-09-27 Thread Daniel Morgan
In bugzilla.ximian.com for Mono/Class Libraries, we only have the following components: CORLIB System System.Data.OleDb System.Data.SqlClient System.Web System.XML I assume a component is an assembly or a DLL? If so, then there should be System.Data instead of System.Data.OleDb and

RE: [Mono-list] ODBC.NET Data Provider

2002-10-06 Thread Daniel Morgan
supports so many databases, it will definitely be appreciated. Do you know if unixODBC works on Windows? Thanks, Daniel -Original Message- From: [EMAIL PROTECTED] [mailto:mono-list-admin;ximian.com]On Behalf Of Brian Ritchie Sent: Monday, October 07, 2002 12:02 AM To: [EMAIL PROTECTED

[Mono-list] GetSchemaTable() in OdbcDataReader

2002-10-11 Thread Daniel Morgan
() in System.Data.Odbc as well? Daniel ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

RE: [Mono-list] ODBC.NET Provider on Windows

2002-10-11 Thread Daniel Morgan
System.ComponentModel.Component:Dispose () in 0x00174 00 Test.OdbcTest.OdbcTest:Main (string[]) -Original Message- From: [EMAIL PROTECTED] [mailto:mono-list-admin;ximian.com]On Behalf Of Daniel Morgan Sent: Friday, October 11, 2002 11:18 AM To: Brian Ritchie; Mono-List Subject: RE: [Mono-list] ODBC.NET Provider

RE: [Mono-list] ODBC.NET Provider on Windows

2002-10-12 Thread Daniel Morgan
. Or is there a better way? I'll be checking this stuff in this weekend. Brian From: Daniel Morgan [EMAIL PROTECTED] To: Brian Ritchie [EMAIL PROTECTED], Mono-List [EMAIL PROTECTED] Subject: RE: [Mono-list] ODBC.NET Provider on Windows Date: Fri, 11 Oct 2002 22:53:16 -0400 Brian, It works on Windows

[Mono-list] CNet Article C# Standardization Moves Ahead (ISO C# and CLI)

2002-10-13 Thread Daniel Morgan
CNet news.com C# standardization moves ahead By Stephen Shankland The news article is at: http://news.com.com/2100-1001-961737.html However, I found the link at: http://developers.slashdot.org/developers/02/10/11/150256.shtml?tid=156 Some interesting tid bits I found I have commented on below.

[Mono-list] Static CIL Libraries

2002-10-17 Thread Daniel Morgan
Can mono/mcs create and use static CIL libraries? If so, how do you create the static CIL libraries? How do you link these static CIL libraries with something you are bulding? What about Microsoft .NET, Rotor, or Portable.Net? If not, can we persuade the Mono team, the Microsoft .NET team, the

RE: [Mono-list] Possible bug with casting struct pointers

2002-10-27 Thread Daniel Morgan
in mcs/class/makefile.gnu, just remove the line that builds Mono.Data.TdsClient -Original Message- From: [EMAIL PROTECTED] [mailto:mono-list-admin;ximian.com]On Behalf Of Alan West Sent: Sunday, October 27, 2002 5:36 PM To: [EMAIL PROTECTED] Subject: [Mono-list] Possible bug with casting

RE: [Mono-list] .NET Framework

2002-10-28 Thread Daniel Morgan
There is work on Visual Basic.net like support in Mono. Does it work? I do not know. I just know that a Visual Basic.net compiler and runtime has been started. Rafael Teixeira is heading this effort. The vb.net compiler and runtime is written in C#, and is based onmcs (the Mono C#

RE: [Mono-list] mcs compile error

2002-10-30 Thread Daniel Morgan
You could just go into mono/runtime/Makefile and where you see this line monobins_DATA = mcs.exe monoresgen.exe remove monoresgen.exe If you already have a working mcs and mono, and you have he mcs source, cd to mcs/monoresgen on Linux, type: make -f makefile.gnu on Windows with .NET

RE: [Mono-list] ADO.NET for Oracle on mono?

2002-10-30 Thread Daniel Morgan
in its own assembly. Interop marshalling works real good in Mono right now. Platform Invoke works real good in Mono too. However, there is no support for COM interop. This does not matter since COM does not exist on Linux anyways. Work has started for CORBA interop though. Daniel -Original

RE: [Mono-list] MySQL

2002-11-01 Thread Daniel Morgan
This is what you are looking for: http://www.mysql.com/articles/dotnet/ This article was written by MySQL developer detailing what options a person has to access a MySQL database using the .NET Framework. It is very thorough. It doesn't mention the MySQL provider in Mono. Mono has a MySQL

RE: [Mono-list] MySQL

2002-11-01 Thread Daniel Morgan
I have replied to you inline. -Original Message- From: [EMAIL PROTECTED] [mailto:mono-list-admin;ximian.com]On Behalf Of Ben Clewett Sent: Friday, November 01, 2002 8:19 AM To: Daniel Morgan Cc: [EMAIL PROTECTED]; Rodrigo Moya Subject: Re: [Mono-list] MySQL I've downloaded and compiled

[Mono-list] ANN: Microsoft SQL Server and SQL#

2002-11-01 Thread Daniel Morgan
12 1 00 0736 1988-11-19 00:00:00 MFS52347M Martin F Sommer 10 1 65 0736 1990-04-13 00:00:00 GHT50241M Gary H Thomas 9 1 70 0736 1988-08-09 00:00:00 DBT39435M Daniel

[Mono-list] ANN: Mono, SQL#, GTK#, and SqlClient Provider

2002-11-01 Thread Daniel Morgan
Hello Here is SqlSharpGtk running on Mono and using GTK# to display the results from executing a SQL query from a Microsoft SQL Server 2000 database. Thanks goes to the FreeTDS and jTDS project teams. Thanks goes to Mike Kestner, vlad, and others for GTK#. Thanks goes to Tim Coleman for creating

RE: [Mono-list] MySQL

2002-11-01 Thread Daniel Morgan
it on Mono. http://sourceforge.net/cvs/?group_id=47556 -Original Message- From: Ben Clewett [mailto:Ben;roadrunner.uk.com] Sent: Friday, November 01, 2002 10:39 AM To: Daniel Morgan Cc: [EMAIL PROTECTED]; Rodrigo Moya Subject: Re: [Mono-list] MySQL Daniel Morgan wrote: I have replied to you

  1   2   3   >