Help with derelict and codeblocks

Mike Parker aldacron71 at yahoo.com
Wed May 10 01:59:25 PDT 2006


Jarno Tuomainen wrote:
> Mike Parker wrote:
> 
>> Make sure the derelict modules are on your import path.
> 
> They should be. Because if i break paths, error goes like this:
> 
> //cut
> main.d:2: module sdl cannot read file 'sdl.d'
> //paste
> 
> So, i think something else is messed up here.
> 
> Ofcourse, i can build stuff in dos prompt (derelict works just fine 
> there), but because i use codeblocks to write code, dropping to dos and 
> compiling stuff feels bit clumsy.

Ah, of course. Missing symbols means the libraries aren't on the linker 
path. Make sure to add them in the project properties.



More information about the Digitalmars-d mailing list