Incomprehensible compiler errors

Stuart stugol at gmx.com
Mon Jul 30 13:08:33 PDT 2012


On Monday, 30 July 2012 at 20:04:25 UTC, Dmitry Olshansky wrote:
> On 30-Jul-12 23:45, Stuart wrote:
>> No, that doesn't help. Because I'm getting this same shit when 
>> I import
>> my OWN .d files:
>
> It doesn't matter whose these file are. You need all of them 
> passed to compiler (then it will link them together) or split 
> them in packs and compile to libraries and then pass to linker.
>
> D compiler doesn't link in dependencies automatically the 
> reason for this was "too much magic" and "hard to override"

Well I'm using VisualD, and have both projects in my solution. Is 
there some option I ought to be setting? I can't go running 
arbitrary commandlines all over the shop.


More information about the Digitalmars-d mailing list