Why this returns the following error massage: identifier 'memset' is not defined
Cris
central_p at hotmail.com
Tue Jul 11 03:57:55 PDT 2006
Tom S wrote:
> Cris wrote:
>> alias memset SDL_memset;
>> } else {
>> void * SDL_memset(void *dst, int c, size_t len);
>> }
>
> import std.c.string;
>
>
Thanks I've fixed it. It seems that the bindings are not upto the latest compiler.
There are a few more error messages but I've commented out the code.
Are there any uptodate SDL 1.2.11 bindings?
More information about the Digitalmars-d-learn
mailing list