How to link *.a file on Windows?

Basile B. via Digitalmars-d digitalmars-d at puremagic.com
Fri Sep 23 21:27:32 PDT 2016


On Friday, 23 September 2016 at 06:27:20 UTC, Brian wrote:
> how to static link libmemcached.lib?

Just pass the filename to the compiler as if it's a ".d" source 
and put the path to the sources root with -I

dmd app.d libmemcached.lib -Ipath/to/memcached/interface/


More information about the Digitalmars-d mailing list