Using libraries in VisualD

evilrat evilrat666 at gmail.com
Fri Apr 4 09:44:04 PDT 2014


On Friday, 4 April 2014 at 15:58:47 UTC, Zaggy1024 wrote:
> On Friday, 4 April 2014 at 09:34:29 UTC, evilrat wrote:
>>
>> this may means that you must compile that dsfml(?) as library
>> first and then link it with your code. because adding import
>> paths only says to compiler that they are exists, but no actual
>> code generated for them unless you put it in your build. i hope
>> it clear enough now.
>
> Isn't that what putting the path to the prebuilt .lib files in 
> the linker configuration does?

"import path" is for .d/.di files, library path is for .lib


More information about the Digitalmars-d-ide mailing list