how to import .lib library

Mike Parker aldacron at gmail.com
Sun Aug 15 10:19:33 UTC 2021


On Sunday, 15 August 2021 at 10:12:17 UTC, Timofeyka wrote:

> Thank you for your reply!
> I wanted to link to my project another project without source 
> code.

Yeah, that's not possible. You either need the source or a set of 
D interface files that declares all the symbols you need. The 
compiler *has* to be able to see the symbols to know what's 
available for you to use.


More information about the Digitalmars-d-learn mailing list