May 29, 2013
Solution:
pragma(lib, "D:\\D\\dmd2\\windows\\lib\\phobos.lib");

I have to link the phobos lib by myself. o.O
May 29, 2013
On Wednesday, 29 May 2013 at 06:19:33 UTC, Namespace wrote:
> Davis (Debug) wird erzeugt

pragma(lib, "D:\\D\\dmd2\\windows\\lib\\phobos.lib");

Might help. Please try to define this somewhere in your code - specifying the library in the project might also be sufficient.
May 29, 2013
Why is the phobos lib automatically detected with dmd 2.062 , but not with 2.063?
May 29, 2013
On Wednesday, 29 May 2013 at 21:17:29 UTC, Namespace wrote:
> Why is the phobos lib automatically detected with dmd 2.062 , but not with 2.063?

I dunno, I suspected the sc.ini to be modified in some way, but surprisingly nothing changed in there. Anyway I just built a trivial sample program w/o explicitly linking in phobos successfully - dunno the reason why it's not working in other cases.
September 21, 2013
On Wednesday, 29 May 2013 at 21:17:29 UTC, Namespace wrote:
> Why is the phobos lib automatically detected with dmd 2.062 , but not with 2.063?

Any other answer? I have the same problem again.
And I hate it.
1 2
Next ›   Last »