Re: package libs on windows

2022-02-01 Thread Bastiaan Veelo via Digitalmars-d-learn
On Tuesday, 1 February 2022 at 21:17:09 UTC, Abby wrote: I would like to know if there is a way to set path to lib to downloaded with package instead of harcoded. That’s documented on the [package page](https://code.dlang.org/packages/d2sqlite3). Are you trying to link with a separately

package libs on windows

2022-02-01 Thread Abby via Digitalmars-d-learn
Hi there, I'm using d2sqlite3 package on windows with dub, the problem I have is that when I compiling the app linking fails because LINK : fatal error LNK1181: cannot open input file 'sqlite3.lib'. I would like to know if there is a way to set path to lib to downloaded with package instead