How to use Code::Block with D compiler ?

2014-08-08 Thread Borneq via Digitalmars-d-learn
I want use dmd compiler with COde:Blocks. IDE detect compiler but is error can't find compiler executable. I have Windows 8.1, CodeBlocks 13.12 (now svn 9790)

Command line compiler and libraries

2014-08-08 Thread Borneq via Digitalmars-d-learn
I download dmd.2.065.0.zip. I try compile hello.d with command line. It compiles when I have core/,std/ and rt/ directories in my directory. Compiler wants source files. Which option is to using libs?