Debugging D in windows

moe via Digitalmars-d-debugger digitalmars-d-debugger at puremagic.com
Thu Jun 16 00:40:17 PDT 2016


On Wednesday, 15 June 2016 at 21:05:43 UTC, moe wrote:
> Thanks for the info! I will try it tomorrow, when I have some 
> time and give some feedback then.

Ok, I have tried your suggestions. And I also followed these 
instructions: http://dlang.org/dmd-windows.html#environment


I can't get passed this error:
LINK : fatal error LNK1104: cannot open file 'LIBCMT.lib'
--- errorlevel 1104

I have also tried to change the environment variables to:
LIB=C:\dmd2\lib;\dm\lib;C:\Program Files (x86)\Microsoft Visual 
Studio 10.0\VC\lib\amd64

so that a path to the 'LIBCMT.lib' is included.

I still seam to be missing something, but I can't figure out 
what. Can you give me one more hint?


More information about the Digitalmars-d-debugger mailing list