[Mono-dev] Printers

2006-01-09 Thread Paul F. Johnson
Hi, For a project I'm working on, I'll be needing to access a printer dialogue. It's been a while since I last looked at this area, so does anyone know the start of play with System.Printing? TTFN Paul -- Logic, my dear Zoe, is merely the ability to be wrong with authority - Dr Who

[Mono-dev] mirror of mono files?

2006-01-09 Thread Anton Andreev
Hi, Can we make an official mirror of mono binaries(and source maybe) to our server? How the synchronization would be made? Rsync? Cheers, Anton ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

[Mono-dev] libmono.lib

2006-01-09 Thread Davide Morelli
Hi list, I need a win32 native library for embedding mono into a library used by a native win32 application. I've tryed using the MSVC project files present in the root directory of the mono-1.1.12.1 tar.gz file but I get a lot of errors (can't find unistd.h and problems with glib) Does

Re: [Mono-dev] Still can not run ASP.Net VB pages

2006-01-09 Thread Kornél Pál
Hi, As previously was explained several times on Mono lists mbas and VB CodeDOM of Mono is still under development. It was also explained that VB CodeDOM (that is used to generate code files from .aspx files) is broken and will not be fixed until mbas will be functional enough. My advice is

[Mono-dev] System.Data.Mono.Data.SqlExpressions.IExpression.Reset name change

2006-01-09 Thread Boris Kirzner
Hello all The resent change by Senga that introduces Reset method in IExpression interface presents us (Grasshopper) with the following problem: since in Java methods can not be overrided by interface, but by name only, in class RelatedDataView method Reset() inherited from DataView collides with

Re: [Mono-dev] RE: Com Interop Patch

2006-01-09 Thread Paolo Molaro
On 01/06/06 Jonathan S. Chambers wrote: Here's a first attempt at a patch for COM Interop. This only provides support for RCWs (Runtime Callable Wrappers), i.e. using unmanaged COM components from managed code. This should support both classes used from Interop Assemblies (where metadata

Re: [Mono-dev] System.Data.Mono.Data.SqlExpressions.IExpression.Reset name change

2006-01-09 Thread T Senganal
Hi If no one objects, I'd like to change the IExpression.Reset() to IExpression.ResetExpression(). If not - I'll make the mane change under #ifdef TARGET_JVM, what personally looks for me as a less clean solution. my mistake.. didn't notice the clash.. i will change the method name..

[Mono-dev] new System.Configuration stuff in 2.0

2006-01-09 Thread Chris Toshok
The 2.0 profile now uses the 2.0 System.Configuration code for System.Web and System.Web.Services. You should probably plan to update the following mcs dirs together, as well as the machine.config file in mono/data/net_2_0 System/ System.Web/ System.Web.Services/ This shouldn't affect any other