Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - michaelp

Pages: [1]
1
D / 1.3 tutorial source code for D
« on: March 07, 2009, 11:38:48 pm »
For the SFML 1.3 tutorials, I'm gonna convert all of the C++ code files that are posted at the bottom of each tutorial into D code files. Just for a heads up.
I'll try to get as far as I can in converting the code to D.
Hope someone will find it useful when I'm finished.  :)

2
D / error building samples in dsfml
« on: February 05, 2009, 10:47:16 pm »
Hey, I finally got my mom's old laptop and I can now use DSFML. Woot! :D
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:

Code: [Select]
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 :D  :D

3
D / getting started DSFML?
« on: August 21, 2008, 12:00:25 am »
Okay, so I'd like to know what I have to do to get DSFML working with D.
Right now, I have DMD 1.034, without anything else installed. (No Derelict, dsss, build, etc )
On the download page, I saw the download for D. Is that all I need to download to get DSFML working with D? Or do I need some of the other packages too?
Also, are there any tutorials, or am I just gonna have to learn from the samples that are provided?
Thanks in advance.
-michaelp

edit: I'm on Windows XP SP2, if that matters.

Pages: [1]