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-24 Thread Dilton McGowan II
Hi, Thank you all for looking at this. We cannot build production products by mixing and matching various source builds. I'm trying to determine if there is a bug in 1.0.4 or if I do not have a correct system configuration. Here is what I did: 1) Started with a new SuSe system 2) Went to the

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

2004-11-23 Thread Dilton McGowan II
Hi, What are SVN and HEAD? Are these CVS terms? I'm not trying to fix this *yet* as much as I'm trying to determine what is broken. Is there any specific reason for you to use libgdiplus and System.Drawing from 1.0.4 release ? Uhm..yes, it's RELEASE'D, isn't it? Are you supporting or

[Mono-list] GDI+ problems on 1.0.4

2004-11-22 Thread Dilton McGowan II
This code works on 1.0.2 when installed with the RPM collection in mono-all.zip. In 1.0.4, I'm trying to figure out what I'm to build from source and what I'm to install via RPM. Bitmap b = new Bitmap(400, 400); Graphics g = null; Font fnt = null; try { g = Graphics.FromImage(b); }

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.