Re: [Mono-devel-list] asp.net usercontrols and WriteFile features

2005-03-21 Thread Rafael Teixeira
More importantly, these divergences are documented (in msdn, etc.)? Because they may not hold true for ASP.NET 2.0, for instance, if they are just some undocumented implementation detail. I would not build anything upon such a shaky base... HIH, On Mon, 21 Mar 2005 09:45:42 +0100 (CET),

Re: [Mono-devel-list] Preparing the 1.1.5 release.

2005-03-21 Thread Zoltan Varga
Hi, The AMD64 port now uses SSE2 instructions for floating point arithmetic instead of the x87 instruction set. Zoltan On Mon, 21 Mar 2005 10:40:01 -0300, Rafael Teixeira [EMAIL PROTECTED] wrote:

Re: [Mono-devel-list] [PATCH] AMD64 Fast TLS, COF, Inline UnboxTramp, mov instead of push for virt. m.

2005-03-21 Thread Willibald Krenn
Any comments regarding this? Willi ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-devel-list] [PATCH] AMD64 Fast TLS; AMD64 COF; AMD64 Inline UnboxTramp; AMD64 mov instead of push for virt. m.

2005-03-21 Thread Willibald Krenn
Zoltan Varga schrieb: Hi, Some comments about the patch: - The TLS stuff is ok and it can be checked in. I'll see if I can separate things.. - I think the patch should follow the existing mono coding conventions, ie. no pascal-casing, space before

[Mono-devel-list] Saving And Loading Stacks (Embedding Mono in a Virtual World)

2005-03-21 Thread Jim Purbrick
--- Jim Purbrick [EMAIL PROTECTED] wrote: --- Willibald Krenn [EMAIL PROTECTED] wrote: Is it possible to save and load mono stacks? I don't think this will work. You'd have to guarantee that all code (JIT compiled methods) is at the same place, the methods are actually compiled,

Re: [Mono-devel-list] Mono.Data.SQLite connection string - version?

2005-03-21 Thread Daniel Morgan
SqliteClient in Mono 1.0.6 does not work. Use Mono.Data.SqliteClient from Mono 1.1.4 What is your connection string? string connectionString = version=3,URI=file:SqliteTest.db; Alex Chudnovsky wrote: Hi all, I was trying in vain to make Mono's SQLite provider to work with v3 of SQLite -- after