Hey, I finally got my mom's old laptop and I can now use DSFML. Woot!
I got the D compiler working, DSSS, and DSFML working, except there is one little thing that I have to ask.
When I build the dsss.conf that builds all the samples, I get an error building voip. The error is in util.d:
C:\D\DSFML\samples\dsfml>dsss build
pong\pong.d => bin/pong
postFX\postFX.d => bin/postFX
socket\socketclient.d => bin/client
socket\socketserver.d => bin/server
sound3d\sound3d.d => bin/sound3d
soundstream\soundstream.d => bin/soundstream
voip\entry.d => bin/voip
voip\util.d(23): Error: non-constant expression new Cout
Command C:\D\dmd\bin\rebuild.exe returned with code 1, aborting.
Error: Command failed, aborting.
C:\D\DSFML\samples\dsfml>
I'm using DMD 1.039, DSFML 1.3, downloaded the package, and DSSS 0.78.
Thanks in advance,
-michaelp