Problem with dmd 2.068 Win 32

Adam D. Ruppe via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Aug 11 08:22:32 PDT 2015


On Tuesday, 11 August 2015 at 15:18:31 UTC, Martin Nowak wrote:
> You either have a wrong import paths (check which dmd.conf is 
> used with 'dmd -v non_existent') or a stable object_.di file.

Or maybe a stale .obj or .lib file, referencing the old symbol.

Try a make clean too - delete any .obj and .lib files in your 
project directory and rebuild.


More information about the Digitalmars-d-learn mailing list