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.


Messages - michaelp

Pages: 1 [2]
16
D / getting started DSFML?
« on: August 21, 2008, 07:53:56 pm »
Okay, so SFML and DSSS are now installed.
Next thing:
I've got the pong example compiling, and a test piece of code that I found in the documentation. But, when I run the program, I get an Access Violation error. No line, just says access violation.
I have the .dlls in the folder, but I get an access violation error.
Could this be due to me having DMD 1.034?

edit: I got rid of the access violation error by adding some build flags.
But, pong and the test example still don't work.
Other ones do though. :S
For the ones that don't work, I quickly see a Window pop up, then close.

17
D / getting started DSFML?
« on: August 21, 2008, 01:21:37 am »
Okay thanks, I'll edit this post when I've done all that.
And the only thing I need to download is the D libraries, right?
And I live in Ontario, so I know some French. :P

edit: 2 quick questions:
When you said download DSSS, did you mean:

dsss-0.75-dmd-win.zip

or:

dsss-0.75.zip

from:

http://svn.dsource.org/projects/dsss/downloads/0.75/


And, a question about the conf file you told me to make:
Code: [Select]
[yourMainFile.d]
buildflags += -I{{path of the dsfml import folder}} -S{{path of dsfml/extlibs/lib folder}}


Do I keep the curly brackets, and is do I leave buildflags as it is, or do I have to actually put something there?
And when I put the DSSS files in my dmd folder, I overwrite the folders right?
All for now,
-michaelp

18
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 [2]
anything