#pragma comment (lib, ...)

Adam D. Ruppe destructionator at gmail.com
Wed Oct 10 12:02:56 PDT 2012


On Wednesday, 10 October 2012 at 19:19:12 UTC, Jacob Carlborg 
wrote:
> If I recall correctly, using pragma(lib) with dmd, you need to 
> specify the extension for the library, ending up with code like 
> this:

Nope, the extension is optional. I never use it.


pragma(lib, "pq");


More information about the Digitalmars-d mailing list