Using libraries in VisualD

Rainer Schuetze r.sagitario at gmx.de
Fri Mar 7 00:10:01 PST 2014



On 07.03.2014 00:24, Nikos wrote:
> I can't find how to use other libraries than Phobos in VisualD. How to
> reference them?

If you are building the library yourself in another project in Visual 
Studio, just add a project dependency and it will be added to the linker 
command line.

Otherwise you should add it to the "Library Files" option on the linker 
page of the project configuration.

If you mean to replace the default phobos library, you might have to add 
-L/NODEFAULTLIB:phobos to the command line.


More information about the Digitalmars-d-ide mailing list