On 10/6/12, Jordi Sayol <g.sa...@yahoo.es> wrote:
> BTW. What's the right way to add "-L C:/D/dmd2/windows/lib/GtkD.lib" to
> "sc.ini" file?

If you put that library in that folder there's a good change it will
end up missing when installing/reinstalling DMD. Put it somewhere
outside and use the -L+ switch when invoking DMD:

dmd -L+C:\path\to\gtkdlib\ GtkD.lib app.d

Reply via email to