Hybrid GUI beta release - an IM+RM GUI toolkit for games, multimedia, etc
e-t172
e-t172 at akegroup.org
Tue May 27 12:28:20 PDT 2008
Lukas Pinkowski a écrit :
> I've got the same problems; though, I found by accident, that in the
> platform related libraries like glx.d and Xlib.d the function pointer
> aliases have D linkage:
>
> alias void function(void *, char *, int, int, char * *) _BCD_func__849;
>
> There is no extern(C): at the start of the files. It should of course read:
>
> alias extern(C) void function(void *, char *, int, int, char * *)
> _BCD_func__849;
>
> I can't test it right here, since I've got no xf86vm (why is this needed at
> all?)
Indeed, it's a BCD bug: http://www.dsource.org/projects/bcd/ticket/4
More information about the Digitalmars-d-announce
mailing list