Using libraries in VisualD

Zaggy1024 Zaggy1024 at gmail.com
Sat Apr 5 07:40:48 PDT 2014


On Saturday, 5 April 2014 at 03:41:21 UTC, evilrat wrote:
>
> sorry for such obvious comment. i must say that library files 
> is full path or just filename.lib, and library search path is 
> where .lib's can be found. and keep in mind that most(if not 
> all) project options are delimited with spacebars only, not 
> semicolon.
>
> so if you have such paths like
> "C:\Some Location\lib;D:\other\lib"
> you shold try to split them like this
> "C:\Some Location\lib" D:\other\lib

I guess I should just show you how I have it set up right now...

Compiler config:
http://i.imgur.com/laRKpZM.png

Linker config:
http://i.imgur.com/CBdzNCO.png

If I'm correct, it should be finding the .lib files from 
C:/DSFML/prebuilt, and the source in /src. Am I doing something 
wrong?


More information about the Digitalmars-d-ide mailing list