On Sunday, 21 April 2013 at 15:21:00 UTC, Dementor561 wrote:
On Saturday, 20 April 2013 at 22:25:42 UTC, Roderick Gibson wrote:
On Saturday, 20 April 2013 at 15:49:47 UTC, Dementor561 wrote:
I have all the needed files to use Direlect3, and I have Mono-D installed on Xamarin, I was wondering how I could put it all together in a project.

If you want to develop for derelict, I have no idea. If you just
want to use it, then I can help.

The first step is to build it. Derelict3 makes it pretty easy,
just build the build.d file and run the batch file.

Here's a guide with pictures after you have built it.

http://imgur.com/a/chV8W

I have it all built, but I still get an error after I followed the instructions...
http://imgur.com/a/eBDbE

Oh, you need a main function. Every program needs one, just like C/C++. It's where your program starts.

void main() {

}

Reply via email to