On 03/05/2018 3:21 AM, Matt Gamble wrote:
On Wednesday, 2 May 2018 at 14:31:16 UTC, rikki cattermole wrote:
On 03/05/2018 2:25 AM, Matt Gamble wrote:
[...]
Let me start by saying shared library support doesn't work (some
people will say it does work partially, but it doesn't).
The problem for you (I think) is that dmd is compiled as a 32bit
executable.
Either compile dmd as 64bit, or grab ldc (64bit) which will raise the
limit from 2gb of ram :)
Thanks, I'll check out Ldc and see if that helps. Will I still be able
to use the VS debugger functionality?
Of course.