Code::Blocks

Chris Nicholson-Sauls ibisbasenji at gmail.com
Mon Jun 25 13:41:42 PDT 2007


nobody wrote:
> Hello,
> 
> i try to intall Code::Blocks under Windows because i want work with
> ddbg. The ddbg work an a Console but i didn't understand the usage
> from the command line. I can't find any example, anyway. 
> 
> I get the error message:
> 
> dmd.exe -g  -IC:\dd\dmd\src\phobos -IC:\dd  -c C:\dd\hello.d -ofC:\dd\hello.obj
> link.exe C:\dd\hello.exe  C:\dd\hello.obj phobos.lib kernel32.lib user32.lib 
> OPTLINK (R) for Win32  Release 7.50B1
> Copyright (C) Digital Mars 1989 - 2001  All Rights Reserved
>    
> C:\dd\hello.exe
>  Error 2: File Not Found C:\dd\hello.exe
> Process terminated with status 1 (0 minutes, 0 seconds)
> 1 errors, 0 warnings
> 
> 
> The compiler works, only the linker make problems.
> 
> My Path:
> PATH=C:\dd\dmd\bin;C:\dd\dm\bin  and more...
> 
> Linker Settings: phobos.lib kernel32.lib user32.lib
> 
> Search Directory für Compiler: C:\dd\dmd\src\phobos
> Search Directory for Linker C:\dd\dmd\lib  and C:\dd\dmd\dm
> Toolchain executables -> Linker for dynymic libs  : link.exe
> 
> Compilers installition directory: c:\dd\dmd
> 
> Version svn 4145
> 
> 
> Thanks

There was a GUI frontend project for ddbg called Flower... unfortunately 
it appears to be abandoned.  If anyone has a copy and is willing to 
share, you might find it useful at least at first.

-- Chris Nicholson-Sauls


More information about the Digitalmars-d-learn mailing list