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 - dmoore764

Pages: [1]
1
D / Re: DSFML-C "Nightlies"
« on: December 23, 2013, 07:20:16 am »
Also, for those who were used to building things in the past, is this download that is now linked to everywhere everything we need to get DSFML working on our system?  I.E. this has DSFML and DSFML-C all wrapped up and we don't need to build DSFML on these seemingly DSFML-C files?

Correct.  I didn't have to download anything else related to SFML or SFML-C or DSFML-C (and this computer had not been used for any SFML dev in the past, so I know there wasn't anything lurking anywhere).

Just
  • download DMD from dlang.org
  • download dub
  • download the binaries
  • follow the instructions for setting up the dub project and building
  • remember to copy the dll files (the binaries) into your project folder
  • done

2
D / Re: DSFML-C "Nightlies"
« on: December 21, 2013, 11:03:01 pm »
Sweet!  Works great now.  Can't wait to give this a shot.  Thanks for your hard work!

3
D / Re: DSFML-C "Nightlies"
« on: December 21, 2013, 08:23:23 pm »
You should mention in the tutorial that you need to install DMD from dlang.org first.  Maybe it's obvious to most people, but I didn't realize that installing dub wasn't enough.

Also, once I got it to compile, it gives an error "The program can't start because dsfml-graphics-2.dll is missing from your computer.  Try reinstalling the program to fix this problem."

I don't know where it could be looking for the dll's other than the folder that I initially specified in the package.json...?

Pages: [1]