Re: [Mono-list] GDI+ problems on 1.0.4

2004-11-24 Thread Ravindra Kumar
Thanks Peter, for clarifying this for me. Here are some more points I'd like to add to answer Dilton's queries. Peter Dennis Bartok [EMAIL PROTECTED] 11/24/04 4:48 AM Dilton McGowan II [EMAIL PROTECTED] 11/24/04 2:59 AM What are SVN and HEAD? Are these CVS terms? I'm not trying to fix this

Re: [Mono-list] GDI+ problems on 1.0.4

2004-11-22 Thread Ravindra Kumar
Hello, This code works fine with our SVN HEAD. Is there any specific reason for you to use libgdiplus and System.Drawing from 1.0.4 release ? As far as stability is concerned, I think our System.Drawing stack is more stable in HEAD, because it gets tested everyday with our new SWF implementation.

Re: [Mono-list] Looking for a library

2004-11-16 Thread Ravindra Kumar
Hi Joshua, Would you mind telling us what problems did you face with System.Drawing ? Regards, Ravi Joshua Brickel [EMAIL PROTECTED] 11/17/04 2:13 AM Hi, I've seen from a number of posts that people are using a library specifically designed for MySql with mono. Could somebody point me in

Re: [Mono-list] in search of a complete project as a demo

2004-11-16 Thread Ravindra Kumar
Hi, How about www.nunit.org ? Nunit is a tool for unit testing C# code. It has a GUI. You can use our test dlls to play with it ;-) - Ravi hanasaki [EMAIL PROTECTED] 11/16/04 8:35 PM Anyone know where a complete C# .net mono app can be downloaded? This would serve as a demo and learning

Re: [Mono-list] EntryPointNotFoundException: map_Mono_Posix_PollEvents

2004-10-08 Thread Ravindra Kumar
:11 -0600, Ravindra Kumar [EMAIL PROTECTED] wrote: Hi Shaun, Ans [1]: It looks like you are using the old implementation. If you use the new one, I think it will get solved. Ans [2]: You just need to do 'make clean' inside the new MWF directory. and then try 'make' and 'make install

Re: [Mono-list] EntryPointNotFoundException: map_Mono_Posix_PollEvents

2004-10-07 Thread Ravindra Kumar
Hi Shaun, Ans [1]: It looks like you are using the old implementation. If you use the new one, I think it will get solved. Ans [2]: You just need to do 'make clean' inside the new MWF directory. and then try 'make' and 'make install'. -Ravi Shaun Jackman [EMAIL PROTECTED] 10/08/04 2:19 AM To

Re: [Mono-list] EntryPointNotFoundException: map_Mono_Posix_PollEvents

2004-10-02 Thread Ravindra Kumar
Hey, Installing from today's cvs should not have this problem. But even then, can you try update and install cvsmcs/class/Mono.Posix and cvs/mono/support ? -Ravi Shaun Jackman [EMAIL PROTECTED] 10/02/04 3:15 AM What is the cause of this exception? I am using mono and mcs from today's CVS

Re: [Mono-list] Which namespace to use?

2004-09-28 Thread Ravindra Kumar
Hi Eric and Jon, We have a good enough support for JPG and PNG files. Our implementation supports BMP, JPEG, PNG, GIF and TIFF formats. Except BMP format, you would need to install libjpeg, libpng, libungif and libtiff to save/load images of these formats. All you have to do is create an image

Re: [Mono-list] mono debugger

2004-07-15 Thread Ravindra Kumar
Hello, I'm not sure it has got integrated with MonoDevelop (MD) or not, but MD guys have planned that. You can get debugger from cvs. Module name is 'debugger'. Once you install it, you can use 'mdb' command to run it. -Ravi [EMAIL PROTECTED] 7/14/2004 2:48:39 PM Hello, I've installed the

Re: [Mono-list] NUnit

2004-07-12 Thread Ravindra Kumar
Hello, You can get some good documentation about Nunit from http://www.nunit.org. For Mono port of Nunit, see 'cvs/mcs/nunit20' directory. -Ravi Ales Vojacek [EMAIL PROTECTED] 7/13/2004 3:06:01 AM Hi, I have working Mono on Fedora Core2, now. I want to try develop some small project and I

Re: RE : RE : [Mono-list] How to create a simple graphic application with Mono

2004-07-09 Thread Ravindra Kumar
:[EMAIL PROTECTED] On Behalf Of Ravindra Kumar Sent: Friday, July 09, 2004 7:06 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: RE : [Mono-list] How to create a simple graphicapplication with Mono Hello, I think there is some packaging problem. Either you file a bug in bugzilla

Re: RE : [Mono-list] How to create a simple graphic application with Mono

2004-07-08 Thread Ravindra Kumar
Hello, I think there is some packaging problem. Either you file a bug in bugzilla for the packages or you can build libpixman yourself. Pixman sources can be obtained from cairo cvs, http://www.cairographics.org . -Ravindra Yann Garcia [EMAIL PROTECTED] 7/8/2004 9:16:14 PM Hi, Thank you for

Re: [Mono-list] err:module:import_dll Library mscoree.dll

2004-06-29 Thread Ravindra Kumar
Hello, That is not the right way to run an exe with mono. You need to do, $ mono name.exe or $ mono gtk.exe, in your case. - Ravindra npguy [EMAIL PROTECTED] 6/29/2004 7:49:17 PM sorry if this is already asked. i did check google no luck. i am using latest rc, and unzip

RE: [Mono-list] Getting started

2004-05-05 Thread Ravindra Kumar
Hello, You get it along with XD desktop. However, for installing it separately, you can have a look at http://www.ximian.com -Ravindra Abhishek Srivastava [EMAIL PROTECTED] 5/5/2004 3:16:09 PM Hello All, Red Carpet seems to be the favorite mode of installing mono. However I have two questions

Re: [Mono-list] Cannot find type `System.Windows.Forms.Form'

2004-04-26 Thread Ravindra Kumar
Hello, You need to reference System.Drawing.dll and System.Windows.Forms.dll while compiling your program, like this, $ mcs -r:System.Drawing -r:System.Windows.Forms your_program.cs HTH npguy [EMAIL PROTECTED] 4/26/2004 12:12:31 PM Hi, I am getting err message -- Cannot find type

Re: [Mono-list] Bug related to operator += and instance fields

2004-02-22 Thread Ravindra Kumar
Hello, Bug is filed at http://bugzilla.ximian.com/show_bug.cgi?id=54742 Thanks -Ravindra Rodolfo Campero [EMAIL PROTECTED] 2/22/2004 2:51:34 AM Hello everybody, I've found a bug, but I'm not sure about how to report it (I mean I can't find a suitable subject and other info): The following

Re: [Mono-list] gtk# with gtkhtml

2004-02-01 Thread Ravindra Kumar
You can install libgtkhtml from rug channels or use google to get this library. You would need to have version 3.x of this library. ~R Met @ Uber [EMAIL PROTECTED] 2/1/2004 9:18:13 PM How do configure gtk-sharp to install gtkhtml? ___ Mono-list