[Mono-list] Possible bug with casting struct pointers

Alan West alan@alanz.com
Mon, 28 Oct 2002 02:43:06 +0000


Thanks Daniel for that tip, got it built and experience the same compile error 
from mcs and mono source I got just a couple of hours ago...   It just seems 
like quite a fundamental feature so I dunno if I'm just doing something 
wrong, but it seems valid to me. The code is compiled fine if the cast and 
struct replaced with something like an int*. So speculating on the bug - is 
it only checking internal types???

On Monday 28 October 2002 2:15 am, Daniel Morgan wrote:
> in mcs/class/makefile.gnu, just remove the line that builds
> Mono.Data.TdsClient
> -----Original Message-----
> From: mono-list-admin@ximian.com [mailto:mono-list-admin@ximian.com]On
> Behalf Of Alan West
> Sent: Sunday, October 27, 2002 5:36 PM
> To: mono-list@ximian.com
> Subject: [Mono-list] Possible bug with casting struct pointers
>
>
> Hi, I've started working on bindings for DirectFB, and seem to have come
> across my first bug with mcs using the following code. I got my old Windows
> XP hard disk plugged in to try it out in VS.NET and all was fine... mcs I'm
> using was built from cvs about a week ago, I was gonna try the current cvs
> but it wont build now due to code in the Mono.Data.TdsClient area.
>