Re: [Mono-list] Re: Calling back from unmanaged code to managed code.

2004-12-17 Thread Cory Nelson
rshaling (and were afraid to ask!)": > > http://www.jprl.com/~jon/interop.html > > It's also available through monodoc (though the above is more recent -- > I've been lazy about committing): > > http://www.go-mono.com/docs/[EMAIL PROTECTED] > > You may also want to look into Gtk#, just to see how the wrapper code > can be used. > > - Jon > > > ___ > Mono-list maillist - [EMAIL PROTECTED] > http://lists.ximian.com/mailman/listinfo/mono-list > -- Cory Nelson http://www.int64.org ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] mdb problem on Linux

2004-11-17 Thread Cory Nelson
gt; in <0x000c2> System.Web.UI.Page:ProcessRequest > (System.Web.HttpContext) > in <0x002eb> ExecuteHandlerState:Execute () > in <0x00084> StateMachine:ExecuteState > (System.Web.HttpApplication/IStateHandler,bool&) > > What do I doing wrong? What is the right connect s

Re: [Mono-list] Int32

2004-10-29 Thread Cory Nelson
> Pedro Santos > "Si minor plus est ergo nihil sunt omnia..." > > ___ > Mono-list maillist - [EMAIL PROTECTED] > http://lists.ximian.com/mailman/listinfo/mono-list > -- Cory Nelson http://www.int64.org ___

Re: [Mono-list] Cast a char(1) to a boolean

2004-10-23 Thread Cory Nelson
gt; > ds is a DataSet, dt is a DataTable and the value is being returned in an > object of type DataRow. If I run it I get the runtime error: > Unhandled Exception: System.InvalidCastException: Cannot cast from > source type to destination type. > > Thanks > > > ___ > Mono-list maillist - [EMAIL PROTECTED] > http://lists.ximian.com/mailman/listinfo/mono-list > -- Cory Nelson http://www.int64.org ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] Example C Wrappers

2004-10-04 Thread Cory Nelson
but it just seems to generate errors for me. > > Thanks, > > ~ Matthew > > ___ > Mono-list maillist - [EMAIL PROTECTED] > http://lists.ximian.com/mailman/listinfo/mono-list > -- Cory Nelson http://www.int64.org __

Re: [Mono-list] monodoc bails, says can't find browser.exe

2004-08-30 Thread Cory Nelson
__ > Mono-list maillist - [EMAIL PROTECTED] > http://lists.ximian.com/mailman/listinfo/mono-list > -- Cory Nelson http://www.int64.org ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] Separate Files

2004-08-28 Thread Cory Nelson
__ > Mono-list maillist - [EMAIL PROTECTED] > http://lists.ximian.com/mailman/listinfo/mono-list > -- Cory Nelson http://www.int64.org ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] aspnet_regiis.exe

2004-08-25 Thread Cory Nelson
gt; Especially, I think at > - aspnet_regiis.exe > - aspnet_regapache.exe (more important for us mono guys) > > Or are there any plans already? > > Regards > Jochen > ___ > Mono-list maillist - [EMAIL PROTECTED] > http://lists.ximian.

Re: [Mono-list] Beginner C# Book

2004-08-22 Thread Cory Nelson
meone could recommend a book they found to give a good > comprehensive understanding of the language to a beginner that would be > great. Thanks. > > Tom > > _______ > Mono-list maillist - [EMAIL PROTECTED] > http://lists.ximian.c

Re: [Mono-list] Delivering apps

2004-07-17 Thread Cory Nelson
You can perform a silent install by running "mono-setup.exe /S", maybe this will help? On Sat, 17 Jul 2004 22:28:33 -0400, Daniel Carrera <[EMAIL PROTECTED]> wrote: > > On a related note, could someone tell me where I can find the Mono > binaries for Windows? > > The Windows installer doesn't he

Re: [Mono-list] System.Windows.Forms plans.

