Re: How to setup GDC with Visual D?

2015-07-06 Thread Guy Gervais via Digitalmars-d-learn
On Sunday, 5 July 2015 at 19:50:41 UTC, Johannes Pfau wrote: GDC uses a slightly older phobos version. It seems quite some imports changed in the last phobos version. You need to import std.algorithm and your code should work with gdc: http://goo.gl/l4zKki Thanks. Turns out my imports are

Re: How to setup GDC with Visual D?

2015-07-04 Thread Guy Gervais via Digitalmars-d-learn
On Saturday, 4 July 2015 at 08:34:00 UTC, Johannes Pfau wrote: It's kinda fascinating that GDC/MinGW seems to work for some real world applications. I haven't really tried a real world application as of yet; mostly small puzzle-type problems to get a feel for D. I did run into a problem

Re: How to setup GDC with Visual D?

2015-07-03 Thread Guy Gervais via Digitalmars-d-learn
On Friday, 3 July 2015 at 19:17:28 UTC, Marko Grdinic wrote: Any advice regarding how I can get this to work? Thanks. I got GDC to work with VS2013 + VisualD by going into Tools-Options (The VS menu, not the one under Visual D) and adding the paths under Projects and Solutions - Visual D