[Mono-list] Cannot find type? :-<

Ravi Pratap M ravi@ximian.com
30 Apr 2003 10:40:12 -0500


Hi Maurizio,


> But there's another error:
> 
> texture-system.cs(82) error CS0117: `System.Drawing.Bitmap' 
>                        does not contain a definition for `LockBits'
> 
> Since I can see the red cross on LockBits on the mono site, I guess
> LockBits has yet to be implemented. Is that so?
> 
> I wish I were skilled enough to implement it myself... What should I
> do?

	Well, you should take a look at the MSDN documentation of the
corresponding class and determine if it is something simple enough to
implement. If you ask around on IRC, somebody should have a clue on how
easy it is to implement and what one needs to do etc. In the case you
are up against a wall, just file a bug at http://bugzilla.ximian.com and
one of our team should take care of it soon !


> Thanks a lot for your help!

	You are welcome !


	Ravi.