2004-06-30 Thread Cory Nelson
very cool! hopefully this will let SWF apps to work seamlessly between Mono and MS.NET. On Wed, 30 Jun 2004 18:12:08 -0400, Miguel de Icaza <[EMAIL PROTECTED]> wrote: > > Hello, > > A couple of weeks ago, we decided to rewrite our > System.Windows.Forms implementation. Today's implementati

Re: [Mono-list] Visual Studio Add-in Design Objectives Discussion

2004-06-27 Thread Cory Nelson
I realise it's the entire point here, but I'd much rather have some simple shell extensions for the right-click menu. To use it in VS.NET I would want it seamless... ie, run automatically every time I save. "Test in Mono", however, looks like a very nice tool to put into VS.NET. Anything that ma

Re: [Mono-list] Is ASP.NET safe?

2004-06-10 Thread Cory Nelson
ASP.NET is mainly just a collection of classes. The hack they call PHP doesn't even compare to it haha. Mono's ASP.NET support is actually very good. On Fri, 11 Jun 2004 07:39:35 +0700, Melinda <[EMAIL PROTECTED]> wrote: > > Ok, in FAQ page of go-mono website, there are statements like this: >

Re: [Mono-list] New web site up

2004-06-10 Thread Cory Nelson
Looks great, much more aesthetically pleasing :) On Thu, 10 Jun 2004 16:59:36 -0400, Erik Dasque <[EMAIL PROTECTED]> wrote: > > Hi all, > > As some of you may know, we're moving to a new site (the old one will > be phased out eventually) and to new content and design. We'd love > feedback on it

Re: [Mono-list] webservices / error401 / credentials / modmono

2004-06-07 Thread Cory Nelson
Former == first of two things, Latter == second. In this case Basic Authentication and Windows Authentication. On Mon, 7 Jun 2004 11:38:16 +0200, KiOrKY <[EMAIL PROTECTED]> wrote: > > i had tried both. Whats Former? > Jonathan Stowe <[EMAIL PROTECTED]> a écrit : > > > On Mon, 2004-06-07 at 08:

Re: [Mono-list] mod_mono

2004-06-04 Thread Cory Nelson
follow the instructions for setting up the xsp examples, substituting your application directory with theirs. On Fri, 4 Jun 2004 15:48:48 -0400, Osmany Guirola Cruz <[EMAIL PROTECTED]> wrote: > > Hi > I have installed mono xsp mod_mono in linux, the test examples from xsp > works whithout problem

Re: [Mono-list] Windows version does not work on Win98

2004-06-03 Thread Cory Nelson
why is it looking for _stricmp() in NTDLL.DLL? I thought this was located in kernel32.dll On Thu, 03 Jun 2004 11:03:35 +0200, Gonzalo Paniagua Javier <[EMAIL PROTECTED]> wrote: > > El jue, 03-06-2004 a las 07:52, Joop escribió: > > > Hi list > > has anyone tried to install Mono 1.0 Beta 2 on Wi

Re: [Mono-list] Mono and ADO.Net

2004-06-02 Thread Cory Nelson
Windows.Forms uses Winelib, GTK# is a seperate package. Afaik, GTK# is more reliable than Windows.Forms right now. On Wed, 02 Jun 2004 11:39:45 -0400, Gregory Junker <[EMAIL PROTECTED]> wrote: > > Best I can tell, Windows Forms are done up in GTK# under Mono. ADO.Net > is widely supported, and m

Re: [Mono-list] ASP .NET in Mono

2004-05-23 Thread Cory Nelson
A lot of things work now. Any problems are usually fixed fairly quick too. - Original Message - From: Robert Geller <[EMAIL PROTECTED]> Date: Sun, 23 May 2004 22:17:56 -0400 Subject: [Mono-list] ASP .NET in Mono To: [EMAIL PROTECTED] I just have a question regarding ASP .NET. Are the

Re: [Mono-list] Batch inserts with ADO.NET

2004-05-23 Thread Cory Nelson
I'm not sure how DB2 works but I had the same issue with MySQL. I created a simple class that creates insert commands like "insert into values(value1),(value2),(value3)" and flushed the buffer every 200 or so commands. It gave an average 10x speed up. On Sun, 23 May 2004 13:52:15 +0200, Fredrik

Re: [Mono-list] Prj2make-sharp enters Beta cycle

2004-05-14 Thread Cory Nelson
deja vu On Fri, 14 May 2004 08:12:29 -0500, Francisco T. Martinez <[EMAIL PROTECTED]> wrote: > > prj2make-sharp code name "Lightfoot", has entered the beta cycle. This > current release (0.17) is functionally equivalent to the previous > release (0.16.20). However, we debut RPM packages for Linux

Re: [Mono-list] offtopic, but cool

2004-05-13 Thread Cory Nelson
ng, as it would help to remove the C++ heap allocator > and the GC from the performance equation, allowing us to see a better > comparison between the two models. > > - Jon > > > On Wed, 2004-05-12 at 07:56, Cory Nelson wrote: > > Just got done installing the VS.NET

Re: [Mono-list] offtopic, but cool

2004-05-12 Thread Cory Nelson
0, Dan <[EMAIL PROTECTED]> wrote: > > Cory, I'm curious, did you compare the IL to see whats different? > > -Dan > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Lluis Sanchez > Sent: Wednesday, May 12, 2

Re: [Mono-list] offtopic, but cool

2004-05-12 Thread Cory Nelson
r Mello <[EMAIL PROTECTED]> Date: Wed, 12 May 2004 09:41:24 -0300 Subject: Re: [Mono-list] offtopic, but cool To: Cory Nelson <[EMAIL PROTECTED]> Cc: mono-list <[EMAIL PROTECTED]> Hi Cory, In the C++ sample, you are passing the rect by value, so you are saving a copy in the list. In C#

[Mono-list] offtopic, but cool

2004-05-12 Thread Cory Nelson
Just got done installing the VS.NET 2005 preview and did a small test. I compared an ArrayList of Rectangles to a List, and timed inserting 1mil rects into each. I also wrote an equivalent c++ app. Got some interesting results: ArrayList: 265ms List: 62ms list: 141ms So it seems with generics

Re: [Mono-list] location tag in web.config

2004-05-09 Thread Cory Nelson
I had this problem before, but it works fine in the latest builds. Are you sure you are doing it right? On Mon, 10 May 2004 09:52:15 +0700, donaldi sp <[EMAIL PROTECTED]> wrote: > > I can't use tag in web.config to prevent anonymous > access to the directory that n

Re: [Mono-list] Windows installer - please test

2004-05-08 Thread Cory Nelson
they should be linked statically to msvcr70 or come with the dll in the mono directory. help rid the world of dependancy problems! :) On Sat, 8 May 2004 19:28:53 -0400, Daniel Morgan <[EMAIL PROTECTED]> wrote: > > Gonzalo, > > First of all, thank you for attempting to re-package Mono Beta 1 for

[Mono-list] FW: [general] ByteFX.Data acquired, becoming the official MySQL .NET provider

2004-05-06 Thread Cory Nelson
I'm still deciding if this is a good or a bad thing. -Original Message- From: Reggie Burnett [mailto:[EMAIL PROTECTED] Sent: Thursday, May 06, 2004 12:37 PM To: [EMAIL PROTECTED] Subject: [general] ByteFX.Data acquired, becoming the official MySQL .NET provider Community In April, 2004

Re: [Mono-list] Getting started

2004-05-03 Thread Cory Nelson
The gentoo packages are pretty outdated last time I checked, if that's still the case you should compile the latest mono package yourself. For a book, I recommend "Inside C#" by Tom Archer, in addition to being excellent for learning C# and .NET, it also dives a little into MSIL so you get a bette

Re: AW: [Mono-list] Windows: Propagating exit codes in .bat files?

2004-05-03 Thread Cory Nelson
Why not just package a small wrapping mcs.exe to stick in \Windows with the install? #include #include int main(void) { char *cmdline=GetCommandLine(); char *args=strchr(cmdline, ' '); char mcs[MAX_PATH]="C:\\mono\\mono.exe C:\\mono\\mcs.exe"; if(args!=NULL) strcat(mcs, args); retur

Re: [Mono-list] GC issue in mono 0.31

2004-05-02 Thread Cory Nelson
http://bugzilla.ximian.com On Mon, 3 May 2004 02:54:28 +0400, Nikolai Zhubr <[EMAIL PROTECTED]> wrote: > > Hello, > I have a problem running mono 0.31 - it segfaults almost > immediately in GC startup code, as far as I can see. Here > is the call sequence: > GC_malloc -> > GC_generic_malloc_inner

Re: [Mono-list] Win32 Mono

2004-05-02 Thread Cory Nelson
STALL to compile xsp-0.12 under > Windows... > > --Thomas Moore > > > ----- Original Message - > > From: "Cory Nelson" <[EMAIL PROTECTED]> > > To: "Thomas Moore" <[EMAIL PROTECTED]> > > Sent: Monday, May 03, 2004 1:51 AM > > Sub

RE: [Mono-list] Miguel de Icaza on Longhorn

2004-04-26 Thread Cory Nelson
Legally, they can't implement virus protection. They have a contract with the major AV companies saying they won't. This is also the reason why their new firewall isn't as good as the other ones out there. Most of the time, users don't care what is on their computer. Only us savvy ones do :).

RE: [Mono-list] Forms authentication not working?

2004-04-22 Thread Cory Nelson
Sent: Wednesday, April 21, 2004 1:15 PM To: [EMAIL PROTECTED] Subject: Re: [Mono-list] Forms authentication not working? El mié, 21-04-2004 a las 19:07, Cory Nelson escribió: > Using XSP 0.9 I was able to get file-level authentication (didn't work > for directories). Now with XSP 0.11 I'm

[Mono-list] Forms authentication not working?

2004-04-21 Thread Cory Nelson
Using XSP 0.9 I was able to get file-level authentication (didn't work for directories). Now with XSP 0.11 I'm getting an exception: HTTP 500 System.NullReferenceException: Object reference not set to an instance of an object in <0xd> System.Web.Security.FormsIdentity:get_Name () in <0x00857

[Mono-list] output caching with mod_mono

2004-04-08 Thread Cory Nelson
is output caching borked? It seems to ignore VaryByParam="*". ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

RE: [mono] Re: [Mono-list] Any Mono hosting platforms yet ? :-)

2004-04-07 Thread Cory Nelson
I've been looking into linux boxes that have mod_mono support, sounds cool. A good idea may be to buy a dedicated server then split the monthly cost across it's users. That way things could eventually get to $5/month or less per person. This would also be a great opportunity to test mono/mod_mon

RE: [mono] [Mono-list] Bad feelings on mono.

2004-03-20 Thread Cory Nelson
"some people who just hate Mono" Lots of ignorant C zealots or anti-microsoft people are like that. I was like that, until I tried out C# as a joke. Now I love C#, and even have an MCAD.NET cert :) http://www.int64.org - When 4GiB of RAM just isn't eno

RE: [mono] [Mono-list] XSP and Mono-0.31 bug

2004-03-20 Thread Cory Nelson
Compile a debug version of XSP to get a stack trace. http://www.int64.org - When 4GiB of RAM just isn't enough -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pedro Santos Sent: Saturday, March 20, 2004 1:41 AM T

RE: [Mono-list] libmySQL-Dll not found exception

2004-03-05 Thread Cory Nelson
>From what I remember, Mono.Data.MySql was discontinued. Use the bytefx provider, it works great and is completely managed, so no C libraries needed (bytefx.com). -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of roopa Sent: Thursday, March 04, 2004 10:12 P

RE: [Mono-list] Problem with XSP

2004-03-04 Thread Cory Nelson
The socket file is changed back every time xsp is started, maybe that is your problem.  What I do is start XSP with sudo and have it run under apache's user/group.  Solves those problems nicely and doesn't make you chmod a potentially important file 777 :)   Another thing are you sure you set