Re: [Mono-list] Understanding a bit how things work

2012-03-03 Thread Carlos Alberto Cortez
else be? > > Charles Krinke > > What's the complete error message? There can be a lot of things happening there. > > On Sat, Mar 3, 2012 at 9:54 AM, Carlos Alberto Cortez > wrote: > > Probably the Deployment page is a good starting point: > > > > http://www.m

Re: [Mono-list] Understanding a bit how things work

2012-03-03 Thread Carlos Alberto Cortez
Probably the Deployment page is a good starting point: http://www.mono-project.com/Guidelines:Application_Deployment 2012/3/3 Charles Krinke > I have worked with mono before but it has been a little while and I > now have a Windows project including a solution file and I can open > and partiall

Re: [Mono-list] DataGridView databind

2009-11-30 Thread Carlos Alberto Cortez
Do you have a test case for this issue? This seems to be a bug, so we need a test case to know what's happening there. Carlos. 2009/11/30 Rıdvan Tülünay > I cannot bind DataGridView in MONO, > throw this exceptions. > > System.ArgumentOutOfRangeException: Argument is out of range. > Parameter n

Re: [Mono-list] Keyboard bug in Mono

2009-07-28 Thread Carlos Alberto Cortez
Hey, This is working with 2.4 Carlos. 2009/7/28 LKeene > > Hello all. > > I'm testing on Mono 2.0 because our local Linux guy won't install 2.4. The > following works fine on XP + Microsoft .NET, but generates no response on > Red Hat + Mono 2.0. Has anyone else seen this bug? Has it been fixe

Re: [Mono-list] PrintPreviewControl

2009-06-08 Thread Carlos Alberto Cortez
You need to give us the entire error trace, so we get an idea. But definitely the gdi32 errors are related to the libgdiplus somehow. Carlos. 2009/6/9 Jyoti Seth > It’s already installed on the system. > > > > Thanks, > > Jyoti > > > > *From:* Carlos Al

Re: [Mono-list] PrintPreviewControl

2009-06-08 Thread Carlos Alberto Cortez
You are missing the libgdiplus package. You need to install it in your system. Carlos. 2009/6/8 Jyoti Seth > Hi, > > > > I tried using the PrintPreviewControl on mono but it gives gdi32.dll > error. > > > > Thanks, > > Jyoti > > > > *From:* Doug Blank [mailto:doug.bl...@gmail.com] > *Sent:* F

[Mono-list] Error with .config files

2004-06-17 Thread Carlos Alberto Cortez
Hi, I asked this at IRC but it looks like nobody has had this problem: I recenlty updated from cvs (both mono & mcs and gtk-sharp), but when I try to run any Gtk-sharp app it complies: Unhandled Exception: System.DllNotFoundException: libgtk-win32-2.0-0.dll I tried copying the dll to so mappings

Re: [Mono-list] IKVM+Rhino=JS for mono?

2004-06-17 Thread Carlos Alberto Cortez
ould need it and have a bigger complexity. Regards, Carlos. El jue, 17-06-2004 a las 14:56, Stuart Ballard escribiÃ: > Carlos Alberto Cortez wrote: > > Hi: > > > > Currently I'm helping Cesar Lopez Nataren to port the Rhino Lexer and > > Parser stuff,

Re: [Mono-list] IKVM+Rhino=JS for mono?

2004-06-17 Thread Carlos Alberto Cortez
Hi: Currently I'm helping Cesar Lopez Nataren to port the Rhino Lexer and Parser stuff, and then finish the JScript compiler implementation. Maybe it would be a good idea to finish to port to C#, than trying to use them with IKVM, since you would have to run ikvm on top on mono, and then run rhino

Re: [Mono-list] Mono and Patents....

2004-03-15 Thread Carlos Alberto Cortez Guevara
Hello, If you'r interested in deepder details about the copyright and patents issue, you should try to go and get them. I'm very sure there are a lot of places that can *explain* the terms. Really, or at least go ot the ECMA site and read about what the patents are and how they work. You should c

Re: [Mono-list] Mono and Gentoo

2004-02-21 Thread Carlos Alberto Cortez Guevara
Hi, Based on the site specifications: * For Mono 1) GLib (Base Library for Gtk+) 2) Pkgconfig (If you are installing from sources) 3) Gcc, Make, etc (normal stuff) * For Gtk#, Monodoc 4) Gtk+ Library stuff (Gtk+, Pango, etc); some packages are optional Regards, Carlos. El sáb, 21-02-2004 a l

Re: [Mono-list] Docs as plain HTML

2004-02-12 Thread Carlos Alberto Cortez Guevara
Hi, Maybe it would be possible to parse it and convert to docbook and generate the *html files, or even try to generate our own docs in some way like that. Regards, Carlos. El jue, 12-02-2004 a las 17:41, Peter Williams escribió: > On Thu, 2004-02-12 at 16:51, John Luke wrote: > > Assuming you w

Re: [Mono-list] Mono dailys taking a break during the holidays

2003-12-17 Thread Carlos Alberto Cortez Guevara
Hi, I think I could build Mono everyday and put the packages until Duncan is back. Regards, Carlos. El mar, 16-12-2003 a las 23:55, Duncan Mak escribió: > Hey guys, > > Heads up: > > I just finished packing up my cube and will be in Hong Kong for the next > three weeks until early January. Whi

Re: [Mono-list] Encoding & Decoding..

2003-12-05 Thread Carlos Alberto Cortez Guevara
Hi, I don't know if I catched your question. If I'm not wrong, you want support for characters that are recognized by the stream. Sometime ago I had the same problem, and only had to spcify it when you create the stream object. In my case, I made up a stream with this StreamReader reade

Re: [Mono-list] Documentation

2003-05-30 Thread Carlos Alberto Cortez
Hello! You can check at http://www.go-mono.com/tutorial Regards, Carlos. El jue, 29 de 05 de 2003 a las 12:17, Guillermo Guerini escribió: > Thanks!!! > > > - Segue mensagem original - > > De: Philip Van Hoof <[EMAIL PROTECTED]> > Data: 29 May 2003 16:35:23 +0200 > Pa

Re: [Mono-list] Reflection Problem

2003-03-20 Thread Carlos Alberto Cortez
olaro escribió: > On 03/20/03 Carlos Alberto Cortez wrote: > > Unhandled Exception: System.MissingMethodException: Default constructor > > not found > > in <0x0019b> 00 System.Activator:CreateInstance (System.Type,bool) > > in <0x00031> 00 .ReflectionTest:Main

[Mono-list] Reflection Problem

2003-03-20 Thread Carlos Alberto Cortez
Hello! My name is Carlos, and I've been playing for a while with reflection. But when I try to use the Activator.CreateInstance() method, even it compiles perfect ( no error messages ), when I try to run it, it shows me the next message: Unhandled Exception: System.MissingMethodException: Defaul

[Mono-list] Reflection problem

2003-03-14 Thread Carlos Alberto Cortez
Hello there: Yesterday I began to have fun with reflection. But I had a problem, when I wrote this code: using System; using System.Reflection; public class ReflectionTest { public static void Main () { Type theMathType = Type.GetType("System.Math"); Ob

[Mono-list] Problems with XSP

2003-02-28 Thread Carlos Alberto Cortez
Hi! Trying to play for a few minutes with the XSP server, I downloaded it and compiled ... everything was fine, no error messages, but ... when I tried to connect me to the 8080 port ( the default ) or even the 80 port, it shows me this message ( I write # mono server.exe ) ... Error System.W