dmedia.dprogramming.com - two new tutorials

Hasan Aljudy hasan.aljudy at gmail.com
Sun May 7 15:04:45 PDT 2006


Tom S wrote:
> I have written two new tutorials for DMedia
> ( http://dmedia.dprogramming.com/ )
> 
> - Getting started with OpenGL - creating a window
> - Drawing basic primitives using OpenGL
> 
> Grab them while they're hot ;)
> 
> 
> Disclaimer: I'm not a native speaker so if you encounter any language 
> errors, please report them to the email given in the Contact section: 
> http://dmedia.dprogramming.com/Main/Contact
> 
> 

Nice! I just started reading, and noticed you're using toStringz for 
strings.
I've tried using SDL with D before, and I noticed that you don't need to 
use toStringz at all, for example, this works just fine:

SDL_WM_SetCaption("My SDL Window", null);

at least it worked when I tried it.



More information about the Digitalmars-d-announce mailing list