Re: [Erlide-devel] build path to include stdlib/qlc

2006-09-04 Thread Vlad Dumitrescu
Hello! On 9/4/06, Koji Takasumi <[EMAIL PROTECTED]> wrote: > I have a sample module that uses the qlc module with > -include("stdlib/include/qlc.hrl"). I assume you mean -include_lib(...) and with that it works fine for me. Otherwise I'll have to look at it. The project properties include specif

[Erlide-devel] build path to include stdlib/qlc

2006-09-04 Thread Koji Takasumi
I apologize if the answer to this is obvious, but I just downloaded Erlide/Eclipse for windows from Yoxos.  Everything works fine (I got the ping/pong sample working) but,   I have a sample module that uses the qlc module with -include(“stdlib/include/qlc.hrl”).   If I compile this f