Library for image editing and text insertion

Dennis dkorpel at gmail.com
Wed Apr 27 07:58:58 UTC 2022


On Wednesday, 27 April 2022 at 07:42:31 UTC, Alexander Zhirov 
wrote:
> ```d
> ~/programming/d/pic $ dmd app.d
> ```

Try passing the `-i` flag: `dmd -i app.d`. This way, imported 
modules are actually compiled and linked too. Currently it looks 
like you import arsd, but then don't link the library, so it 
complains about undefined references to functions in arsd.


More information about the Digitalmars-d-learn mailing list