D2 (Debian) + MSSQL

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Tue Oct 14 23:20:50 PDT 2014


On 2014-10-15 03:48, Sergey wrote:
> Yes, it works now:
> $ rdmd -L-lsybdb test_tds_connect.d
> (If somehow get rid of "-L-lsybdb". Maybe add it somewhere in the code

pragma(lib, "sybdb");

But that won't work with GDC. I'm not sure if it works with LDC.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